Content
27%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill attempts to be comprehensive but suffers from extreme verbosity and poor content organization. It includes useful concrete details (specific MCP tool names, CLI commands, duplicate-checking workflow) but buries them in excessive explanation and repetitive tracker-specific sections that should be factored out. The monolithic structure makes it expensive in tokens and hard to navigate.
Suggestions
Reduce the skill to ~60-80 lines by extracting tracker-specific instructions (Linear, GitHub, Jira) into separate referenced files and keeping only the common workflow in SKILL.md.
Remove the user story template from inline content — either reference it as a separate template file or trust Claude to generate standard user story format with a one-line instruction.
Consolidate the three duplicate-checker agent prompts into a single parameterized pattern rather than spelling out nearly identical instructions three times.
Remove explanatory content Claude already knows (e.g., what acceptance criteria are, how to parse user input, what 'As a... I want... So that...' format is) and replace with terse directives.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is extremely verbose at ~180+ lines. It over-explains concepts Claude already knows (how to parse user input, how to format markdown, what user stories are). The duplicate checker agent prompts are spelled out in full for three trackers with repetitive structure. The user story template, fallback table, and error handling sections add significant bulk that could be dramatically condensed. | 1 / 3 |
Actionability | The skill provides concrete CLI commands for GitHub and specific MCP tool names for Linear, which is good. However, many sections use placeholder patterns like [CUSTOMIZE: your-org/your-repo] without clear resolution, the Jira instructions are vague ('use WebFetch or jira CLI'), and the agent task prompts are descriptive rather than truly executable. The workflow relies heavily on external files (MY-INTEGRATIONS.md, MY-PROFILE.md) whose structure is unspecified. | 2 / 3 |
Workflow Clarity | The six-phase workflow is clearly sequenced and includes a critical validation checkpoint (duplicate check with user confirmation before creation, and story review before submission). However, the phases are overly elaborate and the feedback loops for error cases are listed in a table rather than integrated into the workflow steps. The parallel vs sequential agent mode branching adds complexity without clear validation at each branch. | 2 / 3 |
Progressive Disclosure | The entire skill is a monolithic wall of text with no references to external files for detailed content. The user story template, all three tracker-specific instructions, agent prompts, fallback table, and error handling are all inline. This content would benefit enormously from splitting tracker-specific details, the story template, and agent prompts into separate referenced files. | 1 / 3 |
Total | 6 / 12 Passed |