Analyze code logic in pull requests
pr-code-reviewersubagentsetup L2★46
microsoft/Agent365-devTools ↗What it does
Perform semantic code review with architectural and design evaluation
Best for
When PRs expand tool scope or introduce significant design changes requiring design rationale
Inputs
- · PR diff
- · Code changes
Outputs
- · Architectural findings
- · Code review feedback
Preconditions
PR description available; repository coding standards documented
Failure modes
- · Design rationale not documented or scope creep detected
- · Overlap with existing tools or redundant functionality
- · YAGNI principle violated or maintenance burden underestimated
Trust signals
- · Includes test/validation protocols
- · Explicit error handling
- · Provides usage examples
- · Built on formal specifications