Documentation
README
Review Skill
Smart router that detects context and launches the appropriate review workflow.
Usage
/review # Auto-detect the right review based on time/context
/review daily # Force daily review
/review weekly # Force weekly review
/review monthly # Force monthly review
Or simply: "Help me review" — and the right workflow starts.
Auto-Detection Logic
When invoked without arguments, detect context using these rules:
1. Check the Time of Day
HOUR=$(date +%H)
- Before noon (< 12): Morning routine — delegate to
/dailymorning workflow - After 5 PM (>= 17): Evening shutdown — delegate to
/dailyevening workflow - Midday (12-17): Midday check-in — delegate to
/dailymidday workflow
2. Check the Day of Week
This is the opening of the README. Read the full README on GitHub.