From nx
Use when implementation is complete and test coverage needs verification, before merge or pull request
npx claudepluginhub hellblazer/nexus --plugin nxThis skill uses the workspace's default tool permissions.
Delegates to the **test-validator** agent. See [registry.yaml](../../registry.yaml) for details.
Validates test coverage against requirements after implementation: scans tests, maps to reqs, fills gaps with new tests only, produces VALIDATION.md. No implementation changes.
Current session: !`source "${CLAUDE_PLUGIN_ROOT}/scripts/state.sh" && get_current_session 2>/dev/null || echo "No active session"`
Updates, generates, and validates pytest tests using TDD/BDD principles and git-workspace-review for change context in Python projects.
Share bugs, ideas, or general feedback.
Delegates to the test-validator agent. See registry.yaml for details.
Use the Agent tool to invoke test-validator:
## Relay: test-validator
**Task**: [what needs to be done]
**Bead**: [ID] or 'none'
### Input Artifacts
- Files: [relevant files]
### Deliverable
Test coverage report with gap analysis
### Quality Criteria
- [ ] All changed files have corresponding tests
- [ ] Test coverage meets project standards
- [ ] Edge cases covered
For full relay structure and optional fields, see RELAY_TEMPLATE.md.
The agent will:
REQUIRED: Run all tests and verify output before claiming coverage is adequate.
After validation:
/beads:close <id> with success noteSession Scratch (T1): Agent uses scratch tool for ephemeral working notes during the session. Flagged items auto-promote to T2 at session end.