skill-test

Inspect and report structural and behavioral issues in .Codex/skills.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/CarlosQ96/robot-crawler --skill skill-test-carlosq96
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/CarlosQ96/robot-crawler/tree/main/.agents/skills/skill-test
Command: npx skills add https://github.com/CarlosQ96/robot-crawler --skill skill-test-carlosq96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates skill files for structural compliance and behavioral correctness across the skill library.

Core Features & Use Cases

  • Static linting with 7 structural checks per skill.
  • Behavioral verification via test specs.
  • Category rubric matching and audit coverage.
  • No external dependencies; runs inside the existing skill framework.

Quick Start

Run '/skill-test static all' to validate all skills quickly.

Frequently Asked Questions about skill-test

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

FAQPage Schema
How do I validate skill files for structural compliance and behavioral correctness?▼

To validate skill files for structural compliance and behavioral correctness, run static linting with 7 structural checks, behavioral verification via test specs, and category rubric matching across the skill library.

What is the best way to lint skill units stored under .Codex/skills?▼

The best way to lint skill units stored under .Codex/skills is running static mode, which executes 7 structural checks per skill to identify and report on structural issues quickly.

How do I run behavioral validation and rubric checks for skill testing?▼

To run behavioral validation and rubric checks for skill testing, use spec and category modes to verify behavioral correctness via test specs and match category rubrics for audit coverage.

Do I need external dependencies to audit skill coverage and behavioral specs?▼

No, you do not need external dependencies to audit skill coverage and behavioral specs. The skill testing framework operates entirely within the existing skill framework with zero external dependencies.

Can I validate all skills quickly with a single command?▼

Yes, you can validate all skills quickly by running '/skill-test static all', which executes static linting across the entire skill library to identify and report structural issues.