.claude/skills/daily-log/SKILL.md
End-of-day review command that helps reflect on the day's work and prepare for tomorrow.
npx skillsauth add asonas/dotfiles daily-logInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
End-of-day review command that helps reflect on the day's work and prepare for tomorrow.
/daily-log
When this skill is invoked, follow these steps interactively:
daily/YYYY-MM-DD.mdFor each task in "やること":
Use AskUserQuestion tool to collect responses.
Ask the user:
Good (うまくいったこと)
Could be better (改善できること)
Tomorrow's priorities (明日やること)
Update the daily note with:
### 振り返り
#### Good
- {user's response}
#### Could be better
- {user's response}
### 明日やること
- {carried over tasks}
- {user's new tasks}
Store the day's summary in memory-vector for future reference:
store_memory({
content: "2026-02-04の振り返り: {summary}",
tags: ["daily-log", "reflection", "YYYY-MM-DD"],
source: "daily/YYYY-MM-DD.md"
})
Report to the user:
/morning will pick up where we left offKeep the interaction conversational and low-friction. Use numbered options where possible to minimize typing.
/morning/morningdata-ai
Summarize the day's work and append to the daily note in Obsidian.
data-ai
memory-vector と memory-graph を横断検索して過去の記憶を呼び出す。「思い出して」「覚えていますか」「前に話した」等の記憶呼び出し時に使う。
development
Review GitHub Pull Requests. When given a PR URL, fetches diff and comments using gh command, then performs objective and critical code review.
tools
Use when starting the day. Organizes tasks, calendar, and context from previous sessions, then coaches through blockers on Linear issues via interactive dialogue.