Content
90%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 content is an excellent, lean diagnostic runbook: highly executable, concisely written assuming Kubernetes competence, with a clear triage workflow and well-signaled one-level-deep references. The main defect is that the referenced bundle files (references/failure-patterns.md and scripts/diagnose.sh) are not present, leaving broken deep links.
Suggestions
Add the missing bundle files so the references resolve, or remove the references and inline the essential per-service failure patterns and the diagnose.sh logic.
Add a brief explicit remediation/validation loop after triage (e.g. 'confirm the issue is resolved by re-checking restart count and --since=300s logs') to close the workflow with a feedback checkpoint.
Consider moving the large queue-name/consumer-group reference table into references/failure-patterns.md or a dedicated references file to keep the overview leaner.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with executable kubectl/redis-cli commands and operationally useful facts (queue keys, consumer groups, env vars) with almost no padding or explanation of concepts Claude already knows; every token earns its place. | 5 / 5 |
Actionability | Provides copy-paste-ready, fully executable commands covering the common diagnostic cases, including exact jsonpath expressions, redis INFO fields, and stream-inspection commands with clear placeholders. | 5 / 5 |
Workflow Clarity | Opens with an explicit ordered triage sequence ('Run these three commands first', then 'narrow down') plus validation checkpoints (distinguishing ongoing vs historical issues, verifying Helm values took effect), but stops at diagnosis without an explicit remediation feedback loop. | 4 / 5 |
Progressive Disclosure | Well-structured with clear section headers and one-level-deep references ('see references/failure-patterns.md', '{baseDir}/scripts/diagnose.sh') that are clearly signaled, but those referenced bundle directories do not exist on disk, which is more than a minor organization gap and prevents a 5. | 4 / 5 |
Total | 18 / 20 Passed |