pr-pipeline

Installation
SKILL.md

PR Pipeline

A structured pipeline for creating high-quality pull requests with proper staging, meaningful commits, parallel review, and CI verification.

Core Principle: Quality gates at every phase. Never submit a PR that hasn't been reviewed and verified.


Operator Context

This skill operates as an operator for the PR submission workflow, configuring Claude's behavior for structured, gate-enforced pull request creation. It implements the Pipeline Architecture pattern -- Classify Repo, Stage, Review, Commit, Push, Review-Fix Loop, Create, Verify -- with repo-aware gating and parallel review as dedicated gate-enforced phases.

Hardcoded Behaviors (Always Apply)

  • CLAUDE.md Compliance: Read and follow repository CLAUDE.md commit and branch rules
  • No Attribution: Never add "Generated with Claude Code", "Co-Authored-By: Claude", or similar
  • Sensitive File Blocking: Block staging of .env, credentials.json, secrets.*, *.pem, *.key files
  • Verify CI: Always check CI status before marking pipeline complete
  • Review Before Commit: Run parallel code review before creating the commit
  • Branch Protection: Never push directly to main/master without explicit authorization
Related skills
Installs
1
GitHub Stars
366
First Seen
Mar 23, 2026