when-reviewing-pull-request-orchestrate-comprehensive-code-revie

when-reviewing-pull-request-orchestrate-comprehensive-code-revie is a skill for Claude Code from DNYoussef/context-cascade. It costs 80 tokens per session (11,505 once invoked), scanned A, original, MIT.

A structured process for reviewing pull requests, which are proposed code changes shared for approval. It coordinates specialist checks for code quality, security, speed, architecture, tests, and documentation.

In plain words
What is it for?
Use it to organize comprehensive pull-request reviews and produce an approval recommendation after several review stages.
Why use it?
It reduces the chance that a review focuses on only one kind of problem or misses important issues in a large change.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the TodoWrite tool; positional $N argument; mentions Claude Code.

Good fit Use it to organize comprehensive pull-request reviews and produce an approval recommendation after several review stages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dnyoussef/context-cascade/when-reviewing-pull-request-orchestrate-comprehensive-code-revie
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 DNYoussef/context-cascade --skill when-reviewing-pull-request-orchestrate-comprehensive-code-revie
Clone the repo
git clone --depth 1 https://github.com/DNYoussef/context-cascade

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 when-reviewing-pull-request-orchestrate-comprehensive-code-revie

README.md
[![agentmods](https://agentmods.dev/badge/skills/dnyoussef/context-cascade/when-reviewing-pull-request-orchestrate-comprehensive-code-revie.svg)](https://agentmods.dev/skills/dnyoussef/context-cascade/when-reviewing-pull-request-orchestrate-comprehensive-code-revie)
Your own site
<a href="https://agentmods.dev/skills/dnyoussef/context-cascade/when-reviewing-pull-request-orchestrate-comprehensive-code-revie"><img src="https://agentmods.dev/badge/skills/dnyoussef/context-cascade/when-reviewing-pull-request-orchestrate-comprehensive-code-revie.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,505 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.00080 $0.11505
Opus 5 $0.00040 $0.05752
Sonnet 5 $0.00016 $0.02301
Haiku 4.5 $0.00008 $0.01150

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

Security

Grade A, and why

when-reviewing-pull-request-orchestrate-comprehensive-code-revie 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 4d 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.

skills/orchestration/when-reviewing-pull-request-orchestrate-comprehensive-code-revie/SKILL.md · 1,312 lines

How it starts

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

Code Review Orchestration Workflow

Comprehensive code review workflow orchestrating 12-15 specialized reviewers across automated checks, parallel expert reviews, integration analysis, and final approval recommendation. Designed for thorough quality validation across security, performance, architecture, testing, and documentation dimensions in a systematic 4-hour process.


LIBRARY-FIRST PROTOCOL (MANDATORY)

Before writing ANY code, you MUST check:

Step 1: Library Catalog

  • Location: .claude/library/catalog.json
  • If match >70%: REUSE or ADAPT

Step 2: Patterns Guide

  • Location: .claude/docs/inventories/LIBRARY-PATTERNS-GUIDE.md
  • If pattern exists: FOLLOW documented approach

Step 3: Existing Projects

  • Location: D:\Projects\*
  • If found: EXTRACT and adapt

Decision Matrix

Match Action
Library >90% REUSE directly
Library 70-90% ADAPT minimally
Pattern exists FOLLOW pattern
In project EXTRACT
No match BUILD (add to library after)

Overview

This SOP implements a multi-dimensional code review process using star topology coordination where a central PR manager orchestrates specialized reviewers operating in parallel. The workflow emphasizes both thoroughness and efficiency by running automated checks first (gate 1), then parallelizing specialized human-centric reviews, followed by integration impact analysis, and finally synthesizing all findings into actionable recommendations.

The star pattern enables each specialist to focus deeply on their domain while the coordinator ensures comprehensive coverage and prevents conflicting feedback. Memory coordination allows reviewers to reference findings from other specialists, creating a holistic review experience.

Trigger Conditions

Use this workflow when:

  • Reviewing pull requests requiring comprehensive quality validation
  • Changes span multiple quality dimensions (code, security, performance, architecture)
  • Need systematic review from multiple specialist perspectives
  • PR introduces significant functionality or architectural changes
  • Merge decision requires evidence-based go/no-go recommendation
  • Team wants consistent, repeatable review process
  • Code review SLA is within 4 hours (business hours)

Read the full file on GitHub · 1,312 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 1,312 lines · 80 tokens per session scan A b639401741b7

Subscribe to this mod's changes

when-reviewing-pull-request-orchestrate-comprehensive-code-revie is a skill published in the GitHub repository DNYoussef/context-cascade (32 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 11,505 once invoked, about $0.0004 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-09-03.