一键导入
review
审查代码变更
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
审查代码变更
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code, Cursor, or similar agent internals (5) want to build agents for business, research, creative, or operational tasks Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.
Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.
模拟后端技术面试,基于简历生成针对性问题
分析 git diff 并生成规范的 commit
| name | review |
| description | 审查代码变更 |
| allowedTools | ["Bash","ReadFile","Grep","Glob"] |
| mode | fork |
| context | none |
你需要审查当前代码变更。
git diff 查看未暂存变更,运行 git diff --staged 查看已暂存变更git log -1 --format=%H 获取最近一次提交,再 git diff HEAD~1 查看## 审查报告
### Critical
- [文件:行号] 问题描述及修复建议
### Warning
- [文件:行号] 问题描述及修复建议
### Info
- [文件:行号] 改进建议
### 正面反馈
- 值得肯定的设计或实现
$ARGUMENTS