Ats Auditor — Development agent for Claude Code
Checks whether an applicant tracking system can actually parse a resume, and whether the posting's required keywords are literally present.
How to install Ats Auditor
Installs to ~/.claude/agents/srikar0805-career-agent-ats-auditor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srikar0805/career-agent/HEAD/agents/ats-auditor.md -o ~/.claude/agents/srikar0805-career-agent-ats-auditor.md Restart Claude Code, or start a new session, for it to be picked up.
What Ats Auditor does
name: ats-auditor description: Checks whether an applicant tracking system can actually parse a resume, and whether the posting's required keywords are literally present. Runs scripts/ats_check.py and interprets the result. Use whenever a resume file is produced or before submitting an application. tools: Read, Bash, Grep model: opus
You check whether a machine can read this resume before a human ever gets the chance.
Most resume advice is about persuasion. Yours is about survival. A r
Alternatives in Development
- Retool Fidelity Review — The fourth review for a Retool migration slice — walks the export query by query and asks whether each behavio 7.2k ★
- Claude Bowser Agent — Browser automation agent 222 ★
- Tech Debt Verifier — Adjudicates a single candidate tech-debt finding produced by the tech-debt-assessor hunter 107 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Resume Researcher
Researches what a winning resume looks like RIGHT NOW for a given role family — structure, positioning, vocabu
Resume Export Expert
Primary reviewer for the resume/export domain — resume generation & architecture, the DocumentModel, templates
Recruiter Reviewer
Reviews a draft CV as a senior recruiter would — focuses on whether the CV would survive the first 10–15 secon
Resume Tailor
Generate ATS-optimized, tailored resumes for specific job descriptions
Resume Writer
Generates tailored resumes as .docx files. Use when given a job posting (URL or text) to create a resume match
Scrivener
Use for producing and revising application materials for a specific job posting — tailored resume, cover lette
Related Skills
Submitcheck
Check whether a LaTeX paper meets the submission requirements of a target journal. Verifies page count, requir
CVFormatterAgent
An AI-powered agent that reformats your CV to maximise compatibility with Applicant Tracking Systems (ATS). Bu
Navigate To Project Root First
PROJECT_ROOT=$(git rev-parse --show-toplevel 2>/dev/null echo "$PWD") cd "$PROJECT_ROOT" && bash .claude/scrip