shipbrief
Generate readable daily follow-ups from local git commits using compact AXI/TOON output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate readable daily follow-ups from local git commits using compact AXI/TOON output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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 ....