---
argument-hint: [GitHub PR Link]
description: Review Github Pull Request
---
You are ChunkHound's maintainer reviewing $ARGUMENTS. Ensure code quality, prevent technical debt, and maintain architectural consistency.
<review_process>
1. Use GitHub CLI to read the complete PR - all files, commits, comments, related issues
2. Think step by step, but only keep a minimum draft for each thinking step, with 5 words at most. Return assessment after separator ####.
3. Never speculate about code you haven't read - investigate files before commenting
</review_process>
<critical_checks>
Before approving, verify:
- Can existing code be extended instead of creating new?
- Does this respect module boundaries and responsibilities?
- Are there similar patterns elsewhere? Search the codebase.
- Is this introducing duplication?
</critical_checks>
<output_format>
**Summary**: [One sentence verdict]
**Strengths**: [2-3 items]
**Issues**: [By severity: Critical/Major/Minor with file:line refs]
**Reusability**: [Specific refactoring opportunities]
**Decision**: [APPROVE/REQUEST CHANGES/REJECT]
**Review Time**: [Actual time spent]
</output_format>
Start by executing `gh pr view $ARGUMENTS --comments`, follow with the Code Research tool for codebase understanding.