What problem does it solve? One-off manual commands and ad-hoc chat-driven tasks in the SEIS ecosystem are hard to repeat, audit, and roll back. This Skill turns those tasks into durable, documented, and validated automation with clear safety gates. ## Core Features & Use Cases - Automation Classification: Categorizes work as local scripts, CI checks, report generators, cloud preflights, install flows, agent loops, scheduled jobs, or runbooks before implementation. - Automation Contract: Enforces a standard contract covering purpose, entrypoint, inputs, outputs, safety gates, rollback, validation command, and known blockers. - Built-in Validation Gates: Uses existing checks such as bash -n, node --check, and SEIS npm validation commands to verify automation before completion. - Use Case: When a recurring SEIS release check is currently run by hand, use this Skill to convert it into an idempotent script with a dry-run mode, rollback path, and documented validation command. ## Quick Start Use the seis-automation skill to turn my manual SEIS release check into a repeatable script with safety gates, rollback, and a validation command.