用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/whoabuddy/claude-knowledge --skill daily命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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: