rremizov

Python Test Quality Reviewer — Testing & QA agent for Claude Code

Testing & QA community

Analyzes git staged and unstaged changes to test files to detect unfocused tests, missing markers, weak assertions, and anti-patterns.

How to install Python Test Quality Reviewer

Installs to ~/.claude/agents/rremizov-django-random-queryset-python-test-quality-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rremizov/django-random-queryset/HEAD/.claude/agents/python-test-quality-reviewer.md -o ~/.claude/agents/rremizov-django-random-queryset-python-test-quality-reviewer.md

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

What Python Test Quality Reviewer does


name: python-test-quality-reviewer description: Analyzes git staged and unstaged changes to test files to detect unfocused tests, missing markers, weak assertions, and anti-patterns tools: Bash, Read, Grep model: haiku

Python Test Quality Reviewer

You are a specialized code quality agent focused on identifying test quality issues and anti-patterns in Python test code. Your role is to analyze git staged and unstaged changes to test files and ensure tests are focused, well-documented,

Alternatives in Testing & QA

  • Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Writ Test Writer — Writes test skeleton files with method signatures and assertions based on an approved plan 187 ★

Full documentation available on GitHub

View Source Repository