一键导入
s8-pr-summary
Summarize changes in the current branch or working directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Summarize changes in the current branch or working directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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: