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".
MCP get_skill({ skillId: "daily-review-8f596a78" })Use this skill with your agent
Create a free account and connect via MCP
Run the Daily Review Workflow. Keep it conversational - ask one thing at a time.
## Steps
1. **Get current date first**
- Run `date +%Y-%m-%d` to confirm today's date
- DO NOT assume the date - always verify
2. **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
3. **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)"
4. **What Did I Do?**
- Ask: "How about personal stuff? (errands, social, health, appointments, etc.)"
5. **Daily Highlight Check**
- Review the day's highlight if set
- Ask: "Did you accomplish your highlight? Want to carry it to tomorrow?"
6. **Quick Inbox Scan** (offer, don't force)
- "Want me to check your inbox for anything to quickly process?"
7. **Tomorrow's Highlight** (offer, don't force)
- "Do you know what tomorrow's focus should be?"
8. **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.md` needs updating (job status, current focus, etc.)
- Do this silently unless there's something significant to confirm
Use bulleted lists in the journal.Related Skills
More skills in Personal Productivity
Academic Cv Builder
Format CVs for academic positions with publications, grants, and teaching
Act Informed: First understand together with the human, then do
Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.
Add Multiple Attendees to a Calendar Event
Add a list of attendees to an existing Google Calendar event and send notifications.
AgentMail — Agent-Owned Email Inboxes
Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. hermes-agent@agentmail.to).
Agent Mail Automation via Rube MCP
Automate Agent Mail tasks via Rube MCP (Composio). Always search tools first for current schemas.
Airtable
Airtable REST API via curl. Records CRUD, filters, upserts.
Explore Other Categories
Skills from other categories with shared topics
Commit
Create git commits in spaces/[project]/ with conventional message format. Use for saving progress with quality checks and proper commit messages.
Complete
Complete task: validate, document, review, commit, and merge to develop. Use when all implementation is done and ready to finalize.
Flashcards
Generate spaced repetition flashcards from notes or topics. Use when user wants to create flashcards, make review cards, prepare for spaced repetition, or convert notes to quiz format. Triggers on "flashcards", "make cards", "spaced repetition", "review cards".