Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Smart review router. Detects context (morning, Sunday, end of month) and launches the appropriate review workflow. Use anytime for the right review at the right time.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 104% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 23% | 0% |
Smart router that detects context and launches the appropriate review workflow.
/review # Auto-detect the right review based on time/context
/review daily # Force daily review
/review weekly # Force weekly review
/review monthly # Force monthly reviewOr simply: "Help me review" — and the right workflow starts.
When invoked without arguments, detect context using these rules:
bashHOUR=$(date +%H)
/daily morning workflow/daily evening workflow/daily midday workflowbashDAY_OF_WEEK=$(date +%u) # 1=Monday, 7=Sunday
/weeklybashDAY_OF_MONTH=$(date +%d) DAYS_IN_MONTH=$(date -v+1m -v1d -v-1d +%d 2>/dev/null || date -d "$(date +%Y-%m-01) +1 month -1 day" +%d)
/monthlyBefore routing, check for overdue reviews:
bash# Read weekly review file for last date WEEKLY_REVIEW="Goals/3. Weekly Review.md" # If last weekly review > 7 days ago, suggest weekly regardless of day
After detecting context:
This skill does NOT duplicate the logic of /daily, /weekly, or /monthly. It:
If the user specifies a type (/review weekly), skip auto-detection entirely and go directly to that review type.
markdown### Review Router **Time:** 7:15 AM (Morning) **Day:** Sunday **Month day:** 15th **Detected:** Weekly review (Sunday override) **Last weekly review:** 3 days ago (not overdue) Launching weekly review...
/review monthly runs monthly review even on a Tuesday morningWorks with:
/daily — Morning, midday, and evening routines/weekly — Full weekly review process/monthly — Monthly review and planningOther measured skills in the registry, with their headline benchmark lift.