skills/technical-job-search/SKILL.md
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.
npx skillsauth add williamlimasilva/.copilot technical-job-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
tools
Create a new workshop or use an existing directory as one. Handles two paths: (A) use an existing local directory the operator points at, or (B) create a new private GitHub repo in the signed-in account. Never creates a repo inside another repo.
development
Guide for setting up vcpkg in C++ projects, managing dependency versions, and cross-compiling. Covers manifest initialization, CMake and Visual Studio integration, classic-to-manifest migration, version pinning, baselines, overrides, triplets, and cross-compilation. Use when a user is working with vcpkg project setup, installation, version management, or cross-platform builds. For specialized tasks, additional references cover custom registries and overlay ports (references/registries.md), CI/CD and binary caching (references/ci.md), and troubleshooting and dependency lifecycle (references/troubleshooting.md).
testing
Emit structured agent signals — hands-up, blocked, done, checkpoint, partnership. Signals are written as JSON to .signals/ for dashboard consumption and noted in the journal for persistence.
development
Install and configure Markstream streaming Markdown renderers for Vue, React, Svelte, Angular, Nuxt, and Vue 2 applications. Use for package selection, minimal peer dependencies, CSS order, SSR boundaries, streaming mode, and renderer setup.