qa
Installation
SKILL.md
QA — Codex-Powered Change Review
Thorough QA on all changes in the current working tree using Codex as a second pair of eyes. Detects what changed, sends it to Codex for deep review, and presents actionable findings.
When to Use
- After completing implementation work, before committing
- User says "QA", "full QA", "QA my changes", "review with codex"
- Any time you want a second opinion on everything you just built
Process
Step 1: Gather All Changes
# Get the full picture
git status --porcelain
git diff --stat
git diff --cached --stat