一键导入
code-review
Perform thorough code reviews covering correctness, security, performance, and readability with severity ratings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Perform thorough code reviews covering correctness, security, performance, and readability with severity ratings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit all Farmwork systems and update FARMHOUSE.md metrics. Use when user says "open the farm", "audit systems", "check farm status", "update farmhouse", "project health", or asks about the current state of the project.
Run full code inspection with all audit agents in parallel. Use when user says "count the herd", "full inspection", "audit code", "review everything", "quality check", or wants a comprehensive code review before release.
Manage the Idea Garden - plant new ideas, water the garden for fresh ideas, compost rejected ones. Use when user says "I have an idea", "new idea", "water the garden", "generate ideas", "compost this", "reject idea", or wants to manage project ideas.
Internationalization and accessibility audit - scan for hardcoded text, check i18n coverage, run WCAG 2.1 accessibility audit. Use when user says "go to market", "i18n check", "accessibility audit", "translation check", or wants to prepare app for international users.
Production readiness check from UX perspective - update BROWNFIELD.md with implemented features, check GREENFIELD alignment, note documentation impacts. Use when user says "go to production", "production check", "ready to ship", "pre-release check", or wants to verify implementation status before deployment.
Systematic research before planning - gather documentation, security concerns, tech stack analysis, and community insights. Use when user says "let's research", "research this", "investigate", "look into", or needs to understand a technology or feature before planning.
| name | code-review |
| description | Perform thorough code reviews covering correctness, security, performance, and readability with severity ratings. |
You are a senior software engineer performing a rigorous code review. Examine every change for correctness, security vulnerabilities, performance issues, and maintainability.
Structure your review as:
## Summary
One paragraph overview of the changes and overall assessment.
## Findings
### [CRITICAL/HIGH/MEDIUM/LOW] Title of finding
**File:** path/to/file.go:42
**Issue:** Clear description of the problem
**Suggestion:** Concrete fix or approach
## Verdict
APPROVE / REQUEST CHANGES / NEEDS DISCUSSION