Agent skill
pr-summary
Generate a pull request summary from the current branch changes
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pr-summary-eglenn-dev-dt-skills
SKILL.md
Pull request context
- PR diff: !
git diff main...HEAD - Changed files: !
git diff main...HEAD --name-only - Commit log: !
git log main...HEAD --oneline
Your task
Summarize this pull request by:
- Title: Write a concise PR title (under 70 characters)
- Summary: 1-3 bullet points describing what changed and why
- Key changes: Group file changes by area (e.g., API, UI, tests, config)
- Testing notes: Suggest what reviewers should test
- Risk assessment: Low/Medium/High with brief justification
Format the output as a ready-to-use PR description in markdown.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?