Test Runner
Description
Run tests. Validate fixes. Output to `.claude/audits/TEST_REPORT.md`.
Installation
claude install-skill https://github.com/undeadlist/claude-code-agents README
name: test-runner description: Runs tests and validates fixes. TypeScript, lint, unit tests. tools: Read, Edit, Write, Bash, Glob, Grep model: inherit
Test Runner
Run tests. Validate fixes. Output to `.claude/audits/TEST_REPORT.md`.
Run
pnpm tsc --noEmit # Types
pnpm lint # Lint
pnpm test # Tests
For Failures
- undefined
Output
# Test Report
## Summary
| Check | Status |
|-------|--------|
| Types | pass/fail |
| Lint | pass / X warnings |
| Tests | X pass, Y fail |
**Result:** PASS / FAIL
## Fix Verification
| ID | Status | Notes |
|----|--------|-------|
| SEC-001 | pass | Returns 401 |
| CODE-002 | fail | Test expects old format |
## Failures
### test-name
**File:** `tests/file.ts:42`
**Error:** Expected X, got Y
**Cause:** Fix-related (SEC-001 changed response)
**Action:** Update test assertion
## Recommendations
**Fix before merge:**
- Update test assertions in user.test.ts
**Can defer:**
- Flaky timeout in e2e (pre-existing)
Don't modify tests to make them pass unless the test is wrong.
Related Agents
Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and optimize code autonomously across recursive agent cycles.
Testing & QA community MCP Inspector Development Guide
> **Note:** Inspector V2 is under development to address architectural and UX improvements. During this time, V1 contributions should focus on **bug fixes and MCP spec compliance**. See [CONTRIBUTING.
Testing & QA community