shipbrief
Generate readable daily follow-ups from local git commits using compact AXI/TOON output.
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ú
Generate readable daily follow-ups from local git commits using compact AXI/TOON output.
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 | shipbrief |
| description | Generate readable daily follow-ups from local git commits using compact AXI/TOON output. |
Use shipbrief when the user wants a daily commit follow-up, Telegram digest, or agent-readable summary of local git work.
npx -y shipbrief run --today
This prints compact TOON:
shipbrief summaryquality commit metadata countsprojects[]commits[]notes[]descriptions[]Write the final human report yourself before sending it anywhere. Do not send raw output unless the user asks.
Save the final report as HTML, then delegate validation/chunking/sending to Shipbrief:
npx -y shipbrief check --html report.html
npx -y shipbrief deliver --provider telegram --html report.html
Use full JSON only when needed:
npx -y shipbrief run --today --format json --full
Check setup:
npx -y shipbrief doctor
shipbrief is read-only for repositories. Do not run git fetch, git pull, git push, git checkout, or git reset as part of a follow-up report.
Keep reports grouped by project. Mention quality issues such as commits without bodies when quality.without_body is high.
Do not call Telegram, email, Slack, or webhook APIs directly when a Shipbrief delivery provider exists. Use shipbrief deliver --provider ....