pr

Analyze commits since divergence and draft editable pull request descriptions.

Updated Dec 21, 2025
One-click install
npx skills add https://github.com/thurstonsand/ansiblonomicon --skill pr-thurstonsand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/thurstonsand/ansiblonomicon/tree/main/agents/project-management/skills/pr
Command: npx skills add https://github.com/thurstonsand/ansiblonomicon --skill pr-thurstonsand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates pull requests with an interactive review workflow that allows users to edit the PR description before submission. This skill analyzes all commits since diverging from the base branch and generates a comprehensive PR summary for user review.

Core Features & Use Cases

  • Interactive PR description drafting: edit PR title and description before submission.
  • Commit and diff analysis: aggregates commits since divergence and generates a concise PR summary.
  • Guided PR creation: walks you through approving changes, then creates the PR.

Quick Start

Provide an interactive PR draft and review flow, and proceed to create the PR after your approval.

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 descriptions from multiple commits?

Automating pull request descriptions involves analyzing all commits since branch divergence and summarizing the diffs. This skill drafts a comprehensive PR summary from your Git workflow changes for interactive review before submission.

Can I edit a generated PR summary before creating the pull request?

Yes, you can edit the PR title and description before submission. The skill provides an interactive review workflow that presents an editable draft for user approval prior to guided PR creation.

What is the best way to summarize a diff across multiple branches?

Summarizing a diff across branches requires aggregating all commits since diverging from the base branch. This skill analyzes those changes to generate a concise PR summary for your software team.

Does this PR automation workflow require any specific dependencies?

No specific dependencies are required. The skill operates independently to analyze your Git workflow, draft complete PR descriptions, and guide user approval for code review without external components.

How do I guide code review approvals for newly drafted pull requests?

Guiding code review approvals requires walking through the proposed changes before finalizing. This skill presents an editable PR draft for user review and proceeds to create the PR only after your explicit approval.