pr

Automate pull request creation, review, and post-merge tasks via GitHub API and Git commands.

2|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/bllshttng/footnote --skill pr-bllshttng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/bllshttng/footnote/tree/main/skills/pr
Command: npx skills add https://github.com/bllshttng/footnote --skill pr-bllshttng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fno, gh, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire PR lifecycle, from creating pull requests, checking external reviews, to post-merge rituals, helping you streamline code reviews and increase efficiency.

Core Features & Use Cases

  • PR Creation: Automatically open a PR for the current branch and generate a description from commits.
  • External Review: Poll for external review, implement findings, and reply to reviewers.
  • Post-Merge Ritual: Close the backlog node, harvest retro items, and file follow-ups.
  • Use Case: If you have a feature that needs to be reviewed and merged, you can use this Skill to create a PR, get external reviews, and handle the post-merge tasks all in one place.

Quick Start

To create a new PR and open it for review, run: /pr create "Add new feature".

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation and generate a description from my commits?

You can automate pull request creation by running a command like `/pr create "Add new feature"`, which automatically opens a PR for the current branch and generates a description from your commits.

What's the best way to handle external code reviews and post-merge rituals?

Automating the PR lifecycle handles external code reviews by polling for feedback, implementing findings, and replying to reviewers, while post-merge rituals close backlog nodes, harvest retro items, and file follow-ups.

Do I need the GitHub CLI and git installed to automate PR workflows?

Yes, you need the GitHub CLI (`gh`), `git`, and `fno` installed and configured, because the automation uses the GitHub API and Git commands to interact with pull requests and branches.

Can I manage the entire pull request lifecycle from creation to post-merge tasks in one place?

Yes, you can manage the entire pull request lifecycle in one place, including creating pull requests, checking external reviews, and executing post-merge rituals to streamline code reviews and increase efficiency.

How does PR workflow automation interact with branches and the GitHub API?

PR workflow automation uses the GitHub API and Git commands to interact with pull requests and branches, facilitating automated creation, external review polling, and post-merge backlog and retro item management.