Content
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is a well-structured overview with excellent progressive disclosure to a real references/rule.md file, but it leans on templated audit sections and defers all executable code to the reference, leaving the body itself only partially actionable with no explicit validation loop.
Suggestions
Move at least one copy-paste-ready build config snippet (e.g. webpack devtool or Vite sourcemap:'hidden') into the body so the skill is actionable without opening the reference.
Replace the generic 'Code Review' section (routes/assets/loading behavior) with source-map-relevant review guidance to avoid off-topic boilerplate.
Add an explicit validation checkpoint linking the Check outcome to the Fix step (e.g. confirm the error tracker de-minifies stack traces before considering the change done).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean, but templated boilerplate ('Explain how source maps enable developers to debug...') and an off-topic 'Code Review' section about routes/assets/loading behavior add unnecessary tokens that don't serve the source-map task. | 2 / 3 |
Actionability | Quick Reference gives concrete-ish guidance ('Upload source maps to error tracking services (e.g., Sentry)', 'Ensure source maps are correctly linked'), but the body has no executable code or commands — all real examples are deferred to references/rule.md, and 'Fix' stays abstract. | 2 / 3 |
Workflow Clarity | Check → Fix gives a simple audit sequence with a verification step ('Verify if the project's build process generates source maps'), but there are no explicit validation checkpoints or feedback loops tying the check outcome to the fix. | 2 / 3 |
Progressive Disclosure | The body is a concise overview that clearly signals a single one-level-deep reference ('see references/rule.md'), and that bundle file exists, giving clean navigation without nested references. | 3 / 3 |
Total | 9 / 12 Passed |