원클릭으로
review
Deterministic project review for docs, code, consistency, and readiness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deterministic project review for docs, code, consistency, and readiness.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deploy a reviewed service with explicit confirmation and verification.
GitHub issue, pull request, CI, release, and code review workflow for Product Factory OS projects. Use when work involves GitHub Issues, PR summaries, review comments, failing GitHub Actions, release branches, changelogs, or publishing project state to GitHub.
Generate infrastructure-as-code and deployment configuration.
Safely apply database or data migrations with backup and rollback notes.
Security-audit v2 workflow for application, repository, scoped path, PR, branch, or working-tree security review. Use for security audit, OWASP, secrets, threat model, attack path, Codex Security diff scan, release security gate, or security_change evidence requests.
Improve SEO effectiveness for products, landing pages, docs, and content by auditing technical SEO, search intent, metadata, structured data, content gaps, and measurement loops. Use for SEO audit, organic traffic, indexing, sitemap, robots.txt, schema, canonical, meta tags, Search Console, and content optimization work.
| name | review |
| description | Deterministic project review for docs, code, consistency, and readiness. |
| argument-hint | project path, file, pull request, or changed area |
| license | MIT |
| metadata | {"category":"quality","tags":["review","quality","validation"],"effort":"high","side_effect":"read-only","explicit_invocation":false} |
Review project documents and code. Lead with findings.
The canonical rubric lives in docs/rubrics/review.md. Use it as the source of truth.
For Product Factory OS projects, also apply docs/rubrics/pfo.md, docs/rubrics/strategy.md when strategy artifacts are in scope, and docs/rubrics/testing.md when implementation or deploy readiness is in scope.
Return one:
BLOCKED: at least one critical issue prevents the next step.PASSED_WITH_WARNINGS: critical checks pass, important issues remain.PASSED: critical and important checks pass.docs/rubrics/review.md.scripts/validate_plan_quality.py <project>/browser-check target, engine, flow, and screenshot/log evidence before deploy readiness./mcp-docs before flagging documentation-sensitive findings.scripts/meta_review.py when available and include its result.EXECUTION_GRAPH.md exists, run scripts/validate_execution_graph.py when available..codex-memory/STATE.json exists, check it matches current stage, current node, gate results, and next action.ROOT_CAUSE.md or equivalent state evidence before accepting the fix.Use this shape:
## Findings
- [Critical] C1 path:line - finding and impact.
## Gate
Status: BLOCKED | PASSED_WITH_WARNINGS | PASSED
| Tier | Pass | Total | Status |
|---|---:|---:|---|
| Critical | X | 10 | pass/fail |
| Important | Y | 8 | pass/warn |
| Nice | Z | 4 | info |
## Open Questions
## Summary
Before final output, verify:
BLOCKED by request.