daily-review
End of day review - compare planned vs actual, update task statuses. Part of chief-of-staff system.
pinned to #8f8a6eeupdated 2 weeks ago
Ask your AI client: “install skills/daily-review”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/daily-reviewmetahub onboarded this repo on the author's behalf.
If you own github.com/bradautomates/second-brain on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
173
Last commit
2 weeks ago
Latest release
published
About this skill
Pulled from SKILL.md at publish time.
Compare planned vs actual for today.
Allowed tools
- Read
- Glob
- Grep
- Bash
- Write
- Edit
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.8f8a6ee· 2 weeks ago
Documentation
41Description quality
16 words · 99 chars — "End of day review - compare planned vs actual, update task statuses. Part of chi…"
README is present and substantial
10,031 chars · 11 sections · 9 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Installation
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent8f8a6eewarn2 weeks ago
Contents
Compare planned vs actual for today.
Steps
- Read
daily/YYYY-MM-DD.mdfor today's plan - Run
git log --since="8am" --grep="cos:"for activity - Find relevant tasks efficiently (don't read all tasks):
- Search for tasks due today:
grep -l "due: YYYY-MM-DD" task/*.md - Find task files modified today:
git diff --name-only HEAD@{8am}..HEAD -- task/
- Search for tasks due today:
- Read only the relevant task files identified above
- Update task statuses (
status: donefor completed items) - Append review section to daily note
- Commit:
cos: daily review for YYYY-MM-DD
Append to Daily Note
## Review
### Completed
- ✅ Items that got done
### Incomplete
- ⏳ Items carrying forward
### Observations
- Patterns noticed, suggestions for tomorrow
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/daily-review