Guidelines For Performing Code Reviews After Completing Multiple Complex Software Development Tasks
完成多项复杂软件开发任务后的代码审查指南
Spawn parallel sub-agents with tasks to perform a critical self-review of the changes you've made.
Compile findings into a concise numbered list with severity (critical/medium/low)
Verify each finding against actual code (no false positives)
Implement all fixes and run the appropriate lint/test/build pipeline
生成并行子Agent,让它们对您所做的更改执行严格的自我审查。
将审查结果整理为包含严重程度(严重/中等/低)的简洁编号列表。
对照实际代码验证每个审查结果(避免误报)。
实施所有修复并运行相应的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.