Analyzes test coverage quality for PR changes — focuses on behavioral coverage (critical paths, edge cases, error conditions), not line coverage metrics. Rates coverage gaps 1-10. Use before creating PRs to verify new code has adequate test coverage.
$curl -o .claude/agents/pr-test-analyzer.md https://raw.githubusercontent.com/kumaran-is/claude-code-onboarding/HEAD/.claude/agents/pr-test-analyzer.mdInstalls into the current project.
Install pr-test-analyzer by running `curl -o .claude/agents/pr-test-analyzer.md https://raw.githubusercontent.com/kumaran-is/claude-code-onboarding/HEAD/.claude/agents/pr-test-analyzer.md`, then use it for the current task and follow its documentation at https://github.com/kumaran-is/claude-code-onboarding.