pr-summary

Generate standardized PR summaries from HANDOFF docs, task notes, and git state.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/StiensGate928/Srtforge --skill pr-summary-stiensgate928
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-summary
Source: https://github.com/StiensGate928/Srtforge/tree/main/.agents/skills/pr-summary
Command: npx skills add https://github.com/StiensGate928/Srtforge --skill pr-summary-stiensgate928

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill produces a standardized final pull-request summary for Srtforge agent work, consolidating checks, handoff notes, and git state into a clear, reviewable report.

Core Features & Use Cases

  • Produces a consistent PR summary with the required sections: Summary, Changed files, Commands run, Harness improvements added, Known limitations, and Next recommended agent task.
  • Reads and aggregates inputs from docs/agent/HANDOFF.md, the Active task note or ExecPlan, and the git state via git status --short and git diff --stat to compose an accurate handoff artifact.
  • Enforces the exact output format and safeguards to prevent leaking secrets or stray information while guiding agent tasks.

Quick Start

Run pr-summary after task completes to generate the standardized PR summary.

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 standardized pull-request summary from git diff and handoff notes?

To generate a standardized pull-request summary, the Skill reads HANDOFF docs, active task notes, and git state via git status and git diff to produce a review-ready report with Summary, Changed files, and Known limitations sections.

What sections should a review-ready PR summary include for agent handoff?

A review-ready PR summary should include Summary, Changed files, Commands run, Harness improvements added, Known limitations, and Next recommended agent task sections to ensure complete handoff documentation.

How do I automate PR summary generation at task completion using git state?

You can automate PR summary generation at task completion by running the Skill after your work finishes; it aggregates git diff --stat and git status --short outputs to compose an accurate, standardized handoff artifact.

Does this PR summary tool require specific handoff documents or task notes to work?

The PR summary tool requires docs/agent/HANDOFF.md and an Active task note or ExecPlan to function properly, reading and aggregating these inputs alongside git state to compose an accurate final report.

What is the best way to prevent leaking secrets when generating a pull-request summary?

To prevent leaking secrets when generating a pull-request summary, the Skill enforces output format safeguards that strip stray information and sensitive data while consolidating git diff and handoff notes into the final report.

Can I use this pull-request summary generator for non-agent software engineering tasks?

The pull-request summary generator is designed specifically for Srtforge agent work, reading agent handoff documents and active task notes to produce standardized PR summaries for automated agent task workflows.