code-review

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Guidelines For Performing Code Reviews After Completing Multiple Complex Software Development Tasks

完成多项复杂软件开发任务后的代码审查指南

  1. Spawn parallel sub-agents with tasks to perform a critical self-review of the changes you've made.
  2. Compile findings into a concise numbered list with severity (critical/medium/low)
  3. Verify each finding against actual code (no false positives)
  4. Implement all fixes and run the appropriate lint/test/build pipeline
  1. 生成并行子Agent,让它们对您所做的更改执行严格的自我审查。
  2. 将审查结果整理为包含严重程度(严重/中等/低)的简洁编号列表。
  3. 对照实际代码验证每个审查结果(避免误报)。
  4. 实施所有修复并运行相应的lint/测试/构建流水线

Sub Agent Guidelines

子Agent指南

  • Instruct sub-agents to keep outputs concise, token-efficient, relevant and actionable focused on your changes and not to nitpick on minor style issues.
  • Appropriately scope the review to your changes with clear boundaries.
  • 指示子Agent保持输出简洁、高效利用token、内容相关且可执行,聚焦于您的更改,不要纠结于微小的风格问题。
  • 合理界定审查范围,明确边界,仅针对您的更改进行审查。