用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/huifer/claude-code-interview --skill jd-analyzer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | jd-analyzer |
| description | 分析职位描述(JD)以提取关键信息、技能要求、资格条件。识别核心技能、软技能、经验要求。用于简历匹配、面试准备、技能差距分析。当用户提供JD文本或添加公司信息时自动触发。 |
| allowed-tools | Read, Write, Grep |
当用户需要:
从JD文本中提取:
将提取的信息分类到:
{
"structured_analysis": {
"required_skills": [...],
"preferred_skills": [...],
"responsibilities": [...],
"minimum_qualifications": [...],
"preferred_qualifications": [...]
}
}
对比用户基础简历(data/resume/base.json):
{
"skill_match_analysis": {
"matched_skills": [
{"skill": "Python", "proficiency": "expert"}
],
"partial_match_skills": [
{"skill": "Java", "proficiency": "intermediate", "required": "advanced"}
],
"missing_skills": [
{"skill": "C++", "action": "需要学习基础"}
]
}
}
基于匹配分析提供:
识别以下模式:
更新 data/companies/{company}.json 的 job_descriptions 部分:
{
"job_descriptions": {
"pos_001": {
"title": "Software Engineer III",
"description_source": "...",
"scraped_at": "2025-01-09T00:00:00Z",
"raw_text": "完整JD文本...",
"structured_analysis": {
"required_skills": ["Python", "Distributed Systems"],
"preferred_skills": ["Kubernetes", "ML"],
"responsibilities": ["设计并开发软件"],
"minimum_qualifications": ["计算机学位", "3年经验"],
...
...
...
用户提供JD文本,自动:
为简历优化器提供:
生成面试准备重点:
用于匹配度评分:
匹配度 = Σ(匹配等级 × 权重) / Σ(最大权重)
工作文化关键词:
{
"culture_indicators": {
"pace": {
"fast": ["fast-paced", "move fast", "rapid iteration", "agile", "startup environment"],
"balanced": ["work-life balance", "sustainable pace", "flexible hours"],
"intense": ["high-pressure", "demanding", "deadline-driven"]
},
"collaboration": {
"collaborative": ["team player", "cross-functional", "collaborate", "pair programming"],
{
"culture_analysis": {
"company_culture_type": "Innovative & Fast-paced",
"key_culture_traits": [
"Data-driven decision making",
"Fast iteration and experimentation",
"Collaborative cross-functional work",
"High ownership and accountability"
],
"culture_indicators_found": [
{"trait": "fast-paced", "evidence": "fast-paced environment", "frequency": 3},
{"trait": "data-driven", "evidence": "data-driven approach", "frequency": 5},
{"trait": "collaborative"
识别模式:
# 基础薪资
"(\$?\d{2,3}k?[-–to]\$?\d{2,3}k?)\s*(per year|annually|/year|annual)"
# 股票/股权
"(stock|equity|RSU|option|grant).*?(\$?\d{2,3}k?)"
# 奖金
"(bonus|signing|target).*?(\$?\d{1,2}k?|\d{1,2}%)"
# 总薪酬
"(total compensation|TC|OTE).*?(\$?\d{2,3}k?)"
薪资结构分析:
{
"salary_analysis": {
"base_salary": {
"range": "$150,000 - $200,000",
"currency": "USD",
"period": "yearly",
"confidence": "high"
},
"equity": {
"mentioned": true,
"estimated_range": "$50,000 - $100,000/year",
"type": "RSU",
"vesting": "4 years"
},
"bonus": {
"mentioned": true,
"percentage": "20%",
"estimated_value"
{
"location_adjustments": {
"SF Bay Area": 1.0,
"New York": 0.95,
"Seattle": 0.90,
"Austin": 0.80,
"Remote (US)": 0.85,
"Beijing": 0.60,
"Shanghai": 0.62
}
}
{
"ai_ml_skills": {
"machine_learning": ["Machine Learning", "ML", "Deep Learning", "Neural Networks"],
"frameworks": ["TensorFlow", "PyTorch", "Keras", "Scikit-learn", "MXNet"],
"nlp": ["NLP", "Natural Language Processing", "Transformers", "BERT", "GPT"],
"computer_vision": ["Computer Vision", "CV", "Image Processing", "CNN"],
"mlops":
{
"cloud_skills": {
"aws": ["AWS", "Amazon Web Services", "EC2", "S3", "Lambda", "RDS", "DynamoDB"],
"gcp": ["GCP", "Google Cloud", "GKE", "BigQuery", "Cloud Functions"],
"azure": ["Azure", "Microsoft Azure", "AKS", "Azure Functions"],
"cloud_native": ["Kubernetes", "K8s", "Docker", "Helm",
{
"data_skills": {
"databases": ["SQL", "NoSQL", "PostgreSQL", "MySQL", "MongoDB", "Redis", "Cassandra"],
"data_engineering": ["ETL", "Data Pipeline", "Spark", "Kafka", "Airflow", "Hadoop"],
"analytics": ["Data Analysis", "Analytics", "Visualization", "Tableau", "Power BI"],
"big_data": ["Big Data", "Distributed Computing"
{
"language_detection": {
"detected_language": "zh-CN",
"confidence": 0.95,
"supported_languages": ["en", "zh-CN", "zh-TW", "ja", "ko"],
"translation_needed": false
}
}
{
"bilingual_jd": {
"primary_language": "en",
"secondary_language": "zh-CN",
"merge_strategy": "primary_first",
"skill_extraction": {
"from_primary": true,
"from_secondary": true,
"merge_duplicates": true
}
}
}
{
"skill_translation": {
"machine_learning": {
"en": "Machine Learning",
"zh": "机器学习",
"ja": "機械学習",
"ko": "기계 학습"
},
"distributed_systems": {
"en": "Distributed Systems",
"zh": "分布式系统",
"ja": "分散システム",
"ko": "분산 시스템"
}
}
}
{
"skill_clusters": {
"backend_development": {
"skills": ["Python", "Java", "Go", "APIs", "Microservices"],
"weight": 2.0,
"priority": "high"
},
"data_processing": {
"skills": ["SQL", "ETL", "Kafka", "Spark"],
"weight": 1.5,
"priority": "medium"
},
"frontend": {
"skills"
{
"skill_dependencies": {
"Kubernetes": {
"prerequisites": ["Docker", "Linux", "Networking"],
"related": ["Helm", "Istio", "Prometheus"],
"advanced": ["Cloud Native", "Service Mesh"]
},
"Machine Learning": {
"prerequisites": ["Python", "Statistics", "Linear Algebra"],
"related": ["Deep Learning", "MLOps", "Data Engineering"]
{
"inferred_skills": {
"from_responsibility": "Design and build scalable web applications",
"inferred_skills": [
{"skill": "Web Development", "confidence": 0.95},
{"skill": "API Design", "confidence": 0.90},
{"skill": "Scalability", "confidence": 0.85},
{"skill": "Performance Optimization", "confidence": 0.80}
],
"reasoning": "Building scalable web apps requires these core skills"
}
{
"scale_inference": {
"indicators": ["millions of users", "petabytes of data", "high QPS"],
"inferred_requirements": [
{"skill": "Distributed Systems", "importance": "critical"},
{"skill": "Scalability", "importance": "critical"},
{"skill": "Performance Tuning", "importance": "high"},
{"skill": "System Design", "importance": "high"}
]
}
{
"market_analysis": {
"skill_demand": {
"Distributed Systems": {
"demand_level": "high",
"trend": "increasing",
"market_saturation": "low"
},
"Kubernetes": {
"demand_level": "very_high",
"trend": "stable",
"market_saturation": "medium"
}
},
"competitiveness": {
"score": 75,
"interpretation": "Moderately competitive position",
"recommendations": [
"Strengthen distributed systems fundamentals"
{
"jd_analysis_report": {
"metadata": {
"company": "Example Tech",
"position": "Senior Software Engineer",
"analysis_date": "2024-01-15T10:00:00Z",
"jd_language": "en",
"confidence_score": 0.92
},
"basic_info": {
"title": "Senior Software Engineer",
"level": "L4-L5",
"department": "Cloud Infrastructure",
"location": "Remote / SF",
"employment_type": "Full-time"
},
"culture_analysis": {
"culture_type"
验证检查项:
置信度评分:
高置信度 (90%+): 清晰的技能描述,明确的要求
中置信度 (70-89%): 有一些歧义,需要推断
低置信度 (<70%): JD描述模糊,信息不完整