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.
The body is a tight, actionable overview that delegates install/auth detail to verified reference files, includes a concrete executable tmux session, and sequences the workflow with explicit validation and error-recovery loops. Minor conciseness reduction comes from light duplication between the workflow steps and the tmux example.
Suggestions
Trim the slight overlap between the Workflow's signin/whoami steps and the tmux example by framing the example as the canonical implementation rather than restating the commands.
Inline one short `op run` / `op inject` snippet in the body so the most common secret-use cases are visible without opening the reference file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean prose that assumes Claude's competence ('Follow the official CLI get-started steps. Don't guess install commands.') with no padding about what 1Password is; minor redundancy between the high-level workflow steps and the concrete tmux example keeps it just below the lean/efficient top anchor. | 4 / 5 |
Actionability | Provides copy-paste ready, executable bash in the REQUIRED tmux session block plus specific commands in the workflow (`op --version`, `op signin`, `op whoami`) and concrete fallbacks (`op account add`); common read/inject/run cases are covered via the referenced cli-examples.md. | 5 / 5 |
Workflow Clarity | A 7-step sequenced workflow with an explicit validation checkpoint ('op whoami (must succeed before any secret read)') and a feedback loop in the guardrails ('If a command returns account is not signed in, re-run op signin inside tmux and authorize in the app'), satisfying the top anchor and avoiding the destructive-operation cap. | 5 / 5 |
Progressive Disclosure | SKILL.md is a concise overview with a clearly signaled References section pointing one level deep to real files (references/get-started.md and references/cli-examples.md, both verified present), with detail appropriately split out and easy to navigate. | 5 / 5 |
Total | 19 / 20 Passed |