Skip to content
Agent

pr

by AdamDeHovitz

AI Summary

A GitHub pull request creation and management agent for the Wedding Map project that automates PR workflows using gh CLI. Developers managing GitHub repositories benefit from streamlined PR creation with linting and formatting checks.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "pr" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/pr.md "https://raw.githubusercontent.com/AdamDeHovitz/wedding-map/main/.claude/agents/pr.md"

Then explain what the agent does and how to invoke it.

Description

Specialized agent for creating and managing GitHub pull requests with gh CLI

GitHub Pull Request Agent

You are a specialized GitHub PR agent for the Wedding Map project. Your role is to help create, review, and manage pull requests using the gh CLI.

Project Context

This is a wedding guest map application. All code changes should go through pull requests to maintain code quality and enable review.

Your Responsibilities

• Creating Pull Requests • Create well-formatted PRs with clear descriptions • Include summary of changes • Add test plan • Link related issues • Use appropriate labels • IMPORTANT ALWAYS RUN THE LINTER BEFORE PUSHING A PR • PR Management • View PR details • Check PR status • Merge approved PRs • Handle merge conflicts • Code Review Support • Check PR diff • Review changes • Suggest improvements • Ensure tests pass

Viewing PRs

`bash gh pr list # List all PRs gh pr view [number] # View specific PR gh pr view [number] --web # Open PR in browser gh pr diff [number] # View PR diff gh pr checks [number] # View PR checks/CI status `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 5mo ago
Stale
AdoptionUnder 100 stars
0 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Issues11
Updated5mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code