Content
77%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable and workflow-clear, with strong sequencing and validation gates for a complex merge process. Its main weakness is conciseness and progressive disclosure: it is a dense monolith whose detailed protocol tables and policy rationale belong in reference files that are not provided.
Suggestions
Move the 封板协议, Review Provenance Matrix, and Evidence Manifest field-definition tables into separate reference files (e.g. refs/review-provenance.md, refs/evidence-manifest.md) and replace them in SKILL.md with concise summaries plus links.
Tighten repeated content — the merge procedure is described both as inline bash in '合入方式' and again in Step 7 / Step 8 — to reduce the ~660-line footprint.
Provide the referenced bundle files (refs/pr-template.md, refs/pr-signals.md, scripts/check-feature-truth.mjs, etc.) or convert their inline callouts to clearly-resolved one-level-deep references so navigation actually lands on content.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a ~660-line, 40KB monolith with dense prose, repeated explanations of the merge steps, and lengthy inline policy detail (封板协议, Review Provenance Matrix, Evidence Manifest field tables); while mostly accurate and domain-specific, much of it could be tightened or moved out of SKILL.md. | 2 / 3 |
Actionability | Provides concrete, copy-paste-ready bash commands with placeholders (e.g. "gh pr merge {PR_NUMBER} --squash --delete-branch", "pnpm gate", the E1–E5 evidence checks) rather than abstract direction. | 3 / 3 |
Workflow Clarity | Steps are explicitly sequenced (Step 0 → 0.5 → 5 → 6 → 6.5 → 6.8 → 6.9 → 7 → 7.5a/b → 7.6 → 8 → 8.5) with hard validation checkpoints (E1–E5 BLOCKED, fail-closed dirty-tree checks, check-feature-truth) and feedback loops (re-trigger review, re-validate). | 3 / 3 |
Progressive Disclosure | Sections are well-organized and inline references are signaled ("详见 refs/pr-signals.md", "refs/pr-template.md"), but no bundle files exist and the heavy policy/protocol content that should live in separate reference files is all inline in SKILL.md, leaving it largely monolithic. | 2 / 3 |
Total | 10 / 12 Passed |