code-review

Orchestrate code reviews across GitHub, GitLab, and Gerrit platforms.

12|5|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/odyssey4me/agent-skills --skill code-review-odyssey4me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/odyssey4me/agent-skills/tree/main/skills/code-review
Command: npx skills add https://github.com/odyssey4me/agent-skills --skill code-review-odyssey4me

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process by automating the analysis of Pull Requests, Merge Requests, and Gerrit changes, focusing on critical aspects like security, maintainability, and architectural alignment.

Core Features & Use Cases

  • Multi-Platform Support: Integrates seamlessly with GitHub, GitLab, and Gerrit.
  • Automated Analysis: Detects the platform, fetches change details, assesses CI status, and analyzes code diffs.
  • Contextual Review: Leverages saved context (coding standards, architectural decisions) for more relevant feedback.
  • Use Case: When you submit a pull request on GitHub, this Skill can automatically review it for security vulnerabilities and adherence to team coding standards, providing actionable feedback before human review.

Quick Start

Use the code-review skill to review pull request number 123 for the current repository.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews for pull requests across different platforms?

Automate code reviews for pull requests by detecting the hosting service and leveraging platform-specific skills to analyze code diffs for security, maintainability, and architectural fit. The review process orchestrates analysis across GitHub, GitLab, and Gerrit seamlessly.

Does automated code review work with both GitLab merge requests and Gerrit changes?

Yes, automated code review works with GitLab merge requests and Gerrit changes. The process detects the specific git hosting platform and applies the corresponding platform-specific skills to fetch change details and assess CI status automatically.

Do I need platform CLIs installed to run automated PR analysis?

Yes, you need underlying platform CLIs installed to run automated PR analysis. The code review process requires the gh, glab, and git-review command line interfaces along with their associated authentication to fetch and analyze changes.

How does automated code review check for security vulnerabilities and maintainability?

Automated code review checks for security vulnerabilities and maintainability by analyzing code diffs fetched from the repository. It incorporates saved context including coding standards and architectural decisions to provide relevant, actionable feedback.

Can I use repository context to improve automated code review feedback?

Yes, you can use repository context to improve automated code review feedback. The review process leverages saved context such as team coding standards and architectural decisions to ensure the analysis of code changes is highly relevant and contextually aligned.