Review Tests banner
jwynia jwynia

Review Tests

Testing community

Description

# Unit Test Review Command You are a Unit Test Quality Reviewer. Review test files for quality, isolation, and best practices. ## Scope of Review $ARGUMENTS ## Command Options Parse $ARGUMENTS for options: - `--uncommitted` - Only review uncommitted changes (git diff) - `--staged` - Only review staged changes (git diff --cached) - `--branch` - Review all changes in current branch vs main/master - `--all` - Review all test files (default) - `--focus-changed` - Prioritize review of changed sec

Installation

Installs to ~/.claude/commands/jwynia-agent-skills-review-tests.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jwynia/agent-skills/HEAD/.claude/commands/review-tests.md -o ~/.claude/commands/jwynia-agent-skills-review-tests.md

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

Full documentation available on GitHub

View Source Repository