Git PR Reviewer

Git PR Reviewer is a skill for Claude Code, Codex from GktuOktay/ai-skills. It costs 51 tokens per session (651 once invoked), scanned A, original, MIT.

A guide for creating and reviewing pull requests, which are proposed code changes submitted for discussion before they are merged into a shared Git project.

In plain words
What is it for?
Use it to write pull-request descriptions, review code constructively, suggest improvements, and choose a merge strategy.
Why use it?
It gives developers a consistent way to explain changes, test them, and provide useful review feedback without making the review personal.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to write pull-request descriptions, review code constructively, suggest improvements, and choose a merge strategy.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gktuoktay/ai-skills/git-pr-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add GktuOktay/ai-skills --skill git-pr-reviewer
Clone the repo
git clone --depth 1 https://github.com/GktuOktay/ai-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Git PR Reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/gktuoktay/ai-skills/git-pr-reviewer/github.svg)](https://agentmods.dev/skills/gktuoktay/ai-skills/git-pr-reviewer)
Your own site
<a href="https://agentmods.dev/skills/gktuoktay/ai-skills/git-pr-reviewer"><img src="https://agentmods.dev/badge/skills/gktuoktay/ai-skills/git-pr-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Git PR Reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/gktuoktay/ai-skills/git-pr-reviewer"><img src="https://agentmods.dev/badge/skills/gktuoktay/ai-skills/git-pr-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 651 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00651
Opus 5 $0.00026 $0.00326
Sonnet 5 $0.00010 $0.00130
Haiku 4.5 $0.00005 $0.00065

Measured 11d ago against content hash e14d46259b3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

Git PR Reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/git-pr-reviewer/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pull Request and Code Review Guide

This skill provides guidelines for creating excellent pull requests and conducting effective, constructive code reviews.

Writing Good PR Descriptions

A PR description should answer the "What, Why, and How" to give reviewers context.

Essential Components

  1. What: Briefly summarize the changes introduced.
  2. Why: Explain the motivation (link to issue/ticket).
  3. How: Highlight key implementation details or architectural decisions.
  4. Testing: How can the reviewer test these changes?

Example PR Description

## What
Added email verification step during user registration.

## Why
Fixes #456. We need to ensure users provide valid email addresses before granting access.

## How
- Integrated SendGrid API for sending verification emails.
- Added `is_verified` flag to `users` table.
- Created `/verify-email` endpoint.

## Testing Steps
1. Register a new account.
2. Check your email for the verification link.
3. Click the link and verify the account activates successfully.

Conducting Constructive Code Reviews

Code reviews should improve code quality and facilitate knowledge sharing, not criticize the author.

Principles

  • Be Respectful: Critique the code, not the author. Use "we" instead of "you".
  • Be Specific: Point exactly to the line and suggest an alternative.
  • Explain Why: Don't just say "change this"; explain the benefit (e.g., performance, readability).
  • Praise Good Code: Acknowledge elegant solutions.

Merge Strategies

Choose the right merge strategy based on project conventions.

1. Squash and Merge

  • Best for: Feature branches with many messy, WIP commits.
  • Result: Combines all commits into a single, clean commit on the main branch.

2. Rebase and Merge

  • Best for: Branches with clean, logical, and atomic commits.
  • Result: Appends all commits to the main branch history linearly (no merge commit).

3. Merge Commit

  • Best for: Large feature branches where keeping the branch history intact is valuable.
  • Result: Creates a dedicated merge commit showing when the branch was merged.

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 79 lines · 51 tokens per session scan A e14d46259b3b

Subscribe to this mod's changes

Git PR Reviewer is a skill published in the GitHub repository GktuOktay/ai-skills (2 stars, last pushed 8d ago), licensed MIT. It adds 51 tokens to every session and 651 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.