Ship readiness
21 markdown-first software delivery workflow skills for Claude Code, Codex, and compatible agents. Standalone skill kit covering planning, debugging, CI, review, security, rollout, performance, data quality, and post-incident workflows.
npx -y skills add motao123/dev-workflow-kit --skill ship-readinessAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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
Use when work is nearly complete and needs a final readiness check for merge, release, or deployment. This skill focuses on remaining blockers, verification state, risks, rollback awareness, and documentation gaps.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.7 KB, as published. Nobody here has run it
Ship Readiness
Use this skill near the end of a task to determine what is still missing before merge or release.
Trigger Conditions
Use this skill when:
- the user asks what is left before merge
- the branch appears done and needs a readiness pass
- release notes, rollback concerns, or verification state matter
- CI, docs, risk, or testing status must be summarized
- the team needs a concise ship checklist
Do not use this skill at the beginning of implementation when the code has not yet been explored.
Workflow
- Summarize the intended change.
- Check local verification and known automation state.
- Identify remaining blockers and unresolved risks.
- Consider docs, migrations, rollout, and rollback concerns.
- Distinguish done items from open items.
- Recommend the next actions in the smallest sensible order.
Output
For non-trivial work, provide:
- done vs open checklist
- verification summary
- known risks
- release or merge concerns
- next actions
Coordination
Before final shipping:
- use
fix-ciif automation is still red - use
browser-verificationandsecurity-reviewwhen applicable - use
docs-writerif documentation is missing
Invocation Examples
- "Use ship-readiness and tell me what is left before merge."
- "Use ship-readiness for this release candidate and list remaining blockers."
- "Use ship-readiness and summarize done vs missing work for this branch."