/review-resume
Comprehensive PM resume review against 10 best practices — structure, impact metrics, keywords, and actionable feedback
$ npx -y skills add phuryn/pm-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/review-resume
Context preview
What this command does when you run it.
Comprehensive PM resume review against 10 best practices — structure, impact metrics, keywords, and actionable feedback
Command definition
review-resume.mddescription: Comprehensive PM resume review against 10 best practices — structure, impact metrics, keywords, and actionable feedback
argument-hint: "<resume as text or file>"
/review-resume -- PM Resume Review
Get a thorough resume review against product management best practices. Evaluates structure, impact metrics, keyword optimization, and provides specific improvement suggestions with examples.
Invocation
/review-resume [paste resume text]
/review-resume [upload resume PDF or DOCX]
Workflow
Step 1: Accept the Resume
Accept as pasted text, uploaded PDF, or DOCX file. Parse the full content.
Step 2: Evaluate Against 10 Best Practices
Apply the **review-resume** skill:
1. **Impact Metrics**: Are accomplishments quantified? (revenue, users, conversion rates) 2. **XYZ+S Formula**: "Accomplished [X] as measured by [Y], by doing [Z] using [S skill/tool]" 3. **PM-Specific Language**: Uses product terminology (shipped, led discovery, defined strategy) 4. **Structure & Readability**: Clear sections, consistent formatting, scannable 5. **Keyword Optimization**: Matches common PM job description keywords 6. **Story Arc**: Shows career progression and increasing scope 7. **Brevity**: One page (junior), two pages max (senior). No fluff. 8. **Relevance**: Experience tailored to PM roles, not generic 9. **Technical Credibility**: Demonstrates working with engineering, data, design 10. **Leadership Signals**: Cross-functional influence, stakeholder management, mentoring
Step 3: Generate Review
## Resume Review
**Overall Score**: [X/10]
**Strongest area**: [which best practice]
**Biggest opportunity**: [which best practice]
### Scorecard
| # | Best Practice | Score | Assessment |
|---|-------------|-------|-----------|
| 1 | Impact Metrics | [/10] | [brief assessment] |
| 2 | XYZ+S Formula | [/10] | [brief assessment] |
| ... | ... | ... | ... |
### Top 3 Improvements
**1. [Most impactful change]**
- Current: "[exact text from resume]"
- Suggested: "[improved version]"
- Why: [reasoning]
**2. [Second improvement]**
[same format]
**3. [Third improvement]**
[same format]
### Section-by-Section Feedback
[Specific notes for each resume section: summary, experience, education, skills]
### Missing Elements
[What's absent that should be present for a PM resume]
### Keywords to Add
[PM-relevant keywords missing from the resume that appear in typical job descriptions]
Step 4: Offer Next Steps
- "Want me to **tailor this resume** to a specific job description?"
- "Should I **rewrite specific bullet points** using the XYZ+S formula?"
- "Want me to **generate a cover letter** based on this resume?"
Notes
- Be specific and constructive — "add metrics" is unhelpful, "change 'improved onboarding' to 'reduced onboarding drop-off by 23% (450 → 347 users/month)'" is actionable
- PM resumes should emphasize outcomes over outputs, influence over authority
- ATS (Applicant Tracking System) optimization matters — mention relevant keywords naturally
- Different PM levels have different expectations: APM = potential, Senior PM = impact, Director+ = scale
Read more
description: Comprehensive PM resume review against 10 best practices — structure, impact metrics, keywords, and actionable feedback argument-hint: "<resume as text or file>"
/review-resume -- PM Resume Review
Get a thorough resume review against product management best practices. Evaluates structure, impact metrics, keyword optimization, and provides specific improvement suggestions with examples.
Invocation
/review-resume [paste resume text] /review-resume [upload resume PDF or DOCX]
Workflow
Step 1: Accept the Resume
Accept as pasted text, uploaded PDF, or DOCX file. Parse the full content.
Step 2: Evaluate Against 10 Best Practices
Apply the **review-resume** skill:
1. **Impact Metrics**: Are accomplishments quantified? (revenue, users, conversion rates) 2. **XYZ+S Formula**: "Accomplished [X] as measured by [Y], by doing [Z] using [S skill/tool]" 3. **PM-Specific Language**: Uses product terminology (shipped, led discovery, defined strategy) 4. **Structure & Readability**: Clear sections, consistent formatting, scannable 5. **Keyword Optimization**: Matches common PM job description keywords 6. **Story Arc**: Shows career progression and increasing scope 7. **Brevity**: One page (junior), two pages max (senior). No fluff. 8. **Relevance**: Experience tailored to PM roles, not generic 9. **Technical Credibility**: Demonstrates working with engineering, data, design 10. **Leadership Signals**: Cross-functional influence, stakeholder management, mentoring
Step 3: Generate Review
## Resume Review **Overall Score**: [X/10] **Strongest area**: [which best practice] **Biggest opportunity**: [which best practice] ### Scorecard | # | Best Practice | Score | Assessment | |---|-------------|-------|-----------| | 1 | Impact Metrics | [/10] | [brief assessment] | | 2 | XYZ+S Formula | [/10] | [brief assessment] | | ... | ... | ... | ... | ### Top 3 Improvements **1. [Most impactful change]** - Current: "[exact text from resume]" - Suggested: "[improved version]" - Why: [reasoning] **2. [Second improvement]** [same format] **3. [Third improvement]** [same format] ### Section-by-Section Feedback [Specific notes for each resume section: summary, experience, education, skills] ### Missing Elements [What's absent that should be present for a PM resume] ### Keywords to Add [PM-relevant keywords missing from the resume that appear in typical job descriptions]
Step 4: Offer Next Steps
- "Want me to **tailor this resume** to a specific job description?"
- "Should I **rewrite specific bullet points** using the XYZ+S formula?"
- "Want me to **generate a cover letter** based on this resume?"
Notes
- Be specific and constructive — "add metrics" is unhelpful, "change 'improved onboarding' to 'reduced onboarding drop-off by 23% (450 → 347 users/month)'" is actionable
- PM resumes should emphasize outcomes over outputs, influence over authority
- ATS (Applicant Tracking System) optimization matters — mention relevant keywords naturally
- Different PM levels have different expectations: APM = potential, Senior PM = impact, Director+ = scale
68 PM skills and 42 chained workflows across 9 plugins. Claude Code, Cowork, and more. From discovery to strategy, execution, launch, growth, and shipping AI-built code. Designed for Claude Code and Cowork. Skills compatible with other AI assistants.
Repo: phuryn/pm-skills
Other commands on pm-skills.
- /derive-tests
Turn documented intent into a test-coverage map — inventory the tests that exist today, derive use-case cases from the system docs, separate existing coverage from proposed tests and unverified gaps, mark each unit / guarded-live / manual, and recommend a green-before-merge CI
Open command - /document-app
Reverse-engineer an AI-built codebase into the system documents reviewers and auditors need — a core set (architecture, flows, permissions, variables) plus conditional docs (emails, cron, SEO, automation) when they apply
Open command - /performance-audit-static
Static performance audit of AI-built code — find N+1 queries and request waterfalls, over-fetching, missing indexes, and caching opportunities, ranked by effort and impact
Open command - /security-audit-static
Static security audit of AI-built code — map trust boundaries, cross-reference documented intent, self-refute every finding, and report only evidence-backed risks
Open command - /ship-check
Turn a vibe-coded repo into a reviewer-ready shipping packet — document the app, wire agent context, run security and performance audits, map test coverage, and compile the results
Open command - /analyze-cohorts
Perform cohort analysis on user data — retention curves, feature adoption, and engagement trends
Open command

