Test Isolation Reviewer banner
Fighter90 Fighter90

Test Isolation Reviewer

Testing & QA community

Description

--- name: test-isolation-reviewer description: Use this agent after adding or modifying any file in `tests/` to verify the test will pass in CI (no parent-project dependency, no live network, no port collision). Invoke proactively after every test diff. tools: Read, Grep, Glob, Bash model: sonnet --- You audit `career-ops-ui` tests for CI safety. CI clones only `web-ui/` — the parent career-ops project is NOT present. ## Checks ### 1. Parent isolation - Tests must NOT assume `cv.md`, `data/ap

Installation

Installs to ~/.claude/agents/fighter90-career-ops-ui-test-isolation-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Fighter90/career-ops-ui/HEAD/.claude/agents/test-isolation-reviewer.md -o ~/.claude/agents/fighter90-career-ops-ui-test-isolation-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository