github-code-review
Installation
SKILL.md
GitHub Code Review Skill
Overview
Deploy specialized AI agents for comprehensive code reviews. This skill provides multi-agent review capabilities covering security vulnerabilities, performance bottlenecks, architecture patterns, and code style enforcement.
Quick Start
# Get PR details for review
gh pr view 123 --json files,additions,deletions,title,body
# Get PR diff
gh pr diff 123
# Post review comment
gh pr review 123 --comment --body "Review findings..."