Content
76%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 highly actionable with executable commands throughout and a reasonably clear multi-pattern workflow including budget-convergence safeguards. Its weaknesses are verbosity from overlapping payload/bypass catalogs and the absence of any bundle-file progressive disclosure despite a length that would benefit from splitting reference material out.
Suggestions
Consolidate the three overlapping filter-bypass sections ('Filter Bypass Techniques', 'Filter Bypass Cookbook', 'Bypass-Class Rotation Rule') into a single table to remove redundancy and cut tokens.
Move the bypass-class rotation table and JSFuck details into a references/ file (e.g. references/filter-bypass.md) and link from SKILL.md to improve progressive_disclosure.
Add an explicit validate→fix→retry loop for payload iteration (e.g., 'if grep finds no success indicator, rotate class and retry; after N failures write CONVERGED.md') to lift workflow_clarity to the top anchor.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and assumes Claude's competence, but it is long (~300 lines) with repeated payload catalogs, redundant filter-bypass sections (techniques list, cookbook table, class-rotation table overlap heavily), and restated anti-patterns, placing it at the 'mostly efficient but could be tightened' anchor rather than lean. | 3 / 5 |
Actionability | Nearly every section provides copy-paste-ready, executable curl/node commands with concrete payloads and grep checks for success indicators, fully matching the score-5 anchor for fully executable guidance covering common cases. | 5 / 5 |
Workflow Clarity | It provides an explicit pattern-selection quick-check, a numbered 8-step CTF workflow, and convergence/budget-cap rules with validation-like checkpoints (grep success indicators, CONVERGED.md fallback); however there is no explicit validate→fix→retry loop for the destructive/batch payload iteration, and the workflow branches across Pattern A/B without a single decisive checklist, so it sits just below the score-5 anchor. | 4 / 5 |
Progressive Disclosure | The body is a single monolithic SKILL.md with no bundle files (references/, scripts/, assets/ all absent) and no one-level-deep file pointers; it relies on section headers for organization but inlines large cookbook/rotation tables that could live in separate reference files, matching the 'some structure but could be better organized' anchor. | 3 / 5 |
Total | 15 / 20 Passed |