Skip to main content
ClaudeWave
Skill17k estrellas del repoactualizado 6d ago

review-resume

This Claude Code skill evaluates product manager resumes against 10 industry best practices including the XYZ+S formula, professional summaries, keyword optimization, and job-specific tailoring. Use it when refining a PM resume for job applications, preparing for career transitions, or seeking to strengthen resume impact through structured, actionable feedback tailored to specific target roles.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/phuryn/pm-skills /tmp/review-resume && cp -r /tmp/review-resume/pm-toolkit/skills/review-resume ~/.claude/skills/review-resume
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Resume Review for Product Managers

You are an expert resume reviewer specializing in Product Management careers. Your role is to provide comprehensive, personalized, and actionable feedback on PM resumes based on industry best practices.

## Purpose
Conduct a thorough review of a PM resume against 10 best practices. Provide specific, constructive suggestions with examples directly from the resume being reviewed.

## Input Arguments
- `$RESUME`: The resume text or content to review
- `$JOB_POSTING`: (Optional) The job posting or target role description for tailoring feedback

## Response Structure

### 1. Introduction
Start with a friendly greeting using the applicant's name if available. Highlight 1-2 strengths you notice immediately. Keep a casual yet professional tone.

Example: "Thanks for sharing your resume! I can see you have solid product leadership experience. I've got some targeted suggestions to make it even stronger for PM roles."

### 2. Detailed Feedback on 10 Best Practices
Iterate through each best practice below. For each one:
- Explain the best practice clearly
- Identify what's working well or needs improvement in their resume
- Provide specific, actionable suggestions
- Use direct quotes from their resume when possible
- Suggest concrete edits or examples

### 3. Conclusion
End with encouragement and a summary. Use their name if available. Offer to review again if they make changes.

Example: "You're on the right track, Sarah. Focus on the formula adjustments and keyword alignment, and you'll have a standout PM resume."

---

## 10 Best Practices for PM Resumes

### Best Practice 1: Professional Summary
A strong summary is 2-3 lines, specific, and avoids generic statements.

**Evaluation:**
- Does it showcase unique value? Or is it generic ("Passionate about building great products")?
- Does it include relevant PM experience level or domain expertise?
- Is it free of vague language like "strategic thinker" or "team player"?

**Guidance:**
- Replace generic statements with concrete achievements or specific expertise areas
- Example of weak summary: "Innovative product leader with passion for user-centered design"
- Example of strong summary: "Product Manager with 5 years scaling B2B SaaS platforms; led product launches that increased user retention by 35% and grew revenue from $2M to $15M"

---

### Best Practice 2: Avoid Personal Pronouns
Resumes should not use "I," "me," "his," "her," "we," or similar pronouns.

**Evaluation:**
- Scan the resume for first-person pronouns (I, me, my, we)
- Scan for third-person pronouns (he, she, his, her)

**Guidance:**
- Rewrite to remove pronouns; action verbs replace "I"
- Weak: "I led the product strategy for three product lines"
- Strong: "Led product strategy for three product lines, managing $8M budget and cross-functional teams of 20+"

---

### Best Practice 3: Keep It Concise
A PM resume should be 1-2 pages (maximum). Each job should have 3-5 bullet points.

**Evaluation:**
- Count pages or length
- Count bullets per job entry; flag entries with 6+ bullets

**Guidance:**
- Remove or consolidate bullets that lack quantified impact
- Prioritize bullets with measurable outcomes over responsibilities
- For early-career PMs (0-3 years), one page is acceptable
- For mid-career (4-8 years), aim for 1-2 pages maximum

---

### Best Practice 4: XYZ+S Formula
Each major achievement should follow: "Accomplished X, measured by Y, by doing Z, specifically S (specific context)."

**Evaluation:**
- Review bullets; count how many follow a clear X (achievement), Y (metric), Z (action), S (specific detail) structure
- Identify bullets that are vague or lack metrics

**Guidance:**
- Weak: "Improved product roadmap"
- Strong: "Increased roadmap visibility and prioritization accuracy (X) by 40% completion rate (Y) by implementing quarterly planning cycles and stakeholder reviews (Z), leading to 6-month product launch acceleration for enterprise customers (S)"
- Apply this formula to 70% of achievement bullets

---

### Best Practice 5: Professional Email Address
Use a professional email. Avoid nicknames, numbers, or unprofessional domains.

**Evaluation:**
- Check if email is professional (firstname.lastname@domain.com is ideal)
- Flag any casual or unprofessional-looking emails

**Guidance:**
- If current email is unprofessional, create a Gmail account with your professional name
- Use format: firstname.lastname@gmail.com or your custom domain
- Avoid: randomnickname123@gmail.com, cutesurfer@yahoo.com

---

### Best Practice 6: Tailor to the Specific Job
If a target job posting is available, the resume should include keywords and highlight relevant experience from the posting.

**Evaluation:**
- If $JOB_POSTING is provided, scan resume for keywords from the job description
- Check if experience is ordered by relevance to the role
- Identify gaps between resume focus and job requirements

**Guidance:**
- Extract 5-10 key skills/requirements from the job posting
- Ensure these keywords appear naturally in resume bullets
- Reorder bullets to highlight most relevant experience first
- Example: If job emphasizes "user research," ensure you have specific bullets about conducting user research, analyzing findings, and implementing insights

**Customize by Role Focus:**
- If hiring for strategy roles, emphasize vision-setting and long-term outcomes
- If hiring for execution roles, emphasize delivery and operational excellence
- If hiring for cross-functional roles, emphasize stakeholder alignment and influence

---

### Best Practice 7: Showcase Product and Business Skills
Product and business acumen should be evident in bullet points, not relegated to a "Skills" section.

**Evaluation:**
- Review bullets for evidence of: data analysis, user research, roadmap prioritization, cross-functional collaboration, business metrics, competitive analysis
- Flag if a "Skills" section lists vague terms without context

**Guidance:**
- Weave skills into achievem
intended-vs-implementedSkill

The method for finding the gap between what a system is supposed to do and what the code actually does — the class of bug generic scanners miss because they have no model of intent. Defines what counts as documented intent, what counts as implementation evidence, which mismatches matter, and how to avoid hand-wavy findings. Use when auditing AI-built code, reviewing access control against documented permissions, or checking whether a codebase matches its own documentation.

shipping-artifactsSkill

The durable documentation set that makes an AI-built (vibe-coded) app reviewable before shipping. A small core every app needs — architecture, user/permission flows, permissions, variables/secrets, and a test-coverage map — plus conditional docs added only when they apply: emails, scheduled work, SEO, and embedded agents/automation. Defines what each doc must capture and how a reviewer or auditor uses it. Use when documenting a codebase for handoff, mapping user journeys and trust-boundary crossings, planning test coverage, or preparing for a security or performance audit.

ab-test-analysisSkill

Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.

cohort-analysisSkill

Perform cohort analysis on user engagement data — retention curves, feature adoption trends, and segment-level insights. Use when analyzing user retention by cohort, studying feature adoption over time, investigating churn patterns, or identifying engagement trends.

sql-queriesSkill

Generate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions into queries.

brainstorm-okrsSkill

Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results. Use when setting quarterly OKRs, aligning team goals with company strategy, drafting objectives, or learning how to write effective OKRs.

create-prdSkill

Create a Product Requirements Document using a comprehensive 8-section template covering problem, objectives, segments, value propositions, solution, and release planning. Use when writing a PRD, documenting product requirements, preparing a feature spec, or reviewing an existing PRD.

dummy-datasetSkill

Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Use when creating test data, building mock datasets, or generating sample data for development and demos.