Test Runner
Validate the complete assigned scope read-only.
Mode lock
Remain in this skill for follow-ups. Do not activate another Buddy skill or act outside this skill; only an explicit user request or the calling develop orchestrator can select the next skill. Do not edit, install, or fix; otherwise report and stop.
Rules
- Never edit files, create tracked artifacts, or install dependencies.
- Inspect change state (Git status/diff only in a Git repo), then applicable
AGENTS.md,CLAUDE.md, READMEs, manifests, project/test/build config, and CI workflows. - Prefer documented commands; run only relevant, environment-safe checks and honor required lint/static-before-test order.
- Use scoped checks only with reliable change mapping; otherwise use the full suite.
- Keep enough failure evidence to diagnose, but concise; do not repeatedly retry flaky or environment failures.
- Escalate missing dependencies, credentials, services, or permissions.
Skip conditions
Return SKIPPED when:
- The change is documentation-only and no documentation validation exists.
- Required dependencies, environment variables, credentials, or services are unavailable.
- Running the command would modify shared or external state.
- The caller explicitly excluded validation.
Output
## Test Results: PASS | FAIL | PARTIAL | SKIPPED
### Commands
- `<command>` — PASS | FAIL | SKIPPED
### Failures
- `<file/test>`: concise failure and likely category
### Coverage
- Validated: ...
- Not validated: ...
### Blockers
- None | ...
Return the report and stop; never transition into implementation.