Content
77%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-sequenced command skill, but it is token-heavy due to repeated command paths and a redundant workflows section, and it does not split its large reference material across bundle files.
Suggestions
Introduce a short alias for the long 'node .github/skills/azure-pipelines/azure-pipeline.ts' invocation (e.g., define it once and refer to it) to remove ~30 repetitions and tighten conciseness.
Collapse or prune the 'Common Workflows' section, which re-lists queue/status/cancel commands already documented above, keeping only workflows that combine steps in a new way.
Move the full product-build parameter table and/or troubleshooting into reference files under references/ and link to them, so the overview stays lean and the signaled bundle structure is real.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient command reference and parameter tables, but the 'Common Workflows' section restates queue/status/cancel examples already shown and the full 'node .github/skills/azure-pipelines/azure-pipeline.ts' path repeats ~30 times; could be tightened with a short alias. | 2 / 3 |
Actionability | Fully executable copy-paste commands plus detailed parameter tables with defaults and allowed values, matching the copy-paste-ready anchor. | 3 / 3 |
Workflow Clarity | Multi-step workflows are clearly sequenced with explicit checkpoints — cancel obsolete builds before queueing, a polling/`--watch` feedback loop, and a `--dry-run` guard on the destructive cancel operation. | 3 / 3 |
Progressive Disclosure | Content is a single monolithic file with the large parameter table and troubleshooting inline, and the only signaled reference ('./azure-pipeline.ts') has no corresponding bundle file present to verify. | 2 / 3 |
Total | 10 / 12 Passed |