Content
85%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 body is highly actionable and workflow-clear, with explicit escalation gates and feedback loops for batch extraction. Its main weakness is progressive disclosure: everything lives in one long monolithic file with no reference bundle, so navigability and content splitting could be improved.
Suggestions
Move the Blind SQLi Parallel Character Extraction Blueprint and the Post-Extraction Hash Cracking Workflow into separate reference files (e.g. references/blind-extraction.md, references/hash-cracking.md) linked one level deep from SKILL.md.
Consolidate the three overlapping blind-extraction sections (Fast-Path, Bulk Extraction Strategies, Parallel Blueprint) to remove redundant binary-search content and tighten conciseness.
Add a brief table of contents or "## Contents" section near the top so Claude can navigate the long single-file structure quickly.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense, command-first content that assumes Claude's competence with minimal prose padding; a few explanatory one-liners ("Narrows each character to 7 bits", "covers ~60% of CTF hashes") earn their place, but the overlapping blind-extraction material recurs across three sections (Fast-Path, Bulk Extraction Strategies, Parallel Blueprint) and could be consolidated. | 4 / 5 |
Actionability | Fully executable, copy-paste-ready commands throughout (curl probes, sqlmap invocations with concrete flags, hashcat/john cracking, a python3 reconstruction snippet), covering the common detection, exploitation, and post-extraction cases concretely. | 5 / 5 |
Workflow Clarity | Multi-step flows are explicitly sequenced with validation checkpoints and feedback loops — the escalation state table, "If either confirms… launch sqlmap IMMEDIATELY", "LET IT FINISH", "Submit/verify the partial result before launching a second harness", and "the NEXT bash call MUST launch the parallel extraction loop" — satisfying the batch/destructive feedback-loop requirement. | 5 / 5 |
Progressive Disclosure | No bundle files exist (references/, scripts/, assets/ are absent) and the skill is a single 263-line monolithic SKILL.md with clear ## headers but no TOC and no one-level-deep references; substantial sub-procedures (parallel extraction blueprint, hash-cracking workflow) that could live in separate files are inlined. | 3 / 5 |
Total | 17 / 20 Passed |