Content
88%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A high-quality, actionable procedural skill with explicit validation gates and concrete commands. It is dense rather than padded, though the dual-profile schema enumeration keeps conciseness and progressive disclosure just shy of the top anchor.
Suggestions
Move the coding-profile schema field list into a references file (e.g. coding-schema.md) and link to it, leaving the general profile inline, to improve progressive_disclosure and lighten the body.
Consider condensing the six pull_request_* field names into a compact table or shorthand list rather than a prose enumeration.
If a bundle directory is intended, add references/ so the bm-writing pointer and any schema detail resolve to real files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence (raw git commands, no concept explanations), but the inlined general-vs-coding profile schemas and the full enumeration of six pull_request_* fields with rationale make it a dense reference document where a little detail could be delegated. | 4 / 5 |
Actionability | Provides copy-ready, executable guidance throughout: exact commands (git status --short, git rev-parse HEAD, gh pr view --json), exact field names and types (note_type: coding_session, pull_request_number: "123"), and explicit routing rules covering general, coding, and PR cases. | 5 / 5 |
Workflow Clarity | A clear Gather -> Write -> Confirm sequence with explicit validation checkpoints ("Do not claim a test passed unless you ran it", "Stop if the required coding fields cannot be proven") and error-recovery feedback (omit empty categories rather than placeholder text). | 5 / 5 |
Progressive Disclosure | Well-organized into three clear sections with a one-level pointer to the bm-writing skill, but it is effectively a single monolithic file inlining both profile schemas; the coding-profile schema detail could arguably live in a reference file. | 4 / 5 |
Total | 18 / 20 Passed |