Content
92%Reviews 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 executable commands and a well-sequenced, validated diagnostic workflow, though it is somewhat verbose and monolithic with no external reference split. Strong on actionability and workflow clarity, room to tighten prose and factor out detail.
Suggestions
Trim explanatory prose around commands to the essential non-obvious gotchas; the flag-by-flag commentary inflates the token budget.
Consider moving the long platform-specific command reference (lsof/ss/stack-dump variants and RUNTIME_DIR resolution) into a references/ file linked from SKILL.md to improve progressive disclosure.
Collapse repeated credential-redaction notes into a single stated rule rather than restating it across the fast path, step 2, and step 3.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most tokens earn their place (BSD grep \b quirks, ps rss-in-KB units, ptrace scope), but the body is lengthy and several prose passages could be tightened without losing clarity, fitting the mostly-efficient anchor. | 2 / 3 |
Actionability | It provides concrete, copy-paste-ready shell commands (ps, pgrep, lsof, ss, node sidecar scan) with exact flags and thresholds, fully executable rather than pseudocode. | 3 / 3 |
Workflow Clarity | The investigation is clearly sequenced (resolve RUNTIME_DIR → fast path → enumerate sidecars → ps enrichment → deep-dive → report) with explicit validation guards (kill -0, command grep) and fallback paths. | 3 / 3 |
Progressive Disclosure | It is well-organized into labeled sections, but everything is inline in a single ~115-line file with no bundle files; some of the detailed command/flag reference could be split out for cleaner discovery. | 2 / 3 |
Total | 10 / 12 Passed |