github-code-review

github-code-review is a skill for Claude Code from mandelbro/awesome-claude-hooks. It costs 15 tokens per session (6,644 once invoked), scanned A, a copy of github-code-review, Apache-2.0.

A GitHub pull-request review workflow that uses several specialized AI reviewers. A pull request is a proposed code change awaiting review; the reviewers can examine areas such as security, performance, architecture, style, and accessibility.

In plain words
What is it for?
It is for reviewing GitHub pull requests, checking code from multiple perspectives, applying quality gates, and comparing findings across earlier pull requests.
Why use it?
A single review can miss problems outside its main focus, while manually coordinating several reviews takes time. This organizes broader checks around a pull request and can post review status or comments.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: names the TodoWrite tool; mentions Claude Code.

Good fit It is for reviewing GitHub pull requests, checking code from multiple perspectives, applying quality gates, and comparing findings across earlier pull requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mandelbro/awesome-claude-hooks/github-code-review
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 mandelbro/awesome-claude-hooks --skill github-code-review
Clone the repo
git clone --depth 1 https://github.com/mandelbro/awesome-claude-hooks

Made for: Claude Code.

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 github-code-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/mandelbro/awesome-claude-hooks/github-code-review/github.svg)](https://agentmods.dev/skills/mandelbro/awesome-claude-hooks/github-code-review)
Your own site
<a href="https://agentmods.dev/skills/mandelbro/awesome-claude-hooks/github-code-review"><img src="https://agentmods.dev/badge/skills/mandelbro/awesome-claude-hooks/github-code-review/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 github-code-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/mandelbro/awesome-claude-hooks/github-code-review"><img src="https://agentmods.dev/badge/skills/mandelbro/awesome-claude-hooks/github-code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,644 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00015 $0.06644
Opus 5 $0.00008 $0.03322
Sonnet 5 $0.00003 $0.01329
Haiku 4.5 $0.00002 $0.00664

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

Security

Grade A, and why

github-code-review scanned grade A with 1 finding 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 5d 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

const { execSync } = require('child_process');
Origin

This is a copy

100% identical to github-code-review — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/github-code-review/SKILL.md · 1,141 lines

How it starts

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

GitHub Code Review Skill

AI-Powered Code Review: Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis.

🎯 Quick Start

Simple Review

# Initialize review swarm for PR
gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123

# Post review status
gh pr comment 123 --body "🔍 Multi-agent code review initiated"

Complete Review Workflow

# Get PR context with gh CLI
PR_DATA=$(gh pr view 123 --json files,additions,deletions,title,body)
PR_DIFF=$(gh pr diff 123)

# Initialize comprehensive review
npx ruv-swarm github review-init \
  --pr 123 \
  --pr-data "$PR_DATA" \
  --diff "$PR_DIFF" \
  --agents "security,performance,style,architecture,accessibility" \
  --depth comprehensive

📚 Table of Contents

Read the full file on GitHub · 1,141 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. 5d ago First seen · 1,141 lines · 15 tokens per session scan A 6ed59c79ed71

Subscribe to this mod's changes

github-code-review is a skill published in the GitHub repository mandelbro/awesome-claude-hooks (1 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 15 tokens to every session and 6,644 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). It is 100% identical to github-code-review, differing in 0 lines, and is treated as a copy.