Content
87%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
An efficient, fully actionable CLI reference with a clear end-to-end flow example. The only gap is the absence of explicit validation/verification checkpoints between destructive steps (exec, memshell, changekey), which caps workflow clarity.
Suggestions
Add validation checkpoints in the full-flow example, e.g. 'verify detect outputs [++] 存在shiro框架! before running crack' and 'confirm crack finds a key before exec/memshell/changekey'.
Add a brief feedback loop after exec and memshell (check shell/memshell connection succeeds; if '响应含 rememberMe=deleteMe', switch gadget/echo/AES mode and retry).
Make the AES-mode decision an explicit precondition before crack/exec rather than only a passive table (e.g. note that --cbc is default for ≤1.2.4 and try --gcm on failure).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean CLI reference with no padding about what Shiro deserialization is; every section (commands, options, AES-mode table, errors, full example) earns its place and assumes Claude's competence; not score 2 because there is no unnecessary explanation to tighten. | 3 / 3 |
Actionability | Fully executable commands with concrete options, stated defaults, and a copy-paste-ready "完整流程示例"; not score 2 because guidance is complete and runnable rather than pseudocode or missing key details. | 3 / 3 |
Workflow Clarity | The full-flow example gives a clear 5-step sequence (detect → crack → exec → memshell → changekey) but lacks explicit validation checkpoints for destructive steps (no 'verify detect/crack succeeded before proceeding'); per the feedback-loops note this caps at 2 rather than 3. | 2 / 3 |
Progressive Disclosure | No bundle files exist; the single SKILL.md is well-organized into clear sections (启动方式, 准备工作, 命令, AES 模式, JSON 输出, 常见错误, 完整流程示例) appropriate for a single-purpose CLI reference; not score 2 because structure and navigation are clean with no nested references. | 3 / 3 |
Total | 11 / 12 Passed |