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
Sub Agent Guidelines
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.