update review-voice-notes to query MongoDB instead of filesystem

This commit is contained in:
Connor Rhodes 2026-04-21 17:07:18 -05:00
parent 579d408ede
commit fa21932081
2 changed files with 25 additions and 16 deletions

View file

@ -124,10 +124,10 @@ description: Master index of all skills in your robot assistant system. Your ass
**Dependencies:** None
### Review Voice Notes
**Purpose:** Find all voice notes matching a given date, present them as a numbered summary table, and act on whichever ones the user selects by number.
**Purpose:** Query MongoDB for voice notes matching a given date, present them as a numbered summary table, and act on whichever ones the user selects by number.
**Triggers:** "review voice notes," "what voice notes do I have," "show me today's voice notes," "review my dictations"
**File:** `skills/review-voice-notes/SKILL.md`
**Dependencies:** `fd` CLI, voice notes at `~/notes/Inbox/voice_notes/`
**Dependencies:** mongodb skill (for database operations)
### Proof Social Communications
**Purpose:** Proofread dictated text for social messages (Slack, text, DM, etc.) to coworkers, friendly customers, and social connections. This is the default proofread skill for messages, slacks, and texts.