Expand prep-tech-screen skill to cover post-interview feedback phase

Phase 1 (interview prep) is unchanged. Phase 2 adds a structured workflow
for organizing post-interview feedback into the Greenhouse scorecard format,
with a clear source priority hierarchy (voice dictation > meeting notes >
transcript > resume context only when interviewer references it).
This commit is contained in:
Connor Rhodes 2026-04-23 13:57:55 -05:00
parent d34bd7d27c
commit 04b5702194
2 changed files with 132 additions and 7 deletions

View file

@ -34,7 +34,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "polish my LinkedIn post," "clean up my LinkedIn draft," "turn this into a LinkedIn post," "edit my LinkedIn post" | **linkedin-post** |
| "use mongodb," "query my database," "add to mongo," "mongo," "database," "docdb" | **mongodb** |
| "add this to my book list," "add to my books," "what's on my reading list," "show me my to-read books" | **book-list** |
| "prep for this interview," "prep a tech screen," "prepare for this technical interview," "tech screen prep," "interview prep" | **prep-tech-screen** |
| "prep for this interview," "prep a tech screen," "prepare for this technical interview," "tech screen prep," "interview prep," "organize my interview feedback," "write up my interview notes," "generate scorecard feedback" | **prep-tech-screen** |
---
@ -167,10 +167,10 @@ description: Master index of all skills in your robot assistant system. Your ass
**Dependencies:** mongodb skill (for database operations)
### Prep Tech Screen
**Purpose:** Prepare interview questions for a Verkada Enterprise Solutions Engineer peer technical interview. Reads a candidate's resume, cross-references the Peer Tech Screen Guide, and produces a structured meeting note with checkboxed questions organized by scorecard category. Links the meeting note in the daily note.
**Triggers:** "prep for this interview," "prep a tech screen," "prepare for this technical interview," "tech screen prep," "interview prep"
**Purpose:** Two-phase skill for Verkada Enterprise SE peer technical interviews. Phase 1 prepares interview questions by reading the candidate's resume, cross-referencing the Peer Tech Screen Guide, and producing a structured meeting note with checkboxed questions. Phase 2 organizes post-interview feedback into the Greenhouse scorecard format by pulling from the interviewer's voice dictation, meeting notes, and interview transcript (in priority order).
**Triggers:** "prep for this interview," "prep a tech screen," "prepare for this technical interview," "tech screen prep," "interview prep," "organize my interview feedback," "write up my interview notes," "generate scorecard feedback"
**File:** `skills/prep-tech-screen/SKILL.md`
**Dependencies:** `pdftotext` CLI (for PDF resume extraction)
**Dependencies:** `pdftotext` CLI (for PDF resume extraction), mongodb skill (for querying voice dictations post-interview)
---