원클릭으로
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: