$npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-devops-releasePrepare build, CI, environment, deployment, monitoring, rollback, and release readiness for a Cosmosmith project. Use when tasks approach release, when setup/deploy commands are missing, or when current platform docs are needed.
| 1 | # Cosmosmith DevOps Release |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | Make the system buildable, testable, deployable, observable, and reversible. |
| 6 | |
| 7 | ## Workflow |
| 8 | |
| 9 | 1. Read `task.md`, `design.md`, QA evidence, and project configuration. |
| 10 | 2. Use web research for current platform, CI, hosting, container, runtime, or cloud provider docs when needed. |
| 11 | 3. Identify setup, build, lint, test, run, deploy, and rollback commands. |
| 12 | 4. Document environment variables without exposing secrets. |
| 13 | 5. Define monitoring, logging, smoke checks, and rollback plan. |
| 14 | 6. Write `docs/cosmosmith/release-readiness.md` or update release tasks. |
| 15 | 7. Update `task.md` with remaining release blockers or evidence. |
| 16 | |
| 17 | ## Standards |
| 18 | |
| 19 | - Prefer reproducible setup over local folklore. |
| 20 | - Automate checks before relying on manual confidence. |
| 21 | - Treat developer experience as part of production quality. |
| 22 | - Keep secrets out of commits and generated docs. |
| 23 | |
| 24 | ## Completion |
| 25 | |
| 26 | Stop when release readiness is explicit or blockers are recorded in `task.md`. |