JD CV Grill
Interviews you one question at a time to tailor a resume to a JD without inventing evidence.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 7fb4e3e
Given a JD requiring 'distributed payment-processing systems' against a candidate note that only described an internal order system, a direct baseline rewrite quietly tacked on 'payment processing' as a skill anyway — following the skill's evidence-first flow instead refused that claim and generated one targeted question to verify it before writing anything.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What JD CV Grill does
Reads a job description plus whatever resume/CV/LinkedIn/portfolio material the user has, then interviews the candidate one high-value question at a time to recover buried project evidence, map it to ATS keywords, and rewrite resume bullets. Triggers when a user pastes a JD and an existing resume/CV/profile and wants it tailored, polished, or rewritten for a specific role; bilingual (Chinese/English) throughout.
How to install JD CV Grill
git clone https://github.com/mikezhangyl/jd-cv-grill
mkdir -p ~/.claude/skills
cp -r jd-cv-grill ~/.claude/skills/jd-cv-grill
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger JD CV Grill
-
/jd-cv-grillInterviews you one question at a time to tailor a resume to a JD without inventing evidence.
It also activates on plain-language prompts like these:
-
Tailor my resume to this job description without making stuff up -
Here's the JD and my CV, ask me questions before rewriting it -
Help me map my project experience to this posting's ATS keywords
Frequently asked questions
- Is the JD CV Grill skill free?
- Yes. The skill itself is free from mikezhangyl/jd-cv-grill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does JD CV Grill work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Given a JD requiring 'distributed payment-processing systems' against a candidate note that only described an internal order system, a direct baseline rewrite quietly tacked on 'payment processing' as a skill anyway — following the skill's evidence-first flow instead refused that claim and generated one targeted question to verify it before writing anything.
- What is the JD CV Grill SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install JD CV Grill?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use JD CV Grill with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.