AI SummaryThis skill delegates to the formula, which lives at across all Gas Town rigs (gastown, beads, etc.). This rig (gastown/crew/max) is responsible for steveyegge/gastown only.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "pr-sheriff" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/pr-sheriff && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/pr-sheriff/SKILL.md "https://raw.githubusercontent.com/gastownhall/gastown/main/.claude/skills/pr-sheriff/skill.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
PR Sheriff workflow: triage PRs into easy-wins and crew assignments. Prints recommendations inline - does NOT post to GitHub.
Usage
` /pr-sheriff [repo] ` • repo - Optional. If provided, overrides the default scope. If omitted, scan only steveyegge/gastown (this rig's scope).
PR Sheriff - Triage and Review Workflow
This skill delegates to the mol-pr-sheriff-patrol formula, which lives at $GT_ROOT/.beads/formulas/mol-pr-sheriff-patrol.formula.toml and is shared across all Gas Town rigs (gastown, beads, etc.).
Repo Scope
This rig (gastown/crew/max) is responsible for steveyegge/gastown only. The beads repo (steveyegge/beads) is handled by beads/crew/emma. Do NOT discover or triage PRs from repos outside your scope. When loading the shared config, filter the repo list to only steveyegge/gastown.
How to Execute
• Load the config: `bash cat $GT_ROOT/.beads/pr-sheriff-config.json ` This contains crew mappings per repo and contributor policies (trust tiers, firewalled contributors, bot auto-merge rules). Only scan repos within your scope (see Repo Scope above). • Follow the formula steps in order: `bash gt formula show mol-pr-sheriff-patrol ` The formula defines a 7-step workflow: | Step | What it does | |------|-------------| | load-config | Load pr-sheriff-config.json, establish repo list | | discover-prs | Find open PRs needing review across all repos | | triage-batch | Categorize all PRs in one pass (preserves cross-PR context) | | merge-easy-wins | Merge approved easy-wins via gh pr merge | | dispatch-crew-reviews | Nudge crew for NEEDS-CREW PRs | | dispatch-deep-reviews | Nudge crew for NEEDS-HUMAN PRs (full evaluation framework) | | collect-results | Gather crew review nudge-backs | | interactive-review | Walk through remaining NEEDS-HUMAN PRs with overseer | | summarize | Print patrol summary | • For each step, read the full description: `bash gt formula show mol-pr-sheriff-patrol # Shows all steps with descriptions `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster