Content
92%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.
A well-structured, highly actionable pwn skill with a clear validated workflow and clean one-level-deep reference navigation to three real bundle files. The only weakness is mild redundancy in routing sections and an optional preamble that slightly inflates token use.
Suggestions
Consolidate the '与其他 skill 的分工' table and '路由上下文' section into a single routing block to remove duplicated upstream/downstream guidance.
Tighten the 'ACTION REQUIRED' preamble or fold its steps into the workflow's Step 1 to reduce overhead before the substantive content.
The 注意事项 bullets on movaps/glibc-version are useful gotchas but could link to the relevant references/ file section so the inline body stays leaner.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and largely efficient (tree-style workflow, tables, code blocks) and focuses on non-obvious engineering gaps rather than basic concepts, but routing is repeated across '与其他 skill 的分工' and '路由上下文' and the 'ACTION REQUIRED' preamble adds overhead that could be trimmed. | 4 / 5 |
Actionability | Provides copy-paste-ready commands (checksec, ROPgadget --binary, one_gadget ./libc.so.6) and concrete pwntools template fragments (context.binary = ELF, p = process, payload = cyclic(N) + p64(ret)) plus a runnable bootstrap script covering the common cases. | 5 / 5 |
Workflow Clarity | A clear 6-step sequenced workflow with explicit validation checkpoints (本地通 → 切 remote, '写 while True 验证成功率 ≥ 95%') and a final '任务完成自检' checklist; because validation is present, the destructive/batch cap does not apply. | 5 / 5 |
Progressive Disclosure | SKILL.md serves as an overview with well-signaled one-level-deep references to the three real bundle files ('完整模板参见 references/stack-pwn.md' etc. and a 子模块导航 block); detailed templates live in references while inline content stays overview-level. | 5 / 5 |
Total | 19 / 20 Passed |