Content
65%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.
A well-structured, actionable skill body, but it is undermined by five referenced scripts/*.py files that are absent from the bundle, and by missing validation checkpoints in the workflow. Fixing the dangling script references and adding explicit verify steps would lift the weaker dimensions.
Suggestions
Either add the five referenced scripts (profile_auditor.py, competitor_analyzer.py, tweet_composer.py, content_planner.py, growth_tracker.py) to a scripts/ bundle, or remove the commands and 'Scripts' table and replace them with inline, self-contained guidance.
Add explicit validation/verification checkpoints after key steps — e.g. after content_planner.py output or a profile audit, a 'Review the generated plan / audit results and confirm X' step.
Consider splitting the large inline sections (Algorithm Mechanics tables, full Growth Playbook) into one-level-deep reference files so SKILL.md reads as an overview with clearly signaled pointers.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and actionable via checklists, tables, and structural code blocks, with only minor over-explanation (e.g. 'signals amateur', 'Common Pitfalls' partly restating earlier guidance). | 4 / 5 |
Actionability | Highly concrete with exact commands, search syntax, thread structures, and cadence tables; falls short of 5 because the five referenced scripts/*.py files do not actually exist, so the commands are not copy-paste runnable as written. | 4 / 5 |
Workflow Clarity | A clear sequenced 6-step process with checklists is present, but validation/verification checkpoints are largely implicit (no 'verify output' after calendar generation or audits), keeping it at the validation-gap anchor. | 3 / 5 |
Progressive Disclosure | Reasonable section structure, but the body inlines content that could live in separate files and references scripts/ paths that do not exist as bundle files — references are present but not real/valid. | 3 / 5 |
Total | 14 / 20 Passed |