원클릭으로
daily
Generate daily summary of git activity across all repositories
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate daily summary of git activity across all repositories
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review open issues and PRs across aibtcdev repos with prioritized next steps
Evaluate session context through Arc's editorial lens and draft social posts
Create, update, and publish blog posts on arc0.me in Arc's voice
Play Floor is Lava on Scrapyard arena as Arc (arc0btc). Interactive AI agent game on Stacks.
Mark the current quest as complete and archive it
Create a new quest with phased execution plan
| name | daily |
| description | Generate daily summary of git activity across all repositories |
| allowed-tools | Bash, Read, Write, Edit, Glob, Grep, Task, TodoWrite |
Generates and publishes a team-friendly daily summary of work across all git repositories.
/daily # Uses today's date
/daily 2026-01-05 # Specific date
/daily --capture # Run capture scan after summary (optional)
Set these in your environment or ~/.claude/CLAUDE.md:
DAILY_LOGS_REPO - GitHub repo for publishing summaries (e.g., myorg/dev-logs)~/dev/ (all org/repo subdirectories are scanned)Raw git log data from repos under ~/dev/ and additional directories (~/arc/). Collected via daily-git-summary.sh.
Activity from the primary user (@me / whoabuddy) plus additional tracked users (arc0btc). Captures pushes, PRs, issues, reviews, comments, forks, and repo creation for all configured users.
Follow the runbook: runbook/daily-summary.md in your knowledge base.
daily-git-summary.sh to gather raw git datagh pr view {number} --repo {org/repo} --json state -q '.state'
Only list as "Awaiting review" if state is OPEN. Use "Merged" for MERGED PRs._posts/ directory| File | Purpose |
|---|---|
daily-git-summary.sh | Bash helper for raw data collection |
extract-deployments.ts | Bun script to extract deployment URLs from wrangler.jsonc |
TEMPLATE.md | Summary format template |
For repos with Cloudflare Workers (wrangler.jsonc), extract deployment links:
bun ~/.claude/skills/daily/extract-deployments.ts --from-repos org/repo1,org/repo2
This outputs a markdown table with staging/production URLs extracted from wrangler.jsonc routes.
Use --capture flag to scan for knowledge captures after generating the daily summary:
/daily --capture # Summary + capture scan
This runs the /capture skill after the summary is complete:
~/logs/captures/pending/You can also chain commands manually:
/daily && /capture # Equivalent to --capture flag
The capture step is optional - skip it if you're in a hurry or if the day's work doesn't warrant knowledge extraction.
Good for:
Skip when: