con un clic
summarize-claudit-issues
Summarize issues in the current claudit, in docs/claudit/.
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 issues in the current claudit, in docs/claudit/.
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
| 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.