一键导入
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].