中文 · English
Decode any JD → get a one-page Offer Strategy report. Should I apply · how well I match · top interview questions.
📦 Part of the offer-toolkit-skill — the full job-hunt bundle (JD · Resume · BQ). Install the bundle to get all three in one shot.
A Claude skill for reading job descriptions. Give it a JD and your resume, and it hands back an HTML report telling you: whether this job is worth applying to, how well you match it, where the gaps are, what interviews will probably ask, whether the salary is reasonable, and what to do over the next six weeks. A JD is rarely just a recruiting blurb — it's usually the hiring manager's real expectations wrapped in HR boilerplate, and this skill unwraps that.
Invoke the skill with anything like "help me with this job" / "走一下这个 JD" and you go through exactly:
- Paste the JD — link or full text.
- Give it your resume — three options:
🅰️ Upload / paste your full resume (recommended)🅱️ Paste your full LinkedIn- 🅲️ No resume yet → short self-introduction. Results will be flagged as "unverified against a real resume" and you'll be nudged toward Resume Skill to build one.
- HTML report auto-opens — a single-file Offer Strategy Report is generated to
~/Desktop/Claude skills/offer-strategy-<slug>.htmland pops open in your browser. Inside: TL;DR verdict, two gauges, the 10 sections below, and in-page Export PDF / Export Markdown buttons.
That's the whole thing. No multi-step wizard, no separate "只解码" / "只算匹配度" outputs to wade through — the 5 internal flows (Decode / Match / Tailor / Predict / Should I Apply) all run silently and assemble into the same HTML report.
If you explicitly want only one flow ("only decode this" / "just match score") the skill skips the report and gives you the raw output for that one flow.
Every wizard run ends with a single-file HTML report at ~/Desktop/Claude skills/offer-strategy-<slug>.html. Fixed 10-section spine, plus a TL;DR preamble and a key-metrics gauge block:
Hero of an actual run — verdict + assumptions + TL;DR + two gauges, plus the in-page Export PDF / Export Markdown buttons in the bottom right.
More screenshots: English gallery · 中文相册
⬆ First 8 seconds auto-play as a preview. Click to watch the full 2-minute walkthrough — live run against a real Anthropic JD (paste JD → attach resume → HTML report opens in your browser, ~15 MB, opens in a new tab). 中文版本 · Chinese walkthrough.
| # | Section | What it answers |
|---|---|---|
| — | TL;DR · one-minute verdict | Should I apply? ⭐ 1–5. |
| — | Key metrics | Match Score gauge + Interview Probability gauge. |
| 1 | Company background | Who runs this place, what are the cultural signals, what shipped in the last 12–24 months. |
| 2 | Product analysis for this role | What product / surface this role owns + the 4 core design challenges + the real scope behind the JD. |
| 3 | JD deep decode | Why this JD reads the way it does (JD 解码精华 + Hidden Signal dictionary hits). |
| 4 | JD ↔ resume line-by-line match | Must Have cards + full Match Matrix (3 columns: JD ask / resume evidence / score+gap) + Nice + 10-dim Hidden Signal radar. |
| 5 | Gap — what to upgrade | 2–4 gap cards with severity (high/middle) + 4-week mitigation. |
| 6 | Why apply / why not | 3 reasons each side. Every "why not" comes with an HM probe response. |
| 7 | Salary reality check | JD band + market data + negotiation talking points. |
| 8 | Next step | Career arc fit + referral playbook (who, DM template) + portfolio audit (4-week action list). |
| 9 | Top 10 interview questions | 面试预测预览. Full Top 20 + behavior stories → hand off to BQ Skill. |
| 10 | 6-week action plan | Week-by-week to-dos: before applying / after applying / before interview. |
The report supports Export to PDF (CJK-safe Noto font embedding) and Export to Markdown (single-file MD download). Spec: frameworks/offer-strategy-report.md · skeleton: examples/offer-strategy-template.html.
- Decode before you act — Decoding the JD first is mandatory before doing match or tailor. Matching against the wrong target means the match is wrong.
- Never fabricate — Never invent experience, skills, or numbers the candidate didn't claim. If real evidence is missing, mark it ❌.
- One thing at a time — No mixing. If the decode step left ambiguity, clarify before moving on.
job-description-skill/
├── SKILL.md # Entry · routing · three rules
├── prompts/ # Execution prompts for each flow
│ ├── jd-decoder.md
│ ├── match-score.md
│ ├── resume-tailor.md
│ ├── interview-predictor.md
│ └── should-i-apply.md
├── frameworks/ # Reusable frameworks / rubrics
│ ├── decode-patterns.md # JD keyword → real intent dictionary
│ ├── match-rubric.md # Scoring rubric (Must / Nice / Hidden)
│ ├── resume-tailoring.md # Three-version resume strategy
│ ├── go-no-go.md # ⭐ rating + interview probability formula
│ └── offer-strategy-report.md # Final HTML report — sections, visual system, content rules
├── examples/ # Reference skeletons (no personal data)
│ └── offer-strategy-template.html
└── jd-bank/ # Local cache of analyzed JDs (gitignored)
├── _index.md # Index
└── _jd-template.md # Starter template for new JDs
- A JD reflects three layers — company signals, the hiring manager's real expectations, and the product / role in question. The skill's job is to see through the HR packaging to those three.
- Decide before you optimize — most candidates keep polishing resumes for the wrong roles. Decide whether to apply at all first.
- Every score has a formula — not magic. Every Match Score and Interview Probability comes from an explicit formula in
frameworks/. Disagree with the premise? You can argue back.
Pairs with these two — decode the JD here, then hand off:
- offer-toolkit-skill — the all-in-one bundle (JD · Resume · BQ)
- resume-builder-skill — Resume Builder & Beautifier (11 print-ready templates)
- Behavior-question-skill — Behavioral interview / story bank
See a dream job → JD Skill (decode · match · should-I-apply)
↓ decide to apply
Resume Skill (tailor + polish)
↓ get the interview
BQ Skill (mine stories · mock interview)
MIT — fork it, remix it, ship your own version.
Created by Dreameryanyan · LinkedIn · X · Xiaohongshu
