| name | bip-digest |
| description | Generate Slack activity digests from GitHub activity across a channel's repos. Preview by default; --post to send. |
/bip-digest
Generate activity digest (preview only by default).
Instructions
bip digest --channel dasm2
bip digest --channel dasm2 --since 2d
bip digest --channel dasm2 --post
bip digest --channel dasm2 --post-to scratch --post
Options
--channel CHANNEL — Channel whose repos to scan (required)
--since PERIOD — Time period (e.g., 1w, 2d, 12h). Default: 1w
--post — Actually post to Slack (default: preview only)
--post-to CHANNEL — Override destination (e.g., scratch for testing)
--repos REPOS — Override repos (comma-separated)
What it does
- Scans repos associated with the channel (from sources.yml)
- Fetches merged PRs, new issues, active discussions
- Uses LLM to generate summary
- Shows preview (default) or posts to Slack (if --post)
Safe by Default
The digest command previews output by default. Use --post to actually send to Slack.
This prevents accidental posts to real channels.