code-review
Installation
SKILL.md
Code Review
Orchestrates code review across GitHub PRs, GitLab MRs, and Gerrit changes. Auto-detects the platform from git remote configuration and provides focused review feedback on security, maintainability, and architectural fit.
This is a workflow skill -- it contains no scripts and instead guides the agent through a multi-step review process using the appropriate platform skill.
Authentication
This skill delegates authentication to the underlying platform skill:
- GitHub: Requires
gh auth login(see the github skill) - GitLab: Requires
glab auth login(see the gitlab skill) - Gerrit: Requires
git-reviewconfiguration (see the gerrit skill)
Ensure the relevant platform skill is authenticated before using code-review.