← Back to list

daily-reporter
by ShunsukeHayashi
PPAL SKILL.md Library - メンバー限定
⭐ 3🍴 3📅 Jan 21, 2026
SKILL.md
name: daily-reporter description: Generate daily operation reports automatically. Use when creating EOD reports or summarizing work. allowed-tools: Bash, Read, Write
Daily Reporter
Version: 1.0.0 Purpose: Automated daily report generation
Workflow
Step 1: Gather Data
# Git activity
git log --since="yesterday" --oneline
# Todo completion
cat ~/todos.md | grep "✅"
Step 2: Generate Report
# Daily Report - [DATE]
## Summary
[1-2 sentence overview]
## Completed
- [Task 1]
- [Task 2]
## In Progress
- [Task 3]
## Blockers
- [Issue if any]
## Tomorrow
- [Next priority]
Step 3: Distribute
Options:
- Save to file
- Send via Slack
- Post to Notion
Automation
cron setup
0 18 * * * ~/.claude/skills/daily-reporter/run.sh
GitHub Action
on:
schedule:
- cron: '0 9 * * *'
Score
Total Score
45/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon