com um clique
s8-pr-summary
Summarize changes in the current branch or working directory
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Summarize changes in the current branch or working directory
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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: