원클릭으로
code-review
Systematic code review methodology for identifying issues, suggesting improvements, and ensuring code quality
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Systematic code review methodology for identifying issues, suggesting improvements, and ensuring code quality
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A skill whose only resource is a binary asset for e2e binary-handling tests
A valid test skill with all features
Design RESTful APIs following best practices for consistency, usability, and scalability
Write secure, efficient Dockerfiles following container best practices
Write clear, conventional commit messages that communicate changes effectively
Identify security vulnerabilities and recommend fixes based on OWASP guidelines
| name | code-review |
| description | Systematic code review methodology for identifying issues, suggesting improvements, and ensuring code quality |
| license | Apache-2.0 |
| compatibility | claude-3 |
| metadata | {"author":"skills-mcp","version":"1.0","category":"development"} |
| allowed-tools | Read Grep Glob |
Perform thorough, constructive code reviews that improve code quality and share knowledge.
Be Specific: Point to exact lines and explain the issue clearly.
Be Constructive: Suggest solutions, not just problems.
Prioritize: Distinguish between blocking issues and nice-to-haves.
Be Kind: Review the code, not the person.
🐛 **Bug**: [description]
Line X: [code snippet]
This will cause [problem] because [reason].
Suggested fix: [solution]
💡 **Suggestion**: [description]
Consider [alternative approach] because [benefit].
❓ **Question**: [what you're unsure about]
I'm not sure I understand [aspect]. Could you explain [specific question]?
✨ **Nice**: [what you like]
This is a clean solution for [problem].