pr-summary

Generate GitHub-flavored Markdown PR descriptions from git history and conversation context.

4|1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/johnnyasantoss/opencode-config --skill pr-summary-johnnyasantoss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-summary
Source: https://github.com/johnnyasantoss/opencode-config/tree/main/skills/pr-summary
Command: npx skills add https://github.com/johnnyasantoss/opencode-config --skill pr-summary-johnnyasantoss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate concise PR descriptions from git history and conversation context.

Core Features & Use Cases

  • Surface decisions, tradeoffs, and commit messages for reviewers.
  • Generate PR narratives suitable for GitHub-flavored markdown.
  • Reference related issues or external links when relevant.

Quick Start

Provide a concise PR narrative for the current branch by summarizing decisions, tradeoffs, and commits in the PR description.

Frequently Asked Questions about pr-summary

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

FAQPage Schema
How do I generate a pull request description from git commit history?

To generate a pull request description from git commit history, use a tool that automatically summarizes commit messages and conversation context into a concise GitHub-flavored markdown narrative for reviewers.

What is the best way to summarize code review decisions and tradeoffs for GitHub PRs?

The best way to summarize code review decisions and tradeoffs for GitHub PRs is to automatically extract context from your commit history and format it into a structured markdown narrative.

Can I automatically format PR narratives in GitHub-flavored markdown?

Yes, you can automatically format PR narratives in GitHub-flavored markdown by processing your branch's commit history to output structured descriptions that highlight key changes and external links.

Does this PR summary tool require external dependencies to work with git?

No, this PR summary tool requires no external dependencies to work with git, allowing you to directly process commit history and conversation context without additional environment setup.

How do I include related issues and external references in a pull request summary?

To include related issues and external references in a pull request summary, use an automated generation tool that links external references directly within the final GitHub-flavored markdown output.