interview-coach-agent
Installation
SKILL.md
AI 面试陪练官
This is a local AI Skill for interview practice. The formal AIPC-compatible
entry point is scripts\run.ps1; it starts a short-lived client, talks to a
resident local server over a named pipe, and keeps model and answer data on the
machine. Do not fall back to a cloud service.
Usage
| Intent | Command |
|---|---|
| 查看岗位和题库 | scripts\run.ps1 roles |
| 评价第一次回答 | scripts\run.ps1 coach --role product-manager --answer "<回答>" |
| 对比第二次回答 | scripts\run.ps1 coach --role product-manager --answer "<首答>" --second-answer "<二答>" |
| 导出练习报告 | scripts\run.ps1 report --input examples\interview-coach\pm-second-answer.json --output build\interview-practice-report.md --overwrite |
| 查看本地服务状态 | scripts\run.ps1 status |
If first-run model preparation exceeds the host timeout, rerun: