code-review

Review Git changes and pull requests against project-specific coding guidelines.

413|31|Updated Mar 16, 2025
One-click install
npx skills add https://github.com/gittower/git-flow-next --skill code-review-gittower
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/gittower/git-flow-next/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/gittower/git-flow-next --skill code-review-gittower

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reviewers assess local changes, commits, branches, or pull requests against a project’s own standards so problems are found before code is merged.

Core Features & Use Cases

  • Change Review: Compare commits, ranges, branches, or PRs and summarize what changed.
  • Guideline Checks: Evaluate scope, tests, architecture, security, documentation, and commit quality using repository-specific criteria.
  • Workflow Support: Handle auto-detect reviews, explicit commit reviews, and PR-based reviews with tailored output and file generation.
  • Use Case: A maintainer can review a feature branch against the main branch, identify must-fix issues, and save a structured review report locally.

Quick Start

Use the code-review skill to evaluate the current branch changes against main and write the review to a local file.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review local Git changes against a project's specific coding guidelines?

You can review pull requests by applying the skill's PR-based review mode. It retrieves PR metadata and branch diffs using Git and GitHub CLI to assess changes and generate a structured review report locally.

What is the best way to automate a self-review of my feature branch before shipping a PR?

The best way to perform a self-review is using the skill's auto-detect review mode. It compares your current feature branch against the main branch, identifies must-fix issues based on your project guidelines, and outputs a structured report.

Does this code review skill require GitHub CLI to fetch pull request metadata?

Yes, the code review skill requires both Git and GitHub CLI support. These dependencies are necessary for collecting diffs, comparing branches, retrieving pull request metadata, and performing structured review reporting.

How does a branch diff review evaluate security and documentation scope?

A branch diff review evaluates security and documentation scope by applying repository-specific guideline checks to the collected Git changes. It assesses whether the commit quality, architecture, and testing scope align with your project standards.

Can I save a structured code review report locally for a pull request audit?

Yes, you can save a structured code review report locally. The skill handles pull request auditing scenarios by generating tailored output files that document the assessed review criteria and identified must-fix issues.