Content
85%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.
A lean, well-organized instruction-only skill with a clear sequenced workflow, a verification checkpoint, and a correctly used one-level reference. Its only real gap is actionability: it tells Claude what to inspect but not concrete commands or tools to do so.
Suggestions
Add concrete executable commands for the isolation-mapping step (e.g. `cat /proc/self/status` for capabilities, `lsns`, `cat /proc/1/cgroup`, `unshare`/`nsenter`, `grep Seccomp /proc/self/status`) so the guidance is copy-paste ready.
Give one concrete example of capturing before/after boundary-crossing evidence (e.g. comparing `readlink /proc/self/ns/*` or process visibility before and after the primitive) to lift actionability from descriptive to procedural.
Name specific kernel-version / config discovery commands (e.g. `uname -r`, `zcat /proc/config.gz`, `lsmod`) in the surface-mapping phase rather than only listing what to note.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean bullet/section style with no concept explanation Claude already knows; every line carries an instruction or a concrete capture target, fully respecting the token budget. | 3 / 3 |
Actionability | Guidance names specific targets (namespaces, cgroups, seccomp, capabilities, before/after identity) but gives no executable commands or concrete tooling/procedures to obtain them, leaving the 'how' incomplete per the instruction-only actionable bar. | 2 / 3 |
Workflow Clarity | Clear ordered sequence (Quick Start 1-5, Workflow phases 1-3) with an explicit verification gate ("Reproduce one minimal primitive-to-boundary-crossing chain") and a routing decision (credential-replay handoff), satisfying the checkpoint expectation. | 3 / 3 |
Progressive Disclosure | Body is a concise overview with a single, clearly signaled one-level-deep reference ("Load `references/kernel-container-escape.md`"), and that file exists with supporting checklists — well-structured and easy to navigate. | 3 / 3 |
Total | 11 / 12 Passed |