Content
56%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 skill is a thorough, executable onboarding flow with clear sequencing and validation gates, but it is too long and repeats large code blocks instead of factoring them out. It would benefit from extracting shared helpers into reference files and tightening the duplicated YAML/prefs logic.
Suggestions
De-duplicate the two near-identical yaml_mapping Python blocks and the two prefs-merge snippets into a single shared helper sourced once at the top.
Move the command quick-reference table and the YAML parser into reference files under references/ and link to them, reducing the SKILL.md body and improving progressive disclosure.
Trim the prose around runtime internals (e.g. the MCP 1.x/MCP 2 launcher explanation) to the minimum Claude needs, since much of it restates environment behavior Claude can observe.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | At ~600 lines the body is noticeably verbose and duplicates large blocks: the yaml_mapping parser appears twice nearly verbatim and the prefs-merge Python snippet is repeated, padding the skill beyond what Claude needs. | 2 / 5 |
Actionability | Guidance is mostly executable — concrete bash, heredoc Python, real AskUserQuestion JSON, and specific `gh`/`ooo` commands — with only minor gaps where it delegates to sibling skills like ../setup/SKILL.md. | 4 / 5 |
Workflow Clarity | The flow is a clearly sequenced Pre-Check → Setup Gate → Steps 1-5 → Completion with explicit readiness validation gates and a gh-availability check, though a few checkpoints (e.g. confirming prefs writes succeeded) are implicit. | 4 / 5 |
Progressive Disclosure | Headers give reasonable structure but there are no reference files — large inline content like the full YAML parser and command quick-reference table that could live in separate files is inlined, and the only links point to sibling skills rather than within-skill references. | 3 / 5 |
Total | 13 / 20 Passed |