Source profileQuality 94/100

PramodDutta/qaskills/seed-skills/resume-version-manager/SKILL.md

Resume Version Manager

Track different resume versions, maintain master resume, manage tailored versions

Source repository stars
211
Declared platforms
3
Static risk flags
0
Last source update
2026-08-28
Source checked
2026-08-28

Decision brief

What it does: where it fits

Track different resume versions, maintain master resume, manage tailored versions

Best for

  • Has multiple resume versions to manage
  • Needs to track tailored resumes
  • Wants to maintain a master resume

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexDeclaredSource recordInstall path and trigger
Claude CodeDeclaredSource recordInstall path and trigger
CursorDeclaredSource recordInstall path and trigger
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/PramodDutta/qaskills --skill "seed-skills/resume-version-manager"
Safe inspection promptEditorial

Inspect the Agent Skill "Resume Version Manager" from https://github.com/PramodDutta/qaskills/blob/fb3fbec70591bad971dd97c5d9add6eaa99bae18/seed-skills/resume-version-manager/SKILL.md at commit fb3fbec70591bad971dd97c5d9add6eaa99bae18. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Update Workflow

    Immediately Update For: - New job or promotion - Completed major project - New skills or certifications - Significant achievements - Awards or recognition

    New job or promotionCompleted major projectNew skills or certifications
  2. 02

    Master to Tailored Workflow

    Review the “Master to Tailored Workflow” section in the pinned source before continuing.

    Review and apply the “Master to Tailored Workflow” source section.
  3. 03

    When to Use This Skill

    Use this skill when the user: - Has multiple resume versions to manage - Needs to track tailored resumes - Wants to maintain a master resume - Is applying to many different roles - Mentions: "resume versions", "master resume", "different versions", "track resumes", "which resume"

    Has multiple resume versions to manageNeeds to track tailored resumesWants to maintain a master resume
  4. 04

    Core Capabilities

    Create and maintain master resume document

    Create and maintain master resume documentTrack tailored resume versionsOrganize resume versions by role/industry
  5. 05

    The Version Management Problem

    Common Pain Points: - "Which version did I send to Company X?" - "Where's my most recent resume?" - "I have 15 resume files and don't know which is best" - "I forgot to update my resume after that project" - "I keep tailoring from different base versions"

    "Which version did I send to Company X?""Where's my most recent resume?""I have 15 resume files and don't know which is best"

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score94/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars211SourceRepository attention, not individual Skill quality
Compatibility3 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
PramodDutta/qaskills
Skill path
seed-skills/resume-version-manager/SKILL.md
Commit
fb3fbec70591bad971dd97c5d9add6eaa99bae18
License
MIT
Collected
2026-08-28
Default branch
main
View the original SKILL.md

Resume Version Manager

When to Use This Skill

Use this skill when the user:

  • Has multiple resume versions to manage
  • Needs to track tailored resumes
  • Wants to maintain a master resume
  • Is applying to many different roles
  • Mentions: "resume versions", "master resume", "different versions", "track resumes", "which resume"

Core Capabilities

  • Create and maintain master resume document
  • Track tailored resume versions
  • Organize resume versions by role/industry
  • Maintain consistent source of truth
  • Streamline resume updates
  • Prevent version confusion

The Version Management Problem

Common Pain Points:

  • "Which version did I send to Company X?"
  • "Where's my most recent resume?"
  • "I have 15 resume files and don't know which is best"
  • "I forgot to update my resume after that project"
  • "I keep tailoring from different base versions"

The Solution: A systematic approach with:

  1. One master resume (source of truth)
  2. Organized tailored versions
  3. Clear naming conventions
  4. Update workflow

Master Resume Concept

What is a Master Resume?

A comprehensive document containing:

  • ALL your experiences (not just recent)
  • ALL bullet points you've ever written
  • Every achievement, project, skill
  • Full details (even if they won't fit on one page)

Purpose: Source of truth to pull from when tailoring

Master Resume Structure

# MASTER RESUME - [YOUR NAME]
Last Updated: [Date]

## CONTACT INFORMATION
[Full contact details]

## PROFESSIONAL SUMMARY VERSIONS
[Summary for Role Type A]
[Summary for Role Type B]
[Summary for Role Type C]

## ALL SKILLS
### Technical Skills
[Complete list by category]

### Soft Skills
[Complete list]

### Industry Knowledge
[All domains]

## PROFESSIONAL EXPERIENCE

### Company Name | Title | Dates

**All Bullets (choose best for each application):**
• Bullet 1 (leadership focused)
• Bullet 2 (technical focused)
• Bullet 3 (results focused)
• Bullet 4 (collaboration focused)
• Bullet 5 (additional achievement)
• Bullet 6 (additional achievement)

**Keywords this experience covers:**
[List of keywords this job demonstrates]

### Previous Company | Title | Dates
[Same format...]

## EDUCATION
[Complete education history]

## CERTIFICATIONS
[All certifications ever earned]

## PROJECTS
[All notable projects]

## VOLUNTEER / ADDITIONAL
[All other relevant experience]

File Organization System

Folder Structure

Resume/
├── Master/
│   └── LastName_Master_Resume.docx
├── Tailored/
│   ├── ProductManagement/
│   │   ├── LastName_PM_Google_Jan2024.pdf
│   │   └── LastName_PM_Meta_Jan2024.pdf
│   ├── Engineering/
│   │   ├── LastName_SWE_Startup_Feb2024.pdf
│   │   └── LastName_SWE_Enterprise_Feb2024.pdf
│   └── General/
│       └── LastName_General_Resume.pdf
├── CoverLetters/
│   ├── Google_PM_CoverLetter.docx
│   └── Meta_PM_CoverLetter.docx
└── Applications/
    └── ApplicationTracker.xlsx

File Naming Convention

Pattern: [LastName]_[Role/Type]_[Company]_[Date].pdf

Examples:

  • Smith_ProductManager_Google_Jan2024.pdf
  • Smith_SWE_Stripe_Feb2024.pdf
  • Smith_DataScience_General_2024.pdf
  • Smith_Master_Resume_v3.docx

Version Categories

By Target Role

Product Management:

  • Emphasizes: Strategy, roadmap, metrics, stakeholders
  • Skills highlight: Product tools, analytics, user research

Software Engineering:

  • Emphasizes: Technical projects, systems, code
  • Skills highlight: Languages, frameworks, tools

Data Science:

  • Emphasizes: Analysis, ML, statistical methods
  • Skills highlight: Python, SQL, ML libraries

By Industry

Tech/Startup:

  • Emphasizes: Innovation, growth, scrappiness
  • Tone: Modern, direct, achievement-focused

Enterprise/Corporate:

  • Emphasizes: Scale, process, collaboration
  • Tone: Professional, structured, comprehensive

Finance:

  • Emphasizes: Analysis, compliance, accuracy
  • Tone: Conservative, precise, credentialed

By Seniority Level

Individual Contributor:

  • Focus on execution and technical skills
  • Detailed project descriptions
  • Technical accomplishments

Manager:

  • Team leadership and development
  • Cross-functional collaboration
  • Business impact metrics

Executive:

  • Strategic leadership
  • P&L responsibility
  • Organizational transformation

Application Tracking

Simple Tracker Spreadsheet

| Company | Role | Version Used | Date Applied | Status | Notes |
|---------|------|--------------|--------------|--------|-------|
| Google | PM | PM_Google_Jan | 1/15/24 | Interview | 2nd round 2/1 |
| Meta | PM | PM_Meta_Jan | 1/18/24 | Applied | Referral from John |
| Startup | PM | PM_General | 1/20/24 | Rejected | Too senior |

Information to Track

  • Company name
  • Job title
  • Resume version used
  • Cover letter version used
  • Application date
  • Application method (portal, referral, direct)
  • Current status
  • Follow-up dates
  • Notes and contacts

Update Workflow

When to Update Master Resume

Immediately Update For:

  • New job or promotion
  • Completed major project
  • New skills or certifications
  • Significant achievements
  • Awards or recognition

Quarterly Review:

  • Add recent accomplishments
  • Update metrics with new data
  • Refresh skills section
  • Remove outdated information

Master to Tailored Workflow

1. Start with Master Resume
   ↓
2. Copy to new file (don't edit master)
   ↓
3. Analyze job description
   ↓
4. Select relevant bullets from master
   ↓
5. Choose appropriate summary version
   ↓
6. Reorder skills for relevance
   ↓
7. Add job-specific keywords
   ↓
8. Trim to appropriate length
   ↓
9. Save with proper naming convention
   ↓
10. Update application tracker

Common Scenarios

Scenario 1: Applying to Similar Roles

Strategy:

  • Create one well-tailored version for the role type
  • Make minor adjustments for each company
  • Track which slight variation went where

Scenario 2: Applying to Different Role Types

Strategy:

  • Create separate base versions for each role type
  • Maintain clear folder organization
  • Each version pulls from same master

Scenario 3: Rapid Application Volume

Strategy:

  • Create 2-3 strong category versions
  • Use "general" versions for quick applications
  • Reserve deep tailoring for top choices

Scenario 4: Career Transition

Strategy:

  • Create transition-focused version
  • Emphasize transferable skills
  • Maintain original industry version as backup

Version Control Best Practices

DO:

  • ✅ Always work from master as source
  • ✅ Use consistent naming conventions
  • ✅ Track which version went where
  • ✅ Keep master updated
  • ✅ Date your files
  • ✅ Backup to cloud storage

DON'T:

  • ❌ Edit master directly for applications
  • ❌ Use vague names like "resume_final_v2"
  • ❌ Forget which version you sent
  • ❌ Let master get out of date
  • ❌ Have multiple "master" files
  • ❌ Delete old versions (archive instead)

Output Format

When managing resume versions:

# RESUME VERSION MANAGEMENT

## Master Resume Status
**Last Updated:** [Date]
**Location:** [File path]
**Total Experience Entries:** [X]
**Total Bullet Points Available:** [X]

## Active Versions

### Role Type: Product Management
**Base Version:** PM_General_2024.docx
**Tailored Versions:**
| Company | File Name | Date Created | Status |
|---------|-----------|--------------|--------|
| Google | PM_Google_Jan24 | 1/15/24 | Submitted |
| Meta | PM_Meta_Jan24 | 1/18/24 | Submitted |

### Role Type: Engineering
[Same structure]

## Update Queue
- [ ] Add Q4 project results to master
- [ ] Update skills with new certification
- [ ] Archive versions older than 6 months

## Recommended Actions
1. [Action 1]
2. [Action 2]

Version Management Checklist

  • ✅ Master resume exists and is current
  • ✅ Folder structure is organized
  • ✅ Naming convention is consistent
  • ✅ Application tracker is maintained
  • ✅ Know which version sent to each company
  • ✅ All versions pull from same master
  • ✅ Backup system in place
  • ✅ Old versions archived (not deleted)
  • ✅ Update workflow is established
  • ✅ Regular master resume reviews scheduled

For QA and Testing Roles

Keep QA resume variants the way you keep test suites: one source of truth, tagged variants, and diffs you can explain. Practical set: master (everything), automation-forward (SDET postings), domain variants (fintech, healthcare) when you have depth, and a manual+exploratory variant if you pursue those roles. Name files with role and date, and log which version went to which application; recruiters cross-share resumes between hiring managers, and contradicting yourself between versions in the same company reads badly.


License and attribution

Adapted for QA professionals by The Testing Academy (thetestingacademy) from Resume Skills. The original work is used under the MIT License, reproduced in full below. Modifications to this file are released under the same license.

MIT License

Copyright (c) 2026 Resume Skills

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Frequently asked questions

What to verify before installation and use

What does the Resume Version Manager source document cover?

Track different resume versions, maintain master resume, manage tailored versions

How do I install Resume Version Manager?

The source record exposes this install command: npx skills add https://github.com/PramodDutta/qaskills --skill "seed-skills/resume-version-manager". Inspect the command and pinned source before running it.

Which Agent platforms does the source record declare?

The pinned source record declares support for: codex, claude code, cursor.

Alternatives

Compare before choosing

Computed 9521

upex-galaxy/agentic-qa-boilerplate

acli

Atlassian CLI (official `acli` binary, v1.3+ as of 2026) for Jira Cloud, Confluence Cloud, and org admin tasks from the terminal. Use whenever the user wants to create, view, edit, transition, assign, clone, archive, comment on, link, or bulk-operate on Jira work items; list or manage projects, boards, sprints, filters, dashboards, or custom-field definitions; create or update Confluence spaces, pages, or blog posts; activate/deactivate users at the org level; or authenticate to Atlassian from a

Computed 9582

vasilyu1983/AI-Agents-public

software-search

Designs application search systems. Use when choosing engines, indexing, relevance tuning, facets, autocomplete, or search analytics.

Computed 9182

vasilyu1983/AI-Agents-public

data-analytics-engineering

Builds analytics engineering layers for metrics, contracts, and BI-ready models. Use when shaping dbt or SQLMesh marts, metric governance, lineage, or data quality.

Computed 956

jojoprison/mnemo

health

Vault health audit — orphans, broken links, type-aware stale-review candidates, growth stats. Use whenever the user mentions vault maintenance, orphans, broken links, 'is my vault clean', 'проверь vault', 'сироты', 'битые ссылки', 'здоровье базы знаний', 'здоровье памяти', 'здоровье обсидиана', or asks for vault statistics — or proactively after creating 3+ notes in a session, after mass note creation, or when health checks haven't run in a while; the longer between checks, the more invisible or