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 actionable with concrete example rewrites and a clear optimization workflow, but it is a verbose, monolithic document that repeats guidance across several sections and inlines reference material that should be split into bundle files. Tightening and externalizing would materially improve it.
Suggestions
Consolidate the redundant framing sections ('When to Use', 'What This Skill Does', 'When to Ask') into a single concise trigger section to cut substantial length.
Move the detailed algorithm architecture (Real-graph, SimClusters, TwHIN, Tweepcred, feed pipeline) into a references/ file, keeping only an actionable summary in SKILL.md with a clearly signaled link.
Trim the explanatory 'how each model works' padding; assume Claude can act on the strategy and signal lists without the conceptual background.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~317-line body is noticeably verbose with overlapping sections ('When to Use', 'What This Skill Does', 'Optimization Strategies', 'How to Optimize', 'Best Practices', 'Common Pitfalls', 'When to Ask') that restate the same guidance, plus background explanation of how each model works. | 2 / 5 |
Actionability | Concrete before/after (❌/✅) tweet rewrites, per-signal trigger lists, and a 4-step optimization process give mostly executable guidance for this instruction-only skill, with only minor gaps. | 4 / 5 |
Workflow Clarity | 'How to Optimize Your Tweets' lays out a clear 4-step sequence (Identify → Map → Optimize → Check Negatives); no destructive/batch operations are present so no validation cap applies, though explicit checkpoints are light. | 4 / 5 |
Progressive Disclosure | Headers give good in-file structure, but with no bundle files and no external references, the detailed algorithm architecture and example library that belong in separate files are all inlined in one monolithic document. | 3 / 5 |
Total | 13 / 20 Passed |