qa-sweep ยท diff

git:20260522.16f7bb7 to git:20260711.5972d3e

1 added, 0 removed. Audit A to A.

---
name: qa-sweep
+ audience: swarm-plugin
description: 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.
---
# 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.