원클릭으로
bip-digest
Generate Slack activity digests from GitHub activity across a channel's repos. Preview by default; --post to send.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate Slack activity digests from GitHub activity across a channel's repos. Preview by default; --post to send.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check remote server CPU, memory, and GPU availability via SSH
Cold-start into a worktree/clone from a fresh conversation — read the PR, issue, and any status files, figure out where things stand, then STOP and ask the user what to do next. Use for a fresh conversation dropped into a bip-spawn or bip-epic-spawn worktree/clone that already has history (a PR, an in-progress phase, or a stalled worker).
Quick poll of tracked EPICs and code repos for new manuscript-relevant results
Persist manuscript session state before context reset
Cold-start for a manuscript session — the paper is the source of truth and shared context; discuss results, orchestrate research through issues/PRs, and update the paper as threads complete
Spawn a Claude session in a clone for an EPIC issue
| name | bip-digest |
| description | Generate Slack activity digests from GitHub activity across a channel's repos. Preview by default; --post to send. |
Generate activity digest (preview only by default).
bip digest --channel dasm2 # Preview digest for channel
bip digest --channel dasm2 --since 2d # Last 2 days
bip digest --channel dasm2 --post # Actually post to Slack
bip digest --channel dasm2 --post-to scratch --post # Post to scratch channel
--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)The digest command previews output by default. Use --post to actually send to Slack.
This prevents accidental posts to real channels.