Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A lean, highly actionable Next.js hunting playbook with executable commands and strong validation/feedback guidance that guards against false positives. Its only weakness is progressive disclosure: the entire reference is a single long inline file rather than an overview pointing to one-level-deep reference files.
Suggestions
Split the longer phases (e.g. Phase 4 Image SSRF, Phase 6 ISR poisoning) into one-level-deep reference files and keep SKILL.md as an overview with 'See X.md' links, improving progressive disclosure.
De-duplicate the build-ID extraction shown in both the intro and Phase 1 to tighten conciseness.
Consider moving the FALSE-POSITIVE GUARD and precondition notes into a shared 'Validation & false-positive guide' reference so each phase stays scannable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is command-driven (curl/grep/python one-liners) with no basic-concept padding; its longer passages are non-obvious false-positive guards that earn their tokens rather than restating what Claude already knows. | 3 / 3 |
Actionability | Every phase provides fully executable commands with real flags, headers (e.g. 'Next-Action'), multipart bodies, and $TARGET/$BUILD_ID interpolation, making the examples copy-paste ready. | 3 / 3 |
Workflow Clarity | A clear phased sequence (fingerprint through env-var leak) with an explicit Validation section and feedback loops (FALSE-POSITIVE GUARD in Phase 4, the Phase 7 precondition, unique-marker checks in Phase 6) that prevent false claims. | 3 / 3 |
Progressive Disclosure | It is a single ~240-line self-contained playbook with no bundle/reference files and everything inline; sections are well-labeled, but the content could be split into per-phase reference files, which is the score-2 'content that should be separate is inline' pattern. | 2 / 3 |
Total | 11 / 12 Passed |