一键导入
review
General code review for staged changes or specified files. Use when reviewing pull requests, commits, or code changes across any language.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
General code review for staged changes or specified files. Use when reviewing pull requests, commits, or code changes across any language.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Systematic analysis and reasoning workflows. Use when performing audits, investigation, requirements analysis, risk analysis, scenario/edge-case enumeration, or design analysis that demands evidence-based, comprehensive coverage.
Code quality and safety standards. Activates when editing or reviewing code. Use for quality priorities, safety checks, and code correctness verification.
Use when performing coding tasks (implement features, fix bugs, refactor code). Orchestrates language detection, mode switching (normal/autopilot/full-auto), quality enforcement, and verification.
Break a problem into atomic, testable subproblems. Use when facing complex tasks, unclear requirements, or planning implementation strategy.
Start structured feature implementation workflow. Use when implementing new features, adding functionality, or building complete user-facing capabilities.
Use when starting work that needs isolated branches or parallel feature development using git worktrees.
| name | review |
| description | General code review for staged changes or specified files. Use when reviewing pull requests, commits, or code changes across any language. |
| allowed-tools | ["shell","read_file","apply_patch"] |
| metadata | {"short-description":"Review code changes comprehensively"} |
Read these references:
~/.config/agent/domain/review/process.md - Review workflow~/.config/agent/domain/review/priorities.md - Review focus areasReview staged changes (or specified files/diff) in this priority order:
Note: When receiving review feedback, use the review-reception skill instead of this one.
Security issues
Runtime safety
Code correctness
Language idiomaticity
Performance
Test coverage
Per AGENT.md Code Review:
Target: ${ARGUMENTS:-staged changes}