Content
88%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, highly actionable skill body with a clear sequenced workflow and strong safety guardrails for destructive flag operations. Conciseness and progressive disclosure are good but not maximal due to light redundancy and a lengthy inline example.
Suggestions
Consolidate the safety rules duplicated between 'Step 4. Disable flags' and 'Important notes' into one location to trim tokens.
Consider moving the full 'Example interaction' transcript to a separate EXAMPLE.md file and linking to it, keeping the workflow overview leaner.
Add a one-line note in 'Related tools' clarifying that feature-flag-disable takes only a flag id (already noted in step 4) to avoid restating the caveat twice.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and assumes Claude's competence; the PostHog-specific staleness criteria and rollout classifications earn their tokens. Minor redundancy between step 4's safety rules and the 'Important notes' section keeps it just short of fully lean. | 4 / 5 |
Actionability | Provides concrete tool calls (posthog:feature-flag-get-all with active: "STALE", feature-flag-disable, delete-feature-flag), precise rollout-state classifications, and copy-paste-ready cleanup prompt templates covering the common boolean, multivariate, not-rolled-out, and partial cases. | 5 / 5 |
Workflow Clarity | Four-step workflow is clearly sequenced with explicit validation checkpoints for destructive/batch operations — deploy code before disabling, require explicit user approval, confirm each action one at a time, and use the cleanup list as an approval checklist. | 5 / 5 |
Progressive Disclosure | Self-contained and well-sectioned with no nested references and no bundle files needed. The inline example interaction is fairly long and could optionally live in a separate file, leaving the overview slightly less cluttered. | 4 / 5 |
Total | 18 / 20 Passed |