com um clique
daily
Generate daily summary of git activity across all repositories
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Generate daily summary of git activity across all repositories
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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: