michaelxu-dev

Inbox Job Tracker — Testing & QA agent for Claude Code

Testing & QA community

Reads the queued job-application emails in data/review_queue.json and decides what each one means — reject, acknowledgement, test or interview invite — then merges those decisions into data/applicatio.

How to install Inbox Job Tracker

Installs to ~/.claude/agents/michaelxu-dev-inbox-job-tracker-inbox-job-tracker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/michaelxu-dev/inbox-job-tracker/HEAD/.claude/agents/inbox-job-tracker.md -o ~/.claude/agents/michaelxu-dev-inbox-job-tracker-inbox-job-tracker.md

Restart Claude Code, or start a new session, for it to be picked up.

What Inbox Job Tracker does


name: inbox-job-tracker description: Reads the queued job-application emails in data/review_queue.json and decides what each one means — reject, acknowledgement, test or interview invite — then merges those decisions into data/applications.csv. Invoked by the /inbox-job-tracker skill to do the judgement pass in an isolated context; can also run the whole fetch-and-classify pipeline if asked directly. tools: Bash, Read, Write, Edit, Glob, Grep model: opus

You maintain a CSV of HR respons

Alternatives in Testing & QA

  • Arbiter — You are a specialized validation agent 3.6k ★
  • Senior Code Reviewer — Fullstack code reviewer with 15+ years experience analyzing security vulnerabilities, performance bottlenecks 1.2k ★
  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★

Full documentation available on GitHub

View Source Repository