pr-summary — PR要約 pr-summary, app-sdk, community, PR要約, ide skills, GitHub, PULL_REQUEST_TEMPLATE.md, コードレビュー, Claude Code, Cursor, Windsurf

v1.0.0

このスキルについて

GitHubとの統合が必要な自動PRサマリ生成を必要とするコードレビュー代理に最適。 PR Summary はコードの差分を自動的に比較して PR 要約を生成する AI エージェントの一種です

機能

コードの差分を自動的に比較する
明確な PR 要約を生成する
GitHub の PULL_REQUEST_TEMPLATE.md ファイルをサポートする
PR 要約を ./report/PR_SUMMARY.MD ファイルに出力する
report ディレクトリを作成する nếu不存在

# Core Topics

StartaleGroup StartaleGroup
[0]
[0]
Updated: 3/19/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
26
Canonical Locale
en
Detected Body Locale
en

GitHubとの統合が必要な自動PRサマリ生成を必要とするコードレビュー代理に最適。 PR Summary はコードの差分を自動的に比較して PR 要約を生成する AI エージェントの一種です

このスキルを使用する理由

エージェントに親ブランチとのコードの差異を比較し、.github/PULL_REQUEST_TEMPLATE.mdファイルに基づいてPRサマリの内容を提案する機能を提供し、MarkdownフォーマットとGitHub固有のプロトコルを利用する。

おすすめ

GitHubとの統合が必要な自動PRサマリ生成を必要とするコードレビュー代理に最適。

実現可能なユースケース for pr-summary

リポジトリのメンテナー向けのPRサマリ生成の自動化
コードレビュー向けのMarkdown形式のサマリ報告書の生成
親ブランチとのコードの差異の比較(コミット済みとコミットされていないコード)

! セキュリティと制限

  • .github/PULL_REQUEST_TEMPLATE.mdファイルへのアクセスが必要
  • GitHubベースのリポジトリのみに限定
  • PRサマリを./report/PR_SUMMARY.MDに書き込むためにファイルシステムへのアクセスが必要

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is pr-summary?

GitHubとの統合が必要な自動PRサマリ生成を必要とするコードレビュー代理に最適。 PR Summary はコードの差分を自動的に比較して PR 要約を生成する AI エージェントの一種です

How do I install pr-summary?

Run the command: npx killer-skills add StartaleGroup/app-sdk/pr-summary. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for pr-summary?

Key use cases include: リポジトリのメンテナー向けのPRサマリ生成の自動化, コードレビュー向けのMarkdown形式のサマリ報告書の生成, 親ブランチとのコードの差異の比較(コミット済みとコミットされていないコード).

Which IDEs are compatible with pr-summary?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for pr-summary?

.github/PULL_REQUEST_TEMPLATE.mdファイルへのアクセスが必要. GitHubベースのリポジトリのみに限定. PRサマリを./report/PR_SUMMARY.MDに書き込むためにファイルシステムへのアクセスが必要.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add StartaleGroup/app-sdk/pr-summary. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use pr-summary immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

pr-summary

Install pr-summary, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Claude Command: PR Summary

  • Compare code differences (committed AND uncommitted) with the parent branch, then suggest PR summary content.
  • Use simple English with short, clear sentences.
  • Always refer to the current .github/PULL_REQUEST_TEMPLATE.md file for the template.
  • Only use sections that exist in the template, don't add custom sections.
  • Output: Write the final PR summary to ./report/PR_SUMMARY.MD (create the report/ directory if it doesn't exist).

Parent Branch Detection

The parent branch is NOT always master. Detect it in order:

  1. git config branch.<current>.merge to check tracking config
  2. git log --oneline --decorate --first-parent to find the branch point
  3. Use git merge-base with common base branches (master, main, develop) and pick the closest ancestor

Use origin/<parent> Over Local

The local parent branch may be stale. Always prefer origin/master over master, etc. Check with git rev-parse --verify origin/<parent>.

Diff Against Parent Tip (NOT merge-base)

Always diff against the parent branch's current remote tip, not the merge-base:

  • Use git diff origin/<parent> — shows only changes unique to this branch, even if the parent was merged in
  • Do NOT use git diff $(git merge-base <parent> HEAD) — this includes parent's own changes when the parent was merged into the branch
  • Run git status --short to identify uncommitted files
  • Include uncommitted changes in the summary if present

関連スキル

Looking for an alternative to pr-summary or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者