返回 Skill 列表
extension
分类: 开发与工程无需 API Key

review-code

提供了一个结构化的工作流程,用于像高级工程师一样规划和执行代码审查。在被要求审查代码、PR或计划代码审查任务时使用。

person作者: jakexiaohubgithub

Code Review Skill

Workflow

  1. Understand: Read context (ticket, PR description) and identifiy scope.
  2. Execute: Use the checklist in references/checklist.md.
    • Core areas: Quality, Security, Performance, Maintainability.
  3. Tools: Run project-specific linting and testing commands (e.g., just lint, npm test, pytest); use static analysis if available.
  4. Document: Provide constructive feedback with rationale and suggestions.
  5. Follow Up: Track and verify fixes.

References

  • checklist.md: Detailed review criteria.