What problem does it solve?
Engineering teams lack a consistent, data-grounded weekly summary of what shipped and who shipped it, forcing managers to manually compile GitHub activity and Slack context into a digest.
Core Features & Use Cases
- Merged PR Leaderboard: Counts merged PRs per author across target repositories using the GitHub CLI, with week-on-week deltas, bar charts, and bot/agent exclusions.
- Shipping Streaks and Deltas: Reads a persistent memory ledger to compute multi-week shipping streaks and per-person count changes.
- Slack Publishing with Standup Thread: Posts a Block Kit brief to a Slack channel and replies with an async standup prompt, then records the run in a memory ledger.
- Use Case: A cron-triggered agent runs every Monday, pulls the last 7 days of merged PRs from the team's repos, and posts a ranked leaderboard plus standup thread to the engineering Slack channel.
Quick Start
Ask the agent to run the weekly leaderboard for the last 7 days across your target repositories and post the shipping brief to your Slack channel.