Pr Check banner
G-Hensley G-Hensley

Pr Check

Git community

Description

Run the `pr-check` skill against the active PR. Full cycle: 1. **Detect PR** from current branch (or use passed `$0` if provided) 2. **Fetch** inline + review-level comments, CI check status, merge state, Dependabot alerts 3. **Triage** each comment — FIX / SKIP-STALE / DEFER / ASK-USER (stale-detection verifies the problem still reproduces at the cited line before fixing) 4. **Fix** in thematic clusters (one commit per theme, not one mega-commit) 5. **Verify** each cluster with the appropriat

Installation

Installs to ~/.claude/skills/g-hensley-gavins-agent-system-pr-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/g-hensley-gavins-agent-system-pr-check && curl -fsSL https://raw.githubusercontent.com/G-Hensley/gavins-agent-system/HEAD/commands/pr-check.md -o ~/.claude/skills/g-hensley-gavins-agent-system-pr-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository