From jobops
Performs provenance checks on draft resumes against source work histories, verifying claims, metrics, timelines, technical skills, geography, and team scopes.
npx claudepluginhub reggiechan74/jobops --plugin jobopsThis skill uses the workspace's default tool permissions.
Read `.jobops/config.json`. If missing, stop with:
Builds tailored resumes for job postings in three steps: HAM-Z draft, provenance credibility check, and final hardened version with YAML metadata.
Generates tailored resumes for job applications: researches company/role, surfaces undocumented experiences via discovery, matches from resume library, outputs MD/DOCX/PDF while preserving facts.
Manages resume versions with a master source of truth, tailored copies for jobs, file naming conventions, folder structures, and application tracking. Useful for multiple job applications.
Share bugs, ideas, or general feedback.
Read .jobops/config.json. If missing, stop with:
JOBOPS NOT CONFIGURED Run /jobops:setup to initialize your workspace.
Use config.directories.<key> for all file paths in this skill.
Use config.preferences.cultural_profile if this skill generates resume-style content.
Use config.preferences.default_jurisdiction if this skill has jurisdiction-sensitive logic (crisis/legal skills accept --jurisdiction=<ISO-3166-2> to override).
For each template used by this skill, resolve the full path as:
{config.templates.base_dir}/{config.templates.active.<template_name>}/
Templates referenced by this skill: evidence_verification_framework
This skill writes to a per-application folder. Before writing any output:
{Company}_{Role}_{YYYYMMDD} from the job-posting filename, or honor --app=<slug> if supplied.{config.directories.applications_root}/{app_slug}/.resume/cover-letter/assessment/interview/mkdir -p it, then copy
{config.directories.job_postings}/{filename} → {app_slug}/job_posting.md
so the pinned JD cannot silently change under completed work.--app=<distinct-slug>.I'll first load all your comprehensive work histories from the {config.directories.resume_source} to use as the source of truth:
Source Documents: All files in {config.directories.resume_source}/
Now reading the draft resume to analyze:
@$1
I'm launching the step2-provenance-check agent to perform a comprehensive provenance analysis. This will:
The analysis will use the CV Provenance Hardening methodology to ensure your resume can withstand scrutiny during:
The provenance analysis will be saved with detailed findings including:
Start the report with:
---
draft_file: $1
generated_by: /provenance
generated_on: <ISO8601 timestamp>
output_type: resume_provenance
status: analysis
version: 1.0
---
Update timestamps and version when re-running.
This analysis ensures your resume maintains competitive positioning while being completely defensible under scrutiny.