pr-summary — PR 요약 pr-summary, app-sdk, community, PR 요약, ide skills, GitHub, PULL_REQUEST_TEMPLATE.md, 코드 검토

v1.0.0

이 스킬 정보

GitHub 통합이 필요한 자동 PR 요약 생성이 필요한 코드 리뷰 에이전트에 적합합니다. PR Summary는 코드 차이를 자동으로 비교하고 PR 요약을 생성하는 AI 도구의 한 종류입니다

기능

코드 차이를 자동으로 비교한다
명확한 PR 요약을 생성한다
GitHub의 PULL_REQUEST_TEMPLATE.md 파일을 지원한다
PR 요약을 ./report/PR_SUMMARY.MD 파일에 출력한다
report 디렉토리를 생성한다 jika不存在

# 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 imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

pr-summary

PR Summary AI 도구를 사용하여 코드 차이를 자동으로 비교하고 명확한 PR 요약을 생성하여 코드 검토 효율성을 높입니다

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
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
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자