skills/resume-upgrade/SKILL.md
Propose how to upgrade a resume by identifying missing projects, skills, evidence, and experience-building moves, but only after a `resume-critic` review has been completed for a specific job description or job title. Use when the user wants strategic suggestions beyond the current resume.
npx skillsauth add harshitsinghbhandari/domain-expansion resume-upgradeInstall 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.
A resume expansion workflow that starts from resume-critic, then identifies what the candidate is missing for the target job and proposes honest ways to build or demonstrate that missing signal over time.
Use this skill when the user wants strategic upgrades beyond simple rewriting: new project ideas, evidence gaps, missing skill development, portfolio improvements, or stronger credibility signals for a target role.
Good uses:
Bad uses:
resume-rewrite)resume-critic)This skill cannot start without a prior resume-critic output for the same resume and target job.
Before upgrading, require all three:
resume-critic for that same target jobIf the user has not run resume-critic, stop and ask for it first.
If the critique exists but targets a different job, do not reuse it.
An upgrade proposes new signal the user could honestly create, learn, or document, such as:
An upgrade does not mean fabricating content into the resume immediately.
Read:
resume-critic outputStart the framed brief with:
This upgrade plan is for: [full job title]Job description source: [pasted JD | linked JD | inferred from user-provided title only]Critique source: [resume-critic transcript/report reference or pasted output]Use the resume-critic findings plus the job target to identify:
Separate:
Recommend concrete upgrades such as:
Every suggestion must be justified against the stated target job.
Rank upgrades by:
Use this exact structure:
## Job Target
This upgrade plan is for: [job title]
Job description source: [source]
## Resume-Critic Basis
[Short summary of the critique being acted on]
## What The Resume Already Has
[Existing strengths worth preserving]
## Gaps To Close
[The highest-value missing signals]
## Upgrade Plan
[Concrete projects, skills, and proof-building moves]
## Fastest High-ROI Wins
[The quickest upgrades with the best payoff]
## What Not To Fake
[Short warning about claims that must only be added after real work is done]
resume-critic.development
Aggressive user-flow and boundary-bug analysis on a diff or branch. Auto-detects entry points, traces flows through changed code, finds every seam (cross-module calls, serialization, file I/O, shared state, schema versioning, network/IPC), and refuses to mark the work complete until each unverified boundary has a real round-trip test or an explicit written out-of-scope record persisted in an audit file. Use whenever the user says "boundary check", "seam check", "round-trip check", "flow boundaries", "user-flow check", "before merge", "is this safe to ship", "pre-merge gate", "boundary bugs", "verify the joins", or asks to validate cross-module joins, producer/consumer contracts, or end-to-end coverage of a change. Also use as a final gate from pr-review on any diff that touches more than one file, module, or process. Be pushy. Most surviving production bugs live at seams, not inside units — if the diff crosses any boundary, this skill almost certainly applies.
development
Run existing work through 5 specialist craftspeople who each produce an improved version, then peer-review and synthesize the best into a single improved artifact. Use when the user says "forge this", "improve this", "make this better", "level this up", "refine this", or asks for multi-angle improvement on code, copy, strategy, plans, designs, or any artifact where the current version works but could be significantly better. Do NOT use for decisions (use llm-council), simple edits, or creation from scratch.
development
Expert skill for maintaining a Keep a Changelog formatted CHANGELOG.md file. Use this skill whenever you add features, fix bugs, or release a new version. You MUST use this skill to record any changes that have a user-facing impact. It handles categorization (Added, Changed, Fixed, etc.), semantic versioning, and reverse-chronological ordering with surgical precision.
development
Comprehensive test suite audit that combines ruthless analysis with a solution-focused roadmap. Reads test suites (unit, integration, e2e) and source code, produces a brutal audit report of test quality and gaps, and generates prioritized testing improvements.