Content
77%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.
A highly actionable, well-sequenced investigation skill with concrete commands and strong validation feedback loops. Its main weaknesses are repeated boilerplate that bloats the token budget and a monolithic structure that inlines reference-grade material rather than splitting it out.
Suggestions
Factor the `TOKEN=$(bk auth token)` extraction into a single defined snippet and reference it, instead of repeating the full curl+Authorization block in Steps 2, 4, 6, 7, 9, and 10.
Move the Build Scheduling/Queue Behaviour theory and the ASG/Terraform sizing command into a separate reference file (e.g. QUEUE-BEHAVIOUR.md) linked from the main workflow, so the core investigation steps stay lean.
Merge the duplicated `bk build view {build_number} -p {pipeline} --json` guidance from Step 5 back into Step 2, and have Step 5 reference it rather than re-stating the command.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and free of basic-concept padding, but the `TOKEN=$(bk auth token)` boilerplate is repeated verbatim across roughly eight command blocks and `bk build view {build_number} -p {pipeline} --json` is duplicated between Step 2 and Step 5 — real tightening opportunities that keep it below "efficient with only minor trimmable instances". | 3 / 5 |
Actionability | Fully executable, copy-paste-ready commands throughout: exact `bk` CLI invocations with flags, concrete REST URLs with `{org}/{pipeline}/{build_number}` parameters, `jq` filters, and `gh` commands, covering the common investigation cases (view build, list agents, retrieve logs, download artifacts, cancel, rebuild). | 5 / 5 |
Workflow Clarity | A clearly sequenced 13-step workflow with explicit validation/feedback checkpoints — Step 10 re-runs the build to confirm flaky-vs-real before classifying, Step 13 (marked CRITICAL) checks for already-pushed fixes before recommending a fix, and the Notes section reinforces both as a checklist. | 5 / 5 |
Progressive Disclosure | Well-sectioned into Prerequisites, Investigation Workflow, Scheduling, Output, and Notes, but it is a ~330-line monolithic SKILL.md with zero external references; tangential reference material (the ASG/Terraform command and the Build Scheduling theory) is inlined into the main flow where a one-level-deep reference file would reduce load, so the simple-skill exception (under 50 lines) does not apply. | 3 / 5 |
Total | 16 / 20 Passed |