From digest
Summarize AI-generated branches, PRs, diffs, and design docs into structured digests with file breakdown, code walkthrough, and key concepts. Supports simple mode (-s) for plain language, report mode (-r) for full analysis with architecture impact, design decisions, risks, and recommendations, and export mode (--export) for markdown with Mermaid diagrams. Use when the user asks to explain, summarize, digest, or understand changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/digest:digestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Summarize AI-generated changes into structured digests that developers, reviewers, and stakeholders can quickly understand.
Summarize AI-generated changes into structured digests that developers, reviewers, and stakeholders can quickly understand.
$digest # current branch vs main
$digest feat/new-auth # specific branch
$digest #42 # PR number
$digest docs/plans/auth.md # design doc
$digest --simple # plain-language output
$digest --report # full report (~5 min read)
$digest -r --export # export as markdown with Mermaid
| Flag | Description |
|---|---|
-s, --simple | Plain, non-technical language |
-r, --report | Full report: architecture, design decisions, risks, recommendations |
--export | Export report as markdown with Mermaid diagrams (requires -r) |
Output modes: default (~1min) → -r (~5min)
digest-agent.md (in this skill directory)--export)Use the companion digest-agent.md in this directory as the agent prompt. Provide it with:
The agent uses $PROJECT_ROOT (set by the init hook) or falls back to git rev-parse --show-toplevel.
npx claudepluginhub shdennlin/agent-plugins --plugin digestSynthesizes code diffs into semantic HTML summaries for PRs, release notes, or change overviews. Invoked via /summary with optional staged or branch argument.
Generates concise branch summaries for PR descriptions by analyzing git diffs and commit history.
Visualizes git diffs, branches, commits, PRs, and ranges as interactive HTML reports with architecture diagrams, KPI dashboards, code review cards, and side-by-side comparisons.