# Pr Pipeline

> Use when the user wants to review a GitHub pull request through a multi-stage pipeline. Routes through reviewer, summarizer, and final report stages.

- Skill: `andrewnggirl/pr-pipeline` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add andrewnggirl/pr-pipeline`
- Raw SKILL.md: https://api.skillmd.com/api/skills/andrewnggirl/pr-pipeline/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: MIT
- Author: AndrewNgGirl (https://skillmd.com/u/andrewnggirl)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/andrewnggirl/pr-pipeline

---


# PR Pipeline Orchestrator

When to use: PR review automation for OSS maintainers handling weekly batches.

## Workflow
1. agents/reviewer — line-by-line code review
2. agents/summarizer — summarize findings into a digest
3. Final stage — emit JSON report

## Sub-skills
- agents/reviewer/SKILL.md
- agents/summarizer/SKILL.md

