audit

Audit init, job-scan, and tailor-resume pipelines with sample data.

5|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/shindo107/job-coach-and-scout --skill audit-shindo107
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/shindo107/job-coach-and-scout/tree/main/.claude/skills/audit
Command: npx skills add https://github.com/shindo107/job-coach-and-scout --skill audit-shindo107

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured diagnostic workflow to verify that the essential job-search pipelines (init -> job-scan -> tailor-resume) execute correctly using sample data, reducing deployment risk and surfacing integration issues early.

Core Features & Use Cases

  • End-to-end validation: Runs a complete audit of core workflows with sample data to ensure components integrate correctly.
  • Transparent reporting: Generates a clear results readout and guides cleanup of temporary artifacts.
  • Replicable testing: Enables repeatable tests of the pipeline whenever changes are introduced.

Quick Start

Run the audit workflow as documented to load sample data, execute the pipeline, and observe outputs for verification.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I validate end-to-end job workflow pipelines using sample data?

To validate end-to-end job workflow pipelines, you run an audit workflow that loads sample data to test the init, job-scan, and tailor-resume sequence. This verifies parsing, execution, and reporting to ensure components integrate correctly.

What is workflow testing for job-search pipelines and when do I need it?

Workflow testing for job-search pipelines is a diagnostic process that verifies the integrity of the init, job-scan, and tailor-resume sequence. You need it to reduce deployment risk and surface integration issues early before executing with real data.

How do I run a structured diagnostic report to test resume tailoring execution?

You run a structured diagnostic report by executing the audit workflow against sample data, which tests parsing, execution, and reporting across the pipeline. This ensures deterministic steps and error handling while generating a clear results readout.

Can I use this audit workflow for repeatable testing after pipeline changes?

Yes, you can use this audit workflow for repeatable testing whenever changes are introduced to the job-search pipeline. It enables replicable tests by running a complete audit with sample data and guiding the cleanup of temporary artifacts.

What are the limitations of using sample data for core workflow validation?

Using sample data for core workflow validation is limited to testing parsing, execution, and reporting with predetermined inputs. It ensures deterministic steps and error handling but does not account for variables encountered with real job-scan data.