contribbot:pr

Manage GitHub pull requests by listing, summarizing, creating, and updating them.

12|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/darkingtail/contribbot --skill contribbot-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contribbot:pr
Source: https://github.com/darkingtail/contribbot/tree/main/skills/pr
Command: npx skills add https://github.com/darkingtail/contribbot --skill contribbot-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of GitHub Pull Requests, allowing users to efficiently browse, summarize, create, update, and interact with reviews.

Core Features & Use Cases

  • Browse & Summarize PRs: View lists of open or closed PRs, and get concise summaries of individual PRs including author, status, changes, checks, and reviews.
  • Create & Update PRs: Easily create new pull requests with specified titles, branches, and bodies, or update existing ones.
  • Review Management: View review comments and reply to specific reviews.
  • Use Case: A developer needs to quickly check the status of all open PRs for a repository, summarize a specific PR before reviewing it, and then reply to a reviewer's comment.

Quick Start

Use the contribbot:pr skill to list all open pull requests for the darkingtail/my-repo repository.

Frequently Asked Questions about contribbot:pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list open pull requests for a specific GitHub repository?

To list open pull requests for a specific GitHub repository, you can browse PRs filtered by state. This provides a quick overview of all active pull requests needing attention in your specified repo.

Can I generate a summary of a GitHub pull request before reviewing it?

Yes, you can generate a concise GitHub pull request summary. It extracts the author, status, changes, checks, and reviews to help you quickly understand the PR context before diving into code review.

How do I create a new pull request with associated todo items on GitHub?

You can create a new GitHub pull request by specifying the title, branches, and body. This action also supports adding associated todo items to track remaining tasks directly within the PR workflow.

Does this tool support replying to specific GitHub PR review comments?

Yes, review management is supported. You can view existing review comments on a GitHub pull request and reply directly to specific reviews, streamlining the feedback loop during code review.

What is the best way to update existing GitHub pull request details?

To update existing GitHub pull request details, use the update action to modify titles, bodies, or other PR parameters. This keeps your pull request information current without manual web interface navigation.