code-review

Automate code review for local changes and GitHub pull requests.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/srivtx/supercharger-opencode --skill code-review-srivtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/srivtx/supercharger-opencode/tree/main/github/code-review
Command: npx skills add https://github.com/srivtx/supercharger-opencode --skill code-review-srivtx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-auth, github-pr-workflow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The code-review Skill helps users efficiently review and provide feedback on code changes, ensuring high-quality code and facilitating collaborative development processes.

Core Features & Use Cases

  • Review Local Changes: Perform pre-push code reviews by analyzing diffs, searching for common issues, and providing structured feedback.
  • Review Pull Requests: Review open PRs on GitHub by fetching details, checking out the branch locally, and leaving comments or formal reviews.
  • Automated Code Analysis: Integrate with GitHub API or git for automated code analysis and feedback on PRs.
  • Use Case: Before merging a pull request, use this Skill to perform a thorough code review, checking for security vulnerabilities, code quality issues, and documentation problems.

Quick Start

To review local changes in your current branch against the main branch, use the command: code-review diff main

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 GitHub pull requests?

Automating code reviews for GitHub pull requests requires fetching PR details, checking out the branch locally, and using GitHub API or git commands to analyze security, quality, and documentation before leaving feedback.

Can I review local code changes before pushing to a remote branch?

You can review local code changes before pushing by analyzing diffs against the main branch, searching for common issues, and generating structured feedback to ensure code quality prior to submission.

What security and quality checks are performed during automated code analysis?

Automated code analysis performs security vulnerability checks, reviews for code quality issues, verifies adherence to best practices, and identifies documentation problems within local changes or pull requests.

Does this code review process integrate with existing CI/CD pipelines?

The code review process integrates with CI/CD pipelines to automate feedback loops for development teams, ensuring continuous code quality checks run automatically during your build and deployment workflows.

Do I need GitHub authentication to review open pull requests?

GitHub authentication is required to review open pull requests, as the process depends on the GitHub API to fetch PR details, check out branches, and leave comments or formal reviews.

What is the best way to check for security vulnerabilities before merging a pull request?

The best way to check for security vulnerabilities before merging is to perform a thorough automated code review on the pull request, analyzing diffs for common issues and generating structured feedback.