merge-readiness

Featured

Post-task merge readiness gate with a state-backed explanation report and human explainability quiz

Code & Development 39,098 stars 3499 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<Purpose> Merge Readiness is a post-task explainability gate. After implementation, tests, QA, and review evidence exist, it generates a human-readable explanation of the change, then asks the human targeted questions to verify they can explain why the change exists, what changed, what tradeoffs were made, what risks were considered, and how the team should understand it. </Purpose> <Use_When> - A task, PR, or change set is functionally complete and needs a final human-understanding check before merge readiness - Tests, QA, code review, security review, or other verification has already run, or missing evidence must be explicitly recorded - The user wants AI to explain the change and then quiz the human on whether they can explain it - You need a durable session audit record showing why the team can trust and understand the change before asking for merge approval </Use_When> <Do_Not_Use_When> - Requirements are still unclear before implementation; use `/deep-interview` - The implementation is not done; use `/ralph`, `/team`, or `/autopilot` - Tests or QA have not run and the user expects this command to replace them - The user wants code review findings; use `/review` or the relevant review workflow </Do_Not_Use_When> <Why_This_Exists> Real delivery is not only code that works. Teams need to understand why a change exists, what changed, what was deliberately not done, which risks were considered, and what future maintainers should believe about the change. This workflow ma...

Details

Author
Yeachan-Heo
Repository
Yeachan-Heo/oh-my-claudecode
Created
8 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

Code & Development Listed

pr-readiness-reviewer

Render ONE structured "is this PR safe to merge" verdict for a single pull request in the Seshat_BI repo -- merge_ready (yes/no) + blockers[] + warnings[] + required_human_decisions[] + evidence[] + one next_action. Use when someone asks "is this PR ready to merge?", "what blocks this PR?", or "review this PR for promotion". It OBSERVES the PR's state (open/draft, mergeable, CI/workflow conclusions, open review threads, unresolved Codex/GitHub review comments) and READS the committed readiness evidence the PR touches (readiness-status.yaml, source-map.yaml approval metadata, declared-vs-run tests, no raw data / no secrets / no local paths), then cross-checks the PR body's CLAIMS against that evidence. READ-ONLY: it CANNOT merge a PR, approve a PR, resolve a review thread, push/amend a commit, edit a PR body, or move/upgrade a readiness stage -- it observes and reports only. merge_ready is a DERIVED BOOLEAN, never a numeric merge/confidence/health score (rule #9); a score request is declined.

2 Updated 2 days ago
Kemetra
Code & Development Listed

pre-merge-review

Gate an existing change for merge — run one skill that fires the whole production-readiness pass. First a deterministic mechanical gate (lint + typecheck + tests, via a script whose exit code decides), then the three-reviewer panel dispatched in parallel — devils-advocate (correctness), security-reviewer (exploitability), code-quality (craft) — then a single READY / NOT READY verdict. Use before opening a PR or merging, when you want the full review fleet run on a diff you already have. Do NOT use to implement a feature from a spec (that's feature-implement-loop) or to review a document (that's doc-critique).

2 Updated 3 weeks ago
sananthanarayan
Code & Development Listed

release-readiness-review

Use for `review it` and before merge/release/deploy to adversarially test the intended outcome, real runtime journey, transitions, authority, and exact candidate evidence.

0 Updated today
Farstax