Recruiter Assistant 🦞
This skill implements a high-bar recruitment workflow for technical hiring, specifically optimized for the Shenzhen market.
Workflows
1. Rigorous Resume Screening
Evaluate a candidate with a critical lens.
- - Single: INLINECODE0
- Batch: INLINECODE1
- Output Requirements:
1.
Strict Scoring: Adheres to the 0-100 rubric in
references/hiring-criteria.md.
High standards for "Senior" roles (must show architectural impact and expert AI usage).
2.
Detailed Analysis: Explicitly lists at least 3-4 hard technical strengths and significant weaknesses/gaps.
3.
Separate Reporting: Each candidate evaluation must be saved/written to its own document.
4.
Salary Benchmark: Compares the candidate's expected salary against Shenzhen market rates (Boss Zhipin 2026).
5.
HR Notification: High-scoring candidates (>= threshold) should be summarized and sent to HR via the
message tool.
2. AI Proficiency Evaluation
Mandatory check for AI tool usage (Cursor, Copilot, LLM APIs). Lack of AI usage is considered a significant productivity gap.
3. Interview Preparation & Summary
- - Questions:
node scripts/generate_questions.js <input_json> (Focuses on the identified "Cons"). - Summarization:
node scripts/summarize_interview.js <notes_file> (Uses the template in assets/report-template.md).
Market Benchmark (Shenzhen 2026)
Refer to
references/hiring-criteria.md for the latest salary data and scoring rubrics.
Core Principles
- - Critical Lens: Do not give high scores easily. High seniority requires evidence of architectural impact.
- Data-Driven: Benchmarks must align with the current Shenzhen tech market.
- AI-Forward: Efficiency through AI is a core requirement for a modern senior engineer.
招聘助理 🦞
该技能实现了针对技术招聘的高标准筛选流程,特别针对深圳市场进行了优化。
工作流程
1. 严格简历筛选
以批判性视角评估候选人。
- - 单个筛选:node scripts/screenresume.js <简历路径> --lang <语言> --yoe <工作年限>
- 批量筛选:node scripts/batchscreen.js <文件夹路径> --threshold <分数> --lang <语言> --yoe <工作年限>
- 输出要求:
1.
严格评分:遵循 references/hiring-criteria.md 中的0-100分评分标准。
对高级岗位要求严格(必须体现架构影响力和专业AI使用能力)。
2.
详细分析:明确列出至少3-4项硬核技术优势和重大弱点/差距。
3.
独立报告:每位候选人的评估结果必须单独保存/写入独立文档。
4.
薪资对标:将候选人的期望薪资与深圳市场薪资水平(BOSS直聘2026年数据)进行对比。
5.
HR通知:高分候选人(>=阈值)应汇总并通过message工具发送给HR。
2. AI能力评估
强制检查AI工具使用情况(Cursor、Copilot、LLM API)。缺乏AI使用能力被视为重大生产力差距。
3. 面试准备与总结
- - 问题生成:node scripts/generatequestions.js <输入json>(聚焦已识别的缺点)。
- 总结生成:node scripts/summarizeinterview.js <笔记文件>(使用 assets/report-template.md 中的模板)。
市场对标(深圳2026年)
请参考
references/hiring-criteria.md 获取最新薪资数据和评分标准。
核心原则
- - 批判性视角:不轻易给出高分。高级别岗位需要架构影响力的证据。
- 数据驱动:对标数据必须与当前深圳科技市场保持一致。
- AI优先:通过AI提升效率是现代高级工程师的核心要求。