Content
100%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable TDD guide: complete executable examples per test layer, a clear validated workflow, and concise prose that respects the context budget. Organization is clean and self-contained.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and code-forward; assumes competence without explaining what TDD/JUnit is. Prose is limited to short pattern notes and a closing reminder, so every token earns its place. | 3 / 3 |
Actionability | Provides complete, executable Java test classes (unit, MockMvc, integration, persistence), a JaCoCo Maven plugin snippet, and concrete CI commands — copy-paste ready guidance. | 3 / 3 |
Workflow Clarity | A clearly sequenced Red-Green-Refactor cycle with built-in validation ('测试应当失败', keep Green) plus an explicit coverage gate (JaCoCo), satisfying the feedback-loop and checkpoint anchors. | 3 / 3 |
Progressive Disclosure | A single self-contained file organized into well-labeled sections (何时使用, 工作流, per-layer testing) with no nested references and easy navigation; no bundle files are present or needed. | 3 / 3 |
Total | 12 / 12 Passed |