review-git

Enforce git conventions across commits, PRs, and branches.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/hpsgd/claude-marketplace --skill review-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-git
Source: https://github.com/hpsgd/claude-marketplace/tree/main/plugins/practices/coding-standards/skills/review-git
Command: npx skills add https://github.com/hpsgd/claude-marketplace --skill review-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review git practices against team conventions covering commit messages, PR standards, branch model, and content date integrity. Every check is concrete and verifiable.

Core Features & Use Cases

  • Conventional commits format checks and allowed-types validation.
  • PR title and description quality checks, including length and consistency.
  • Branch model and freshness checks to align with workflow rules.
  • Content integrity checks during reviews, with actionable findings.

Quick Start

Run the review-git skill against your repository to automatically verify commit messages, PR titles, and branch hygiene against team conventions.

Frequently Asked Questions about review-git

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

FAQPage Schema
How do I enforce conventional commit formats during a pull request code review?

To enforce conventional commits during a code review, run automated checks that validate commit messages, PR titles, and branch hygiene against your team's git conventions to detect misformatted messages.

What git branch practices should I check to maintain workflow compliance?

Maintaining workflow compliance requires checking branch model rules and branch freshness to detect risky branch practices, ensuring your repository aligns with team conventions during release workflows.

How do I validate PR titles for consistency and length requirements?

Validate PR titles by running automated quality checks that assess title length and consistency, ensuring pull requests conform to formatting standards before they are merged into the main branch.

Can I detect breaking changes in commit messages before a release?

You can detect breaking changes in commit messages before a release by executing a review pass that scans for breaking change indicators and misformatted messages to ensure content integrity.

What is the best way to automate linting for commit messages and PR descriptions?

The best way to automate linting for commit messages and PR descriptions is to run a review skill against your repository that performs concrete, verifiable checks for formatting and content quality.