Skip to content
Content
Skill

/jd-analyzer

Analyze a job description, hiring post, or recruitment page for role requirements, evaluation criteria, keywords, risks, and resume or cover letter angles. Use when the user provides a JD URL/text, asks what a company is looking for, wants JD-resume gap analysis, or needs inputs

From plugin
give-me-job
58 skills
Install
$ npx -y skills add kyoungbinkim/give-me-job --skill jd-analyzer --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/jd-analyzer

Context preview

The summary Claude sees to decide when to auto-load this skill.

Analyze a job description, hiring post, or recruitment page for role requirements, evaluation criteria, keywords, risks, and resume or cover letter angles. Use when the user provides a JD URL/text, asks what a company is looking for, wants JD-resume gap analysis, or needs inputs

SKILL.md

jd-analyzer.SKILL.md
name: jd-analyzer
description: Analyze a job description, hiring post, or recruitment page for role requirements, evaluation criteria, keywords, risks, and resume or cover letter angles. Use when the user provides a JD URL/text, asks what a company is looking for, wants JD-resume gap analysis, or needs inputs for a tailored cover letter. 한국어 요청도 포함합니다 - 채용공고 분석, 공고 분석, JD 분석, 직무기술서 분석, 자격요건, 우대사항, 이 공고 뭘 원하는지, 공고랑 내 경력 비교.

JD Analyzer

Use this skill to convert a hiring post into practical selection criteria.

Trigger

Use this skill when the user provides a JD URL, pasted hiring post, normalized job record, or hiring notes that need Korean-market role analysis.

Do Not Trigger

Do not use this skill to draft cover letters, invent missing JD requirements, or analyze company culture pages that are not part of the hiring post.

Autonomy Level

**DoF: MEDIUM**

Separate deterministic parsing from conservative inference. Label every inferred evaluation criterion as inferred.

Permitted inferences:

  • Hidden evaluation criteria that follow directly from explicit duties, tools, seniority, or hiring process language.
  • Likely resume evidence categories needed to answer the JD.

Prohibited inferences:

  • Do not add requirements absent from the JD or role context.
  • Do not treat inferred criteria as explicit facts.

Input Contract

Required context:

  • JD URL, JD text, normalized job record, or hiring-post notes.

Optional context:

  • `resume.md` for gap mapping.
  • Cover letter questions and length limits.

Required parameters:

  • `source`: URL, text, normalized job record, or `unknown`.

Outputs produced:

  • `applications/<company-role>/jd-analysis.md`

Workflow

1. Accept a JD URL, pasted JD text, or mixed notes. 2. Parse deterministic facts only:

  • source URL or source type
  • accessed date when browsing or checking a live posting
  • company
  • role
  • seniority
  • deadline
  • required documents
  • cover letter questions and length limits

3. Analyze explicit requirements and inferred evaluation criteria in separate sections. Read the JD alone first; fix mandatory, core, and preferred importance and source excerpts before reading the resume. Do not adjust importance to suit the candidate. 4. Gap map the JD against `resume.md` when resume evidence is available. Link each requirement to stable evidence IDs and original locations; classify it as met, partially met, unmet, or needs confirmation. 5. Identify the likely evidence needed from `resume.md`. 6. Mark gaps where the resume evidence appears weak or missing. 7. Keep inference conservative. Label inferred criteria as inferred.

Report employment type, location, selected sub-role, stated recruitment stages, questions, counting rules, attachments, missing source text, and contradictions. Keep eligibility, fit, and preparation effort distinct. Evaluate graduation timing, career length, certificate or language validity only when the JD demands them. An unmet mandatory qualification cannot be offset by a high fit score. Recommend starting writing, supplying information, or holding, with reasons. For multi-role postings, retain posting identity separately from the selected application role. Never use another role's questions or qualifications.

Output

Use this structure:

## JD Analysis
- Company:
- Source:
- Accessed Date:
- Role:
- Career Level:
- Main Responsibilities:
- Must-Have:
- Nice-To-Have:
- Hidden Evaluation Criteria:
- Resume Keywords:
- Cover Letter Angles:
- Risk/Gaps:
- Unknown Or Unverified Fields:
- Questions To Ask:

New Grad vs Experienced

  • For new grads, look for learning ability, project relevance, tool familiarity, collaboration, and job motivation.
  • For experienced candidates, look for role scope, measurable impact, domain depth, stakeholder work, and repeatable contribution.

Fallback

If the JD is vague, ask for the target role, company, and any available posting text. Do not create requirements that are not in the JD or reasonably inferable from the role.

Read more
Ships withgive-me-job

give-me-job is an AI agent toolkit for Korean job applications. It helps you turn scattered career notes, a Korean job post, and company context into a focused application package: JD analysis, evidence-grounded 자기소개서 drafts, HR risk review, interview

Get the whole plugin
Stats
6
Stars
0
Forks
Active
Maintenance
JavaScript
Language
MIT
License
5d ago
Last commit
3mo ago
Created

Repo: kyoungbinkim/give-me-job

Other skills on give-me-job.

job-searcher
Skill

job-searcher

한국 채용 공고 검색 의도를 안내하고, 사용자가 제공한 공개 HTTPS 채용 페이지를 자격증명 없이 수집·정규화합니다. 잡코리아·링커리어·SK Careers·LG Careers에는 전용 추출기를 사용하고 기타 페이지는 구조화 데이터와 공개 본문을 보수적으로 처리하며, 자동 검색은 아직…