generic-test-evaluation

Run the Core-Pipeline with generic test inputs and create a dated test report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gw-ai-security/ats-cv-scorer --skill generic-test-evaluation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generic-test-evaluation
Source: https://github.com/gw-ai-security/ats-cv-scorer/tree/main/.codex/skills/generic-test-evaluation
Command: npx skills add https://github.com/gw-ai-security/ats-cv-scorer --skill generic-test-evaluation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams document and reproduce application testing by recording how generic test files validate the app and why a match score is reached.

Core Features & Use Cases

  • Deterministic test execution using generic test files to reproduce results.
  • Detailed validation of identified sections, missing ATS fields, and JD/skill field mappings.
  • Supports creating a structured test report that captures evidence and rationale.

Quick Start

Run the generic test validation workflow on your app with the generic test files to produce a reproducible test report.

Frequently Asked Questions about generic-test-evaluation

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

FAQPage Schema
How do I validate app tests with deterministic inputs?

To validate app tests with deterministic inputs, you run the Core-Pipeline using generic test files for the CV and JD, which reproduces results and generates a dated test report documenting the validation evidence.

What is the best way to document why a match score was reached during testing?

Documenting why a match score was reached involves running the Core-Pipeline with generic test inputs and creating a structured test report under docs/04_evaluation/ to capture the match score breakdown and validation rationale.

How do I generate a test report for missing ATS fields and JD field mappings?

Generating a test report for missing ATS fields and JD field mappings requires executing the Core-Pipeline with generic test files to derive identified sections and create a dated report under docs/04_evaluation/.

Can I use generic test files to reproduce application testing results?

Yes, you can use generic test files to reproduce application testing results by running them through the Core-Pipeline, which deterministically derives the match score breakdown and missing ATS fields for structured documentation.

Does the generic test evaluation pipeline require external dependencies to run?

No, the generic test evaluation pipeline does not require external dependencies, allowing you to directly execute the Core-Pipeline with generic CV and JD inputs to produce a structured test report.