Documentation
README
Systematic PR review for code quality assurance
Ensure code quality and architectural soundness through systematic Pull Request reviews.
Usage
# Comprehensive PR review
gh pr view 123 --comments
"Systematically review this PR and provide feedback from code quality, security, and architecture perspectives"
# Security-focused review
gh pr diff 123
"Focus on reviewing security risks and vulnerabilities"
# Architecture perspective review
gh pr checkout 123 && find . -name "*.js" | head -10
"Evaluate the architecture from the perspectives of layer separation, dependencies, and SOLID principles"
Basic Examples
This is the opening of the README. Read the full README on GitHub.