Content
62%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 content is admirably concise and well-structured for a simple rules skill, scoring top marks on conciseness and progressive disclosure. Its weakness is actionability: rules are stated as principles without concrete code, commands, or verification steps that tell Claude exactly how to check or enforce them.
Suggestions
Add concrete, executable guidance for each UX rule (e.g., example test snippets for key-transition and rendering-branch tests, or a command to run the TUI test suite).
Include an explicit validation checkpoint before shipping (e.g., 'Run `go test ./...` and confirm all update/view/model tests pass before committing a TUI change').
For each rule, give a one-line concrete check (e.g., 'Empty/loading/error states: assert each screen renders a non-blank placeholder for these states') so the guidance is verifiable rather than aspirational.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's knowledge of TUI concepts, listing only the rules and test expectations without padding or explaining what Bubbletea/Lipgloss are; every token earns its place. | 5 / 5 |
Actionability | Guidance is high-level and rule-based ('Keyboard behavior must be consistent', 'Add update tests for new key transitions') without concrete commands, code, or specific executable steps, leaving Claude to infer how to verify or enforce each rule. | 2 / 5 |
Workflow Clarity | The 'When to Use' list gives a rough sequence of when rules apply and 'No TUI behavior change ships without deterministic tests' acts as a checkpoint, but there are no explicit validation steps or feedback loops for confirming rules are satisfied before shipping. | 3 / 5 |
Progressive Disclosure | The skill is well under 50 lines with no external references needed, organized into clearly labeled sections (When to Use, UX Rules, Test Rules); per the simple-skill guidance this merits a top score with just well-organized sections. | 5 / 5 |
Total | 15 / 20 Passed |