Agent skill
daily-review
Complete daily journal review. Use at end of day or next morning to fill in journal sections, review highlights, and plan tomorrow. Triggers on "daily review", "end of day", "journal review", "what did I do today".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/daily-review-taylorhuston-local-life-manager
SKILL.md
Run the Daily Review Workflow. Keep it conversational - ask one thing at a time.
Steps
-
Get current date first
- Run
date +%Y-%m-%dto confirm today's date - DO NOT assume the date - always verify
- Run
-
Journal Entry Setup
- Check if today's entry exists (
my-vault/02 Calendar/YYYY-MM-DD.md) - Create from template if not (see
references/template.md) - If morning reviewing yesterday: use yesterday's date
- Check if today's entry exists (
-
What Did I Work On?
- Pull GitHub commits:
gh search commits --author=TaylorHuston --committer-date=YYYY-MM-DD - Summarize into meaningful bullets (not raw commit messages)
- Ask: "Any other technical work? (studying, courses, side projects not on GitHub)"
- Pull GitHub commits:
-
What Did I Do?
- Ask: "How about personal stuff? (errands, social, health, appointments, etc.)"
-
Daily Highlight Check
- Review the day's highlight if set
- Ask: "Did you accomplish your highlight? Want to carry it to tomorrow?"
-
Quick Inbox Scan (offer, don't force)
- "Want me to check your inbox for anything to quickly process?"
-
Tomorrow's Highlight (offer, don't force)
- "Do you know what tomorrow's focus should be?"
-
Memory Capture Check
- Review the conversation for anything memory-worthy:
- New preferences expressed
- Corrections to how you understood something
- Life/job updates
- Workflow insights
- Project decisions
- If anything qualifies, create a memory file in
.claude/memories/ - Check if
about-taylor.mdneeds updating (job status, current focus, etc.) - Do this silently unless there's something significant to confirm
- Review the conversation for anything memory-worthy:
Use bulleted lists in the journal.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?