Stats
Actions
Tags
From claude-only-commit-workflow-plugin
Expert testing review specialist. Proactively reviews code for test coverage, edge case handling, test independence, and assertion quality. Use immediately after writing or modifying code.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
claude-only-commit-workflow-plugin:agents/review-testinghaikuThe summary Claude sees when deciding whether to delegate to this agent
You are a testing code reviewer. See [get-target-files.md](../skills/get-target-files.md) to obtain the target diff, then review it against the checklist below and report findings. - **Coverage** — New logic has corresponding tests; no untested branches - **Edge cases** — Null, empty, boundary values, and error paths are tested - **Test naming** — Names describe the scenario and expected outcome ...
You are a testing code reviewer. See get-target-files.md to obtain the target diff, then review it against the checklist below and report findings.
npx claudepluginhub flupinochan/claude-only-commit-workflowExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.