Content
53%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 with concrete commands and a sequenced workflow, but it is held back by redundant command sections, inline version pins, missing in-workflow validation for destructive repackaging, and four orphaned bundled reference files that are never surfaced.
Suggestions
Surface the bundled references (frida-cookbook.md, frida-bypass-kit.md, apk-security-checklist.md, android-advanced.md) as one-level-deep links from the relevant sections and move bulk Frida/manifest detail there, instead of leaving them orphaned and inlining the content.
Remove the redundant '快速命令备忘' section (it duplicates '工具分工' and the workflow) and relocate the pinned tool version numbers into a 'validated on' or version section so time-sensitive data stops padding the working body.
Add explicit validation checkpoints inside the workflow (e.g. confirm jadx produced readable Java before patching smali; verify `apktool b` rebuilt and `apksigner verify` passes before `adb install -r`) rather than relying only on the final self-check, since repackaging and install are destructive.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly action-dense, but the '快速命令备忘' section duplicates commands already shown in '工具分工' and the workflow, and pinned tool version numbers (jadx 1.5.5, apktool 3.0.2, frida-ps 17.9.6) sit inline as time-sensitive data rather than in a version/deprecated section. | 3 / 5 |
Actionability | Provides concrete, mostly copy-paste-ready commands (jadx -d, apktool d/b, frida -U -f, adb install) and full script invocations with parameters, but script examples use <skill-root> and Windows-path placeholders that require substitution. | 4 / 5 |
Workflow Clarity | A clear 6-step recommended workflow exists with a final MUST-pass self-check, but destructive/batch operations (smali patching, apktool b rebuild, adb install) lack interleaved validate-then-proceed checkpoints; the cap for destructive workflows without validation holds at 3. | 3 / 5 |
Progressive Disclosure | The four bundled reference files (references/frida-cookbook.md, frida-bypass-kit.md, apk-security-checklist.md, android-advanced.md) are never linked from the body — effectively orphaned — while the body instead points at non-bundle ../ paths; bulk Frida/manifest detail is inlined where it could be deferred. | 2 / 5 |
Total | 12 / 20 Passed |