用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Yuvasee/samocode --skill pr-readiness命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Execute implementation tasks with different approaches (single, dual-agent, plan-based).
Code quality analysis through cleanup analysis, multi-perspective reviews, and explicit finding decisions.
Interactive task definition with Q&A and documentation.
基于 SOC 职业分类
正在显示 SKILL.md
| name | pr-readiness |
| description | Final PR readiness gate after fix loops, merges, and manual debugging. |
Review final HEAD after implementation, fix loops, merges, and manual debugging. This is a gate, not a general brainstorming review: pass only when important issues are fixed, explicitly deferred, or rejected with evidence.
_overview.mdHEAD; do not rely on earlier review summaries aloneScope: $ARGUMENTS (or current branch vs origin/main if not specified)
Resolve final scope:
HEADgit diff origin/main...HEAD unless $ARGUMENTS names a PR, branch, or explicit diff rangeLoad review debt:
_review_debt.md in the active session path when known; otherwise use the invocation directoryDecision is undecideddefer row missing a ticket/link or concrete owner/reasonreject row missing evidenceHEAD; reopen the row if the claimed fix is absentInspect final HEAD for high-risk surfaces: Focus on changed files that are shared, public, background, or cross-boundary:
avoncoreRun deterministic checks:
avoncore promotion requires 2+ current Python service consumers; frontend mirrors do not countgather, task creation, loops over user data, and missing durable retry assumptionsWalk feature edge cases when applicable:
Produce gate result: Use this format:
# PR Readiness Gate
Scope: [branch/range/PR]
HEAD: [sha]
## Result
PASS | FAIL
## Blocking Readiness Issues
- [issue, evidence, required action]
## Important Open Issues
- [issue, evidence, required decision/fix]
## Review Debt Ledger
- [rows checked, rows updated, unresolved rows]
## Checks Run
- [deterministic checks and targeted tests/commands]
## Residual Risk
- [known accepted risks with ticket/evidence]
Fail if any of these are true:
_review_debt.md has open important rows without a valid fix/defer/reject decisionHEAD introduces a new important issue in a shared/public module, background job, controller/service/repository boundary, concurrency/fan-out path, queue/DB consistency path, or config/default sourcePass only when all important issues are fixed, explicitly deferred, or rejected with evidence, and final HEAD has been checked after the last merge/fix/debug loop.