merge-readiness
FeaturedPost-task merge readiness gate with a state-backed explanation report and human explainability quiz
Install
Quality Score: 96/100
Skill Content
Details
- Author
- Yeachan-Heo
- Repository
- Yeachan-Heo/oh-my-claudecode
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
release-readiness
Check release readiness before tagging, publishing, or distributing a skills repo or plugin. Use when preparing a release, version bump, public package update, adapter publication, or handoff that depends on consistent versioning, changelog, adapters, licenses, docs, and make prod-gate. NOT for ordinary feature branches or local-only validation changes.
pre-merge
The CI gate. Takes a feature branch from "eng says done" to "PR open against staging with green checks and a human-approved preview". Runs the project's preflight-resolved pipeline from devkit/policy.json components[]: sync → parallel correctness + security waves → coverage → regression tail → security/migration → PRD-consistency → preview deploy (human gate) → open PR. Emits a severity-graded verdict JSON. Absorbs the old /review and /test. Activates on /pre-merge after eng --build.
do-merge
Use when merging a pull request that has cleared the SDLC pipeline. Triggered by 'merge this PR', 'do-merge', or automatically by /sdlc at the MERGE stage.