What problem does it solve?
This skill solves the difficulty of identifying whether a resume parsing defect is a new issue or one already covered by existing test fixtures, preventing redundant work and manual tracking.
Core Features & Use Cases
- Full-Spectrum Sweep: Performs a single-pass analysis of all resume sections (contact, skills, experience, education, achievements, and round-trip) to identify parser failure modes.
- Corpus Matching: Automatically compares detected defects against 45 baked corpus fixtures to determine if a fix already exists or if a new fixture is required.
- PII-Safe Workflow: Designed to handle real candidate resumes locally without leaking sensitive data, providing clear instructions on when to mint new test cases.
Quick Start
Run the probe-resume skill by executing the vitest command with the absolute path to your resume PDF assigned to the RL_RESUME_PDF environment variable.