Qa Review banner
manikosto manikosto

Qa Review

Testing community

Description

--- description: Review test automation code for OOP compliance, Allure metadata, proper abstractions, and flaky patterns. Invokes qa-reviewer agent. --- # QA Test Code Review Invokes the **qa-reviewer** agent for comprehensive test code review. ## What This Command Does 1. **OOP Compliance** -- Verify all tests are in classes, inherit BaseTest 2. **Abstraction Check** -- API calls through service classes, not raw httpx/requests 3. **Allure Metadata** -- @epic, @feature, @story, @severity on

Installation

Installs to ~/.claude/skills/manikosto-claude-code-python-stack-qa-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/manikosto-claude-code-python-stack-qa-review && curl -fsSL https://raw.githubusercontent.com/manikosto/claude-code-python-stack/HEAD/commands/qa-review.md -o ~/.claude/skills/manikosto-claude-code-python-stack-qa-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository