Content
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is token-efficient and uses progressive disclosure well, offloading code templates to a real reference file. It is weakened by the absence of any executable example in the body and a dangling 'Priority: P0' header.
Suggestions
Remove or populate the empty '## Priority: P0' header so it does not read as a dangling section.
Add one small executable Kotlin snippet (e.g. a runTest + MainDispatcherRule skeleton) directly in the body so guidance is copy-paste ready without opening the reference.
Add a brief validation/verification note (e.g. run tests, confirm no real network/thread-sleep) as an explicit checkpoint after the implementation steps.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean bullet-point body that assumes Claude's competence; no padding with basic explanations of what testing or coroutines are. | 3 / 3 |
Actionability | Names concrete APIs (runTest, MainDispatcherRule, createAndroidComposeRule, @TestInstallIn) but the body itself has no executable code blocks; full copy-paste examples are delegated to the reference file. | 2 / 3 |
Workflow Clarity | Sections are organized (Unit Tests, UI Integration Tests, Anti-Patterns) but there is no sequenced workflow or validation checkpoint, and the orphaned 'Priority: P0' header has no content beneath it. | 2 / 3 |
Progressive Disclosure | Concise overview body with a single one-level-deep, clearly signaled reference to references/implementation.md, which exists and holds the detailed code templates. | 3 / 3 |
Total | 10 / 12 Passed |