Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-structured operational skill with executable scripts, a clear numbered workflow, validation checkpoints, and one-level-deep references to real bundle files. Its only weakness is conciseness: the override-flag shape and single-window rules are repeated, and some rationale prose could be trimmed.
Suggestions
Consolidate the repeated 'OP_LOAD_DESKTOP_APP_SETTINGS=false OP_BIOMETRIC_UNLOCK_ENABLED=false' command shape into one canonical block and reference it, rather than restating the full flag set in every example and prose paragraph.
Move the TCC/PID-scoped macOS App Data rationale (lines 108-116) into references/get-started.md, keeping only the actionable rule inline in the Guardrails, to reduce inline length.
Dedupe the 'never open a second window or session; reuse $WIN' guidance into a single stated rule instead of repeating it across the Workflow, tmux session, and guardrail sections.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most content is genuinely non-obvious operational knowledge Claude would not know (env var overrides, TCC/PID-scoped behavior, socket conventions), but the required override flags and the 'never open a second window' rule are restated several times and some rationale prose could be tightened. | 2 / 3 |
Actionability | Provides multiple complete, copy-paste bash scripts (bootstrap, secret-write, field-read, item-search, debug) with `set -euo pipefail`, exact command shapes, and a table of exact item titles/fields — fully executable and copy-paste ready. | 3 / 3 |
Workflow Clarity | A numbered Workflow with strict-order access paths, explicit validation checkpoints (the `op whoami` rc token check, shape-only field verification), and feedback loops for retry/recovery on a batch/secret operation, matching the 'clear sequence with explicit validation steps' anchor. | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview that signals two real one-level-deep references (references/get-started.md, references/cli-examples.md, both present) in a References section with descriptions, keeping detailed install and example content appropriately split. | 3 / 3 |
Total | 11 / 12 Passed |