원클릭으로
code-review
Self-review before declaring work complete
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Self-review before declaring work complete
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build immersive, scroll-driven websites with GSAP ScrollTrigger, Lenis smooth scroll, parallax effects, and cinematic page transitions. Use when building premium corporate sites, landing pages, or marketing microsites that need motion and polish beyond static designs.
Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, tutorials, user guides.
Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.
Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.
Use when investigating errors, analyzing stack traces, or finding root causes of unexpected behavior. Invoke for error investigation, troubleshooting, log analysis, root cause analysis.
Use when setting up CI/CD pipelines, containerizing applications, or managing infrastructure as code. Invoke for pipelines, Docker, Kubernetes, cloud platforms, GitOps.
| name | code-review |
| description | Self-review before declaring work complete |
Review your own code before declaring it done. You're your first code reviewer.
State that you're doing a review:
"I'm reviewing the implementation before marking it complete."
Run through these checks:
Security
Performance
Error Handling
Code Structure
# With database backup
./scripts/safe-test.sh [your test command]
Check:
If clean:
Review complete. All requirements met, tests passing, no issues found.
If issues found:
Review found issues:
Critical (must fix):
- [issue] at [location]
Minor (should fix):
- [issue] at [location]
Fixing critical issues before completing.
Fix critical issues before declaring done. Document minor issues for later.
| Category | Check |
|---|---|
| Requirements | All met? |
| Security | SQL injection, XSS, auth? |
| Performance | N+1 queries, indexes? |
| Tests | Exist, pass, coverage? |
| Code | Readable, DRY, named well? |
Use verification-before-completion skill for final checks before declaring done.