daily-review
Installation
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: