원클릭으로
review
Review a branch or PR for merge readiness and produce a QA report.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review a branch or PR for merge readiness and produce a QA report.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implement production changes with or without new test coverage.
Prepare commits, push a branch, and create a draft PR targeting your base branch.
Practice test-driven development for new features and bug fixes.
Behavior-first test guidance.
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.
Create a product brief document for a feature or project.
| name | review |
| description | Review a branch or PR for merge readiness and produce a QA report. |
This skill defaults to running in the QA persona. If you are not already running as QA (for example, the user invoked /review directly or you are the parent agent), delegate execution to a QA subagent and stop. If you are already running as QA, continue with the steps below.
Review a branch or PR for merge readiness, document findings, and save the QA report to docs/qa/reports/{yyyy-mm-dd}-{branch-or-pr-slug}.md.
templates/qa-report-template.md and save the report under docs/qa/reports/.PASS when the change is merge-readyPASS WITH RECOMMENDATIONS when the change can merge but still has non-blocking follow-upBLOCK when correctness, safety, or required verification is missing