Content
77%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.
The body is a well-sequenced, actionable workflow with strong validation around destructive GitHub mutations and good deferred detail in references/assets. Its main defect is that the agent-mode routing files it depends on are referenced but not present in the bundle.
Suggestions
Add the missing `agents/*.agent.md` files (bug, feature, user-story, task, devils-advocate) to the bundle, or restructure so type-specific drafting logic lives in real files the skill actually ships.
De-duplicate the label/assignee cache policy by stating it once and cross-referencing from "Required inputs" to "Step 6".
Inline at least one minimal `mcp_github::issue_write` payload example in Step 7 so the core mutation is executable without opening references.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense but substantive with no padding about concepts Claude already knows; minor tightening is possible as the label/assignee cache policy is restated in both "Required inputs" and "Step 6". | 4 / 5 |
Actionability | Concrete MCP tool names, an ordered mutation sequence, specific draft path `.tmp/{TYPE}-{CONTEXT}.md`, and template paths make it mostly executable; payload specifics are deferred to references/instructions.md and references/mcp-server.md, leaving minor gaps inline. | 4 / 5 |
Workflow Clarity | An explicit 8-step sequence with validation checkpoints (duplicate check, draft review, explicit publish confirmation, shared gates) and a feedback loop (mutation failure → guide to mcp-server.md setup → retry) covers the destructive GitHub mutation workflow thoroughly. | 5 / 5 |
Progressive Disclosure | references/ and assets/ files are real, one level deep, and clearly signaled, but the core routing targets `agents/bug.agent.md`, `agents/feature.agent.md`, `agents/user-story.agent.md`, and `agents/task.agent.md` are referenced throughout yet no `agents/` directory exists in the bundle, breaking navigation for the skill's central mechanism. | 3 / 5 |
Total | 16 / 20 Passed |