Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is well-structured and offers concrete MCP/GitHub tool usage, but it is padded with a duplicate config block and placeholders, contains corrupted file paths that break executability, and lacks validation checkpoints for its batch operations.
Suggestions
Fix the corrupted paths (replace "$" with "/") and replace bracket placeholders like "[Architecture documentation]" with real content or remove them so examples are executable.
Remove the duplicate second YAML frontmatter/config block (lines 6–44) that restates name, tools, and hooks already in the real frontmatter.
Add explicit validation/verification steps after batch operations such as cross-repo file pushes and branch creation (e.g., confirm pushes succeeded, validate CI workflow syntax before committing).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body includes a redundant duplicate YAML config block, repeated long code sections, and bracket placeholders ("[Architecture documentation]") that add tokens without value, though it is not pure concept-explanation fluff. | 2 / 3 |
Actionability | Concrete MCP tool-call syntax and GitHub operations are provided, but file paths are corrupted with "$" in place of "/" (e.g. ".claude$commands$github$github-modes.md", "actions$checkout@v3") and template contents are placeholders, so examples are not fully executable. | 2 / 3 |
Workflow Clarity | Usage patterns and the batch-operations section give a sequenced TodoWrite checklist, but batch/destructive operations (pushing files to multiple repos, creating branches) lack any validation or verification checkpoints. | 2 / 3 |
Progressive Disclosure | The skill has recognizable sections (Purpose, Capabilities, Usage Patterns, Best Practices) but everything is inlined in one ~350-line document with no bundle files or one-level-deep references to split out detail. | 2 / 3 |
Total | 8 / 12 Passed |