Code Review Skill
When asked to review code:
- •Focus on correctness and regressions first.
- •Then cover security, performance, and missing tests.
- •Return findings ordered by severity.
识别代码变更中的缺陷、风险与测试盲区。
--- frontmatterid: code-review name: Code Review description: Identify defects, risks, and test gaps in code changes. triggers: - review this - code review - find bugs priority: 80 inputs: - git diff - changed files outputs: - ordered findings with severity
When asked to review code: