Correlates your Claude Code sessions with your GitHub PR activity and writes a structured dev digest.
A Claude Code plugin that shows you what you worked on. It correlates your Claude Code sessions with your GitHub PR activity and produces a structured report.
gh CLI authenticated (gh auth login)In Claude Code, run:
/plugin marketplace add abdelrahman-elkady/claude-dev-digest
/plugin install claude-dev-digest@claude-dev-digest
To update later, run /plugin marketplace update claude-dev-digest.
In Claude Code, run:
/claude-dev-digest
Or just ask naturally -- "what did I work on this week?", "generate a dev digest", etc.
/claude-dev-digest --days 14
/claude-dev-digest --from 2026-03-01 --to 2026-03-31
/claude-dev-digest --branches master,main,staging
/claude-dev-digest --format md
| Flag | Default | Description |
|---|---|---|
--days N | 7 | How many days back to look |
--from / --to | -- | Explicit date range (YYYY-MM-DD) |
--week-start DAY | -- | Align to a weekday (e.g. sun) |
--user LOGIN | current gh user | GitHub user to report on |
--branches | master,main | Branches that count as "shipped" |
--output-dir PATH | current directory (or ~/claude-dev-digest/ if Claude can't resolve it) | Where to write output |
--format | all | json, md, or all |
--no-reviews | off | Skip reviewed PRs |
The report is written to your current working directory by default (override with --output-dir):
report.json -- structured data with your sessions, PRs (authored + reviewed), how they correlate, Jira ticket IDs, and summary totalsreport.md -- a readable Markdown digest grouped by repo and categoryEach session is auto-categorized (implementation, debugging, refactor, exploration, planning, docs, review, devops, testing, meta, ask, other) and linked to the PRs it contributed to.
If the Atlassian MCP is connected, Claude can also enrich the report with real Jira ticket summaries.
To visualize report.json in a browser, see weekly-report-visualizer.
Install from a local checkout instead of GitHub:
/plugin marketplace add /absolute/path/to/claude-dev-digest
/plugin install claude-dev-digest@claude-dev-digest
Refresh the installed copy after editing:
/plugin marketplace update claude-dev-digest
Uninstall:
/plugin uninstall claude-dev-digest@claude-dev-digest
/plugin marketplace remove claude-dev-digest
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub abdelrahman-elkady/claude-dev-digest --plugin claude-dev-digestKady's personal collection of Claude Code skills for planning and engineering workflows.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques