Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
An exemplary lean, executable skill body: concrete commands throughout, an ordered diagnostic escalation, and a verification-gated flip procedure. No bundle files exist, so progressive disclosure rests on the body's own organization, which is clear and well-structured for a simple skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every line is actionable (commands, env vars, ordered options); the single opening definition ('An acceptance test is a Go test function with the prefix `TestAcc`') anchors a domain-specific convention rather than explaining generic knowledge, matching anchor 3 ('every token earns its place'). | 3 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands (`go test -run=TestAccFeatureHappyPath`, `TF_ACC=1`, `-count=1`, `-v`, `TF_LOG=debug`, `TF_ACC_WORKING_DIR_PERSIST=1`), matching anchor 3; not 2 because there is no pseudocode or missing key detail. | 3 / 3 |
Workflow Clarity | The diagnose flow is an explicit ordered cumulative sequence, and the flip flow has a validation feedback loop ('If the test fails, then undo the edit and report a successful flip. Else...'), matching anchor 3; the editing operations carry their own verification so no cap applies. | 3 / 3 |
Progressive Disclosure | A sub-50-line single-purpose skill with no need for external references, organized into three clearly demarcated task flows (run / diagnose / flip); the simple-skills carve-out in the scoring notes lets this score 3 without external file references. | 3 / 3 |
Total | 12 / 12 Passed |