skill-extraction

Extract structured, categorized skills from CV text.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extract structured, categorized skills from CV text to enable transparent, auditable skill analyses.

Core Features & Use Cases

  • Rule-based extraction: Produces deterministic skill lists with consistent categories.
  • Categorization: Maps skills to stable categories for reliable reporting.
  • Use Case: When skill lists, synonyms, or categories are updated, or extraction output formats change; ensure outputs remain explainable and reproducible.

Quick Start

Parse a CV text and return a structured, categorized skill list.

Frequently Asked Questions about skill-extraction

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

FAQPage Schema
How do I extract skills from CV text using rule-based extraction?

To extract skills from CV text, you use rule-based extraction to produce deterministic skill lists with consistent categories. This approach ensures outputs remain explainable and reproducible for transparent skill analyses.

How does skill categorization work for CV analysis?

Skill categorization maps extracted skills to stable categories for reliable reporting. This deterministic mapping ensures consistent category output across different CV texts for auditable skill analyses.

When do I need to update skill extraction logic for CV parsing?

You need to update skill extraction logic when skill lists, synonyms, or categories require updating, or when extraction output formats change. This involves modifying the core extractor and running unit tests to ensure consistent category output.

Does rule-based skill extraction guarantee consistent category output?

Yes, rule-based skill extraction guarantees consistent category output by producing deterministic skill lists. This ensures that structured skills extracted from CV text remain explainable and reproducible.

What is the best way to maintain synonym lists for CV skill categorization?

The best way to maintain synonym lists for CV skill categorization is to update the rule-based extraction logic directly. Running unit tests after updates ensures that the structured, categorized skill outputs remain stable and accurate.