# QA Sweep

> Codex adapter for independent QA review of opencode-swarm changes. Use after implementation or debugging when the user asks for a QA sweep, regression check, review pass, quality gate, or confidence check before publishing.

- Skill: `zaxbyhub/qa-sweep` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zaxbyhub/qa-sweep`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zaxbyhub/qa-sweep/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools, AI & ML
- Author: zaxbyhub (https://skillmd.com/u/zaxbyhub)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zaxbyhub/qa-sweep

---


# QA Sweep

Read `.claude/skills/qa-sweep/SKILL.md` for the source protocol, then translate it to Codex tools.

Codex-specific execution notes:

- Review the diff first with `git status --short` and `git diff --stat`.
- Inspect changed files directly; do not rely only on summaries.
- Run focused validation commands that match the changed surface.
- For code-review output, lead with findings by severity and file/line references.
- For implementation QA, report residual risks and tests run.

Also load `$running-tests` when executing tests and `$engineering-conventions` when invariant-sensitive areas changed.

