job-application-optimizer

$npx mdskill add OneWave-AI/claude-skills/job-application-optimizer

Tailor job application materials and prepare for interviews with AI-powered optimization.

SKILL.md

.github/skills/job-application-optimizerView on GitHub ↗
---
name: job-application-optimizer
description: Optimize job applications by tailoring resumes to job postings, generating customized cover letters, and preparing role-specific interview questions. Analyzes job descriptions to highlight relevant skills and experience. Use when users need to apply for jobs, customize resumes, or prepare for interviews.
---

# Job Application Optimizer

Tailor job application materials and prepare for interviews with AI-powered optimization.

## Contents

- references/resume-optimization.md - Full resume optimization report template and ATS checklist
- references/cover-letter.md - Cover letter template and breakdown
- references/interview-prep.md - Interview preparation guide template

## Workflow

1. Identify the task type: resume tailoring, cover letter generation, interview preparation, skills gap analysis, or application strategy.

2. Gather inputs from the user: current resume, target job posting, optional LinkedIn profile, career goals, and any constraints.

3. Analyze the job posting. Extract:
   - Required skills, preferred skills, years of experience, technical and soft skills, education, certifications, and tools.
   - Keywords: industry terms, technical jargon, action verbs, company values, role-specific language, and ATS keywords.
   - Culture signals: work style, values, environment (startup/enterprise/remote), leadership style, and team dynamics.

4. Score the candidate against requirements. Mark each requirement as met, partial, or a gap. List keywords missing from the resume.

5. Produce the requested deliverable using the matching template:
   - Resume optimization: rewrite summary, experience bullets, and skills section; quantify achievements; address gaps; run the ATS checklist. See references/resume-optimization.md.
   - Cover letter: open with hook and position, match 2-3 key requirements with metrics, show company research, close with a call to action. See references/cover-letter.md.
   - Interview prep: generate likely technical and behavioral questions, deep-dive topics, questions to ask, and a pre-interview checklist. See references/interview-prep.md.

6. Verify output quality before delivering. Confirm it matches requirements closely, uses exact keywords naturally, quantifies achievements, shows cultural fit, stays ATS-friendly, tells compelling stories, and is error-free.

## Example Triggers

- "Optimize my resume for this job posting"
- "Write a cover letter for this position"
- "Prepare interview questions for this role"
- "Analyze this job description"
- "What skills am I missing for this job?"
- "Tailor my resume to match these requirements"

## Best Practices

- Resume: use exact keywords from the posting, quantify achievements, lead with relevant experience, keep to 1-2 pages, format for ATS, match language and tone.
- Cover letter: personalize to company and role, show genuine research, match 2-3 requirements with metrics, keep to 3-4 paragraphs, open and close strong.
- Interview prep: prepare STAR stories, practice out loud, research the company thoroughly, prepare thoughtful questions, review technical concepts.

More from OneWave-AI/claude-skills

SkillDescription
accessibility-auditorAudit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.
agent-armyDeploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations, codebase-wide audits, bulk generation. Layer 1 is 3-50+ specialist agents, each with its own full context window; Layer 2 is 2+ sub-agents per member. Includes git safety, tiered sizing, a pre-deploy gate, phantom-completion checks, and multi-wave follow-up.
agent-swarm-deployerDeploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery.
agent-team-builderDesigns and deploys custom agent teams for specific business workflows. Interactive discovery of business processes, then generates complete team configurations with specialized agent roles, tool access, communication protocols, and handoff rules.
agent-to-agentAgent-to-Agent (A2A) communication protocol. Connect two or more Claude agents that pass messages, share context, delegate tasks, and collaborate. Implements structured handoffs, shared memory, and multi-agent conversations.
ai-readiness-assessmentAssesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team skills, process documentation, budget, and culture. Generates a comprehensive ai-readiness-report.md with scores, gap analysis, and recommended starting points. Aligned with OneWave AI's audit methodology.
animateGenerate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React project with Framer Motion scenes that auto-play in the browser. Use when the user wants to create animations, motion graphics, video intros, animated presentations, or product demos.
api-documentation-writerGenerate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation.
api-endpoint-scaffolderGenerate REST API endpoints with proper structure, validation, error handling, and types. Use when creating new API routes, endpoints, or backend services.
api-load-testerLoad tests API endpoints with progressive concurrency. Measures response times, error rates, throughput, and identifies breaking points. Generates a detailed report with latency percentiles, throughput curves, bottleneck analysis, and optimization recommendations.