con un clic
s8-pr-summary
Summarize changes in the current branch or working directory
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Summarize changes in the current branch or working directory
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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: