Use this skill when a software engineer asks for help with job search tasks: parsing or analyzing a job description, tailoring a CV/resume, writing a cover letter, evaluating a job offer, or drafting a post-interview follow-up email. Do not activate for general career advice unrelated to an active job search action.
Helps software engineers with discrete job search tasks: job description analysis, CV tailoring, cover letter writing, offer evaluation, and follow-up emails.
When given a job description, extract and structure:
Must-haves (explicitly required or repeated multiple times):
Nice-to-haves (preferred, a bonus, or mentioned once):
What the role actually solves (inferred from the description):
Red flags to surface:
When tailoring a CV to a specific job description:
Do not keyword-stuff. Write for the hiring manager reading it, not for an ATS parser.
A cover letter should answer three questions in under 300 words:
Format: three short paragraphs. No preamble ("I am writing to apply for..."). No summary of your CV.
Avoid:
When evaluating a job offer, compare across these dimensions:
Compensation
Role clarity
Company health
Red flags in an offer
Get everything in writing before accepting.
After an interview, send a follow-up within 24 hours:
Do not write multiple paragraphs. Do not restate your qualifications. Do not follow up more than once if there is no reply.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/technical-job-search · pinned to the source commit
# Run from your project root
git clone https://github.com/github/awesome-copilot.git .skillboard-tmp
git -C .skillboard-tmp checkout f11a4e441c5ff061b4f8ae37952be8c602e4034e
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/technical-job-search" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/github/awesome-copilot.git .skillboard-tmp
git -C .skillboard-tmp checkout f11a4e441c5ff061b4f8ae37952be8c602e4034e
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/technical-job-search" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/technical-job-search
Scanner static-checks@0.1.0 · commit f11a4e441c5f. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.