pr

Create and update GitHub pull requests with summaries and screenshots.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/carllelandtaylor/facto --skill pr-carllelandtaylor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/carllelandtaylor/facto/tree/main/plugins/facto/skills/pr
Command: npx skills add https://github.com/carllelandtaylor/facto --skill pr-carllelandtaylor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines the process of creating and updating pull requests in GitHub by automating the creation of thorough PR descriptions, capturing screenshots, and managing commits.

Core Features & Use Cases

  • Automated PR Creation: Generates PR summaries, descriptions, and verification steps based on commit content and user input.
  • Visual Support: Captures screenshots of visual changes for review.
  • Branch Management: Automates branch creation and management based on commit activity.
  • Use Case: Save time and reduce human error by automating the PR creation workflow, especially for larger projects with multiple branches and commits.

Quick Start

Run facto:pr to create or update a pull request for your current branch with detailed descriptions and screenshots.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate GitHub pull request creation with detailed summaries?

Automating GitHub pull request creation involves generating comprehensive PR descriptions, capturing visual screenshots of changes, and managing commits based on branch activity. This workflow uses the GitHub API and Git commands to handle branch states and API integrations seamlessly.

What is the best way to manage branch states and commits for a pull request?

Managing branch states and commits for a pull request is best handled by automating branch creation and updates based on commit activity. This reduces human error in larger projects with multiple branches by integrating local commits directly with the GitHub API.

Do I need the GitHub CLI installed to automate PR creation?

Yes, you need the GitHub CLI installed to automate PR creation. The automation process requires both the gh command line tool and Git to interact with the repository, handle PR updates, and manage branch permissions appropriately.

Can I capture visual screenshots of changes automatically during PR generation?

Yes, you can capture visual screenshots of changes automatically during PR generation. The automation workflow includes visual support features that capture screenshot evidence of changes to include directly within the pull request review process.

How does pull request automation handle verification steps?

Pull request automation handles verification steps by generating detailed summaries and verification instructions based on commit content and user input. This ensures reviewers understand the changes and can follow structured verification steps outlined in the PR description.

Why should I use automated PR creation instead of manual GitHub workflows?

Using automated PR creation instead of manual GitHub workflows saves time and reduces human error by streamlining the creation of thorough PR descriptions and managing commits. It is especially beneficial for larger projects with multiple branches and frequent commit activity.