matching-baseline

Run deterministic rule-based CV-to-JD matching with per-criterion breakdowns.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Liefert nachvollziehbares, deterministisches Matching zwischen CV und JD.

Core Features & Use Cases

  • Regelbasierte Matching-Ergebnisse mit Explainability.
  • Anpassung der Scoring-Logik, Gewichtungen oder Ausgaben.

Quick Start

Run the baseline matcher to produce deterministic, explainable CV/JD match results and per-criterion breakdown.

Frequently Asked Questions about matching-baseline

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

FAQPage Schema
How do I perform deterministic CV to JD matching with explainable scoring?

Deterministic CV-to-JD matching provides rule-based scoring with full explainability across criteria. It generates per-criterion breakdowns so you can transparently trace how resume and job description match outputs are calculated.

What is rule-based resume matching and when do I need per-criterion breakdowns?

Rule-based resume matching applies explicit scoring logic and weightings instead of black-box algorithms. You need per-criterion breakdowns when matching outputs require transparency, auditability, or integration with existing tests and code references.

How do I customize scoring logic and weightings for CV and job description matching?

You can customize scoring logic and weightings for CV and job description matching by adjusting the rule-based parameters. This allows you to tune match outputs and per-criterion evaluations to fit specific transparency requirements.

Does explainable CV/JD matching work with existing tests and code references?

Explainable CV/JD matching integrates with existing tests and code references. The deterministic rule-based approach ensures that scoring logic and match outputs remain consistent and verifiable within your current testing and development environment.

Why use deterministic matching instead of other data and analytics tools for resume screening?

Use deterministic matching for resume screening when you require explainable, transparent results rather than probabilistic outputs. Rule-based scoring ensures that every match decision between a CV and JD is traceable and auditable across criteria.

What are the limitations of rule-based matching for CV and JD evaluation?

Rule-based matching for CV and JD evaluation relies on predefined scoring logic and weightings, meaning it cannot infer semantic context or hidden patterns like machine learning models. It is strictly deterministic and requires manual adjustment of rules.