Cosmosmith devops release
Skill devnomad-byte/cosmosmith/plugins/cosmosmith/skills/cosmosmith-devops-release
Give AI coding agents product, spec, task, QA, and release workflows in one command.
npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-devops-releaseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Prepare 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.
SKILL.md
1.2 KB, as published. Nobody here has run it
Cosmosmith DevOps Release
Purpose
Make the system buildable, testable, deployable, observable, and reversible.
Workflow
- Read
task.md,design.md, QA evidence, and project configuration. - Use web research for current platform, CI, hosting, container, runtime, or cloud provider docs when needed.
- Identify setup, build, lint, test, run, deploy, and rollback commands.
- Document environment variables without exposing secrets.
- Define monitoring, logging, smoke checks, and rollback plan.
- Write
docs/cosmosmith/release-readiness.mdor update release tasks. - Update
task.mdwith remaining release blockers or evidence.
Standards
- Prefer reproducible setup over local folklore.
- Automate checks before relying on manual confidence.
- Treat developer experience as part of production quality.
- Keep secrets out of commits and generated docs.
Completion
Stop when release readiness is explicit or blockers are recorded in task.md.