gxpm-eval

Validates gxpm skill documentation across nine dimensions including frontmatter, triggers, descriptions, and references.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/laozhong86/gxpm --skill gxpm-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gxpm-eval
Source: https://github.com/laozhong86/gxpm/tree/main/skills/gxpm-eval
Command: npx skills add https://github.com/laozhong86/gxpm --skill gxpm-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool validates skill documentation governance by applying a static analysis harness to ensure frontmatter completeness, trigger sections, descriptive quality, and reference presence.

Core Features & Use Cases

  • Checks across nine dimensions including frontmatter, name, description, triggers, length, and references.
  • Applies to new or modified skills during self-review or CI checks.
  • Enforces type-specific structures for discipline, pattern, and reference skills.

Quick Start

Run gxpm-eval run to evaluate all skills and generate a governance compliance report.

Frequently Asked Questions about gxpm-eval

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

FAQPage Schema
How do I validate skill documentation quality in CI checks?

Static analysis validates skill documentation quality by checking frontmatter, triggers, descriptions, and references during CI checks. The harness enforces required sections and type-specific structures to ensure reliable governance scoring across new or modified skills.

What is static analysis for skill governance and how does it work?

Static analysis for skill governance validates documentation completeness across nine dimensions including frontmatter, name, description, triggers, length, and references. It parses YAML frontmatter to enforce type-specific structures for discipline, pattern, and reference skills.

Does skill evaluation require YAML frontmatter?

Skill evaluation requires YAML frontmatter containing name and description fields. The static analysis harness validates this frontmatter alongside triggers, length, and references to enforce governance compliance across gxpm skills.

How do I audit triggers and references for modified skills?

Triggers and references for modified skills are audited by running a static analysis harness that validates required sections and enforces type-specific structures. This applies during self-review or CI checks to maintain documentation governance across the skill repository.

What's the best way to generate a governance compliance report for gxpm skills?

The best way to generate a governance compliance report is running the evaluation command to statically analyze all skills. This validates frontmatter, triggers, descriptions, and references, producing a comprehensive compliance report for new or modified skills.

What documentation sections are required for reliable CI scoring?

Reliable CI scoring requires documentation to contain frontmatter, name, description, triggers, length validation, and references. The static analysis harness enforces these required sections alongside type-specific structures for discipline, pattern, and reference skills.