Content
81%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 a highly actionable, well-structured CLI reference with strong validation-gated workflows for destructive X actions. Its main weakness is conciseness: the command reference is duplicated across Quick Reference and Command Details, and the auth pitfall is repeated in three sections.
Suggestions
Collapse the Quick Reference table and Command Details into one section to remove duplicated command listings, or keep the table as the index and limit Details to non-obvious cases (media workflow, articles, raw API).
State the default-app auth pitfall once in Troubleshooting and reference it from Agent Workflow rather than repeating the full explanation in three places.
Move the lengthy Docker HOME pitfall block into a short note plus a reference, or trim it to the essential HOME=/opt/data/home commands.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient command reference with no concept-over-explanation padding, but the ~430 lines include real tightening opportunities: the 29-row Quick Reference table is largely re-expanded in Command Details, and the default-app auth pitfall is restated in three places (callout, Troubleshooting, Agent Workflow). | 3 / 5 |
Actionability | Fully executable throughout: copy-paste-ready bash commands for every operation, a complete Quick Reference table, and concrete examples covering post/search/DM/media/raw-API cases. | 5 / 5 |
Workflow Clarity | The Agent Workflow gives a clear 9-step sequence with explicit validation checkpoints for state-changing actions (verify prerequisites, confirm reachability via cheap reads, confirm intent before writes, require xurl output as proof of success), satisfying the destructive-ops feedback-loop requirement. | 5 / 5 |
Progressive Disclosure | No bundle files exist (references/scripts/assets absent) and the skill is a single well-sectioned file with clear headers and no nested references; the Quick Reference vs Command Details duplication is a minor organization gap keeping it just below a clean 5. | 4 / 5 |
Total | 17 / 20 Passed |