hTangle/voice-interview-coach
hTangle★ 0JavaScript最后同步: 2026-08-16
—
README 摘要
Voice Interview Coach 🎙️ A DSH (DeepSeek Harness) plugin that turns the chat into a voice-driven mock interview. Give it your project, language, resume, and target role in natural language; it asks progressively harder questions, listens to your spoken answers, and finishes with a gap-analysis review you can export to Markdown and persist to memory. Features - 🗣️ Voice interview — uses the browser's Web Speech API for both speech recognition and text-to-speech. A text fallback is always available. - 🎯 Natural-language difficulty — describe the target role and seniority any way you like (e.g. "高级后端开发工程师,要求高并发和系统设计,偏 P7"). The model adjusts question depth automatically. - 🧩 Question type chips — pick any mix of 项目深挖 / 系统设计 / 编程语言基础 / 八股原理 / 行为面试 / 线上故障 / 算法编码 / 工程实践. - 📄 Resume upload — supports .txt , .md , .json , .csv natively, plus PDF and DOCX parsed in the Host with no native dependencies (a tiny built-in FlateDecode / zip-XML reader). - 📝 Structured review — scores per dimension, strengths, gaps with study plans, better-answer suggestions, and a prioritized action list. - 💾 Memory — every review (with transcript) is written to .interview-memory/interview- .md inside the…
在 GitHub 查看完整 README →