Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body presents a well-organized catalog of GitHub integration modes with usage strings and example invocations, but it is padded with descriptive metadata, lacks executable copy-paste commands, and provides no validation feedback loops for its batch operations. It scores 2 across all dimensions.
Suggestions
Trim repetitive spec metadata fields ('Coordination Mode', 'Max Parallel Operations', 'Batch Optimized: Yes') that do not change what Claude does, keeping only actionable detail.
Replace the notational usage examples ('$github pr-manager "..."') with concrete, executable gh/git shell commands Claude can run directly.
Add explicit validation/verification checkpoints for the batch operations section (e.g. verify PR state with 'gh pr view' before merging, re-run checks on failure), since batch/destructive operations require feedback loops.
Split the per-mode reference material into a bundled reference file referenced one level deep from the SKILL.md overview to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a ~150-line catalog padded with repetitive spec-like metadata ('Coordination Mode: Hierarchical', 'Max Parallel Operations: 10') and descriptive marketing text rather than lean instructions, fitting anchor 2; it is not the lean token-efficient content of anchor 3. | 2 / 3 |
Actionability | It gives usage strings ('$github pr-manager <PR management task>') and tool lists plus two example invocations, but these are notational/pseudocode rather than copy-paste executable shell, matching anchor 2's 'some concrete guidance but incomplete'. | 2 / 3 |
Workflow Clarity | No multi-step workflow with validation checkpoints is provided, and batch operations are mentioned without any validate/verify feedback loops; per the scoring notes this caps workflow_clarity at 2, fitting the 'steps present but checkpoints missing' anchor. | 2 / 3 |
Progressive Disclosure | No bundle files exist (references/scripts/assets absent) and all content is a single inline monolithic catalog under section headers rather than split into one-level-deep referenced files, matching anchor 2's 'content that should be separate is inline'. | 2 / 3 |
Total | 8 / 12 Passed |