원클릭으로
summarize-claudit-issues
Summarize issues in the current claudit, in docs/claudit/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Summarize issues in the current claudit, in docs/claudit/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | summarize-claudit-issues |
| description | Summarize issues in the current claudit, in docs/claudit/. |
| disable-model-invocation | true |
Summarize all findings from claudit audit files for the current branch, grouped by status.
No arguments required.
Find claudit files — Get the current branch name from git branch --show-current. List all files in docs/claudit/ matching *-<branch>-*.md, sorted by counter.
Read all files — Read each claudit file and extract all findings (number, title, priority, file path, and whether it is open or resolved).
Output summary — Print a summary to the user (do NOT write a file) in this format:
## Claudit Summary: <branch> (<N> rounds)
### Open (<count>)
| # | Priority | Title | File | Round |
|---|----------|-------|------|-------|
| 3 | Medium | ... | ... | 5 |
### Resolved (<count>)
| # | Priority | Title | Round Found | Round Resolved |
|---|----------|-------|-------------|----------------|
| 1 | High | ... | 2 | 3 |
If there are no open issues, say so. If there are no resolved issues, say so.