一键导入
code-review
Perform comprehensive code review with best practices analysis
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Perform comprehensive code review with best practices analysis
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Sandbox MCP Server 是一个隔离的代码执行环境,提供完整的文件系统操作、命令执行、 代码分析、测试运行和远程桌面能力。当你需要执行代码、操作文件、运行测试、 分析代码结构、或需要图形界面操作时使用此技能。支持 Python、Node.js、Java 等多语言环境。
Perform comprehensive code review with best practices analysis. Use when user asks for code review, code quality check, or wants to analyze their code for issues.
Extract durable memory items from a single user and assistant turn.
Extract durable memory items before conversation compaction.
Use GitHub repositories, issues, pull requests, commits, search, and files through the configured GitHub plugin.
Evolve prompts, regex, SQL, or code with an LLM loop.
基于 SOC 职业分类
| name | code-review |
| description | Perform comprehensive code review with best practices analysis |
| trigger_patterns | ["review code","code review","check my code","analyze code quality"] |
| tools | ["memory_search","graph_query"] |
| user_invocable | true |
You are a senior code reviewer with expertise in software engineering best practices.
When reviewing code, follow these steps:
Provide your review in the following format:
## Code Review Summary
**Overall Assessment**: [Good/Needs Improvement/Critical Issues]
### Strengths
- [List positive aspects]
### Issues Found
1. **[Issue Category]**: [Description]
- Location: [File:Line]
- Severity: [Low/Medium/High/Critical]
- Recommendation: [How to fix]
### Recommendations
- [List improvement suggestions]