verify-interview-content

Verify interview blockquote claims against resume sections for factual grounding.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/teslamint/resume-builder --skill verify-interview-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-interview-content
Source: https://github.com/teslamint/resume-builder/tree/main/.claude/skills/verify-interview-content
Command: npx skills add https://github.com/teslamint/resume-builder --skill verify-interview-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interview prep sheets and mock answers sometimes invent specific accomplishments that the verified resume does not mention, so this Skill catches fabricated claims before they reach a real interview.

Core Features & Use Cases

  • Automated Claim Scanning: Runs the verification script to compare blockquote answers in interview documents with the appropriate company sections of the resume and highlights mismatches.
  • Contextual Review Guidance: Defines verified, uncertain, and ungrounded statuses so you know when a claim can stay, needs clarification, or must be corrected.
  • Use Case: After creating or editing files under private/jd_analysis/interview/, rerun verification before practicing or sharing mock interview answers to maintain integrity.

Quick Start

Run templates/build/verify_content.py with your interview file path and the resume to confirm every claim is grounded.

Frequently Asked Questions about verify-interview-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify interview prep answers match my resume facts?

You verify interview answers by running a Python script that scans blockquote claims in interview documents and compares them against resume sections to ensure claims are grounded. The script flags mismatches so you can correct fabricated answers.

What is the best way to check interview claims against resume content?

The best way to check interview claims is to run an automated Python verification script that compares blockquoted interview answers against resume sections and highlights mismatches. It categorizes claims as verified, uncertain, or ungrounded for targeted review.

How do I flag ungrounded blockquote claims in my interview prep sheets?

You flag ungrounded blockquote claims by running a verification script that scans interview documents under private/jd_analysis/interview/ and checks them against resume files generated under private/build/. It assigns verified, uncertain, or ungrounded statuses to each claim.

Do I need a specific resume file format to verify interview content?

You need a documented resume file generated under private/build/ to verify interview content. The verification script scans specific resume sections referenced during the check to ensure your interview claims align with documented facts before practicing.

When should I rerun interview content verification?

You should rerun interview content verification after creating or editing files under private/jd_analysis/interview/ to maintain integrity. Rerun the script until all uncertain or ungrounded claims align with your resume facts before practicing.