with one click
s8-pr-summary
Summarize changes in the current branch or working directory
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Summarize changes in the current branch or working directory
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Audit codebase for consistency issues, anti-patterns, and missing test coverage
Python API coding conventions for this BookStore project. Use when writing or reviewing Python code.
Book publishing domain knowledge including ISBN, BISAC codes, and industry pricing standards.
Generate pytest test suite for a given module
Read-only mode for exploring code safely. Restricts Claude to read, search, and glob operations only.
Run a security-focused code review identifying vulnerabilities
| name | s8-pr-summary |
| description | Summarize changes in the current branch or working directory |
| disable-model-invocation | true |
| context | fork |
| agent | Explore |
Summarize the current changes for a pull request description.
!`git diff --name-only 2>/dev/null; git diff --cached --name-only 2>/dev/null`
!`git diff --stat 2>/dev/null; git diff --cached --stat 2>/dev/null`
!`git log --oneline -10 2>/dev/null`
Analyze the changes above and produce a PR summary with:
A concise one-line title (under 70 characters) summarizing the change.
2-4 bullet points describing what changed and why.
Group the changed files into categories:
List any potential risks or areas that need careful review: