skill-test

Validate skill definitions across static, spec, category, and audit modes.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill skill-test-negentropy-laby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/skill-test
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill skill-test-negentropy-laby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates skill files for structural compliance and behavioral correctness within the agent-development framework, ensuring consistent quality across all skills.

Core Features & Use Cases

  • Static mode linting validates SKILL.md frontmatter and phase structure for all skills.
  • Spec mode evaluates behavioral assertions against test specs to verify correct guidance.
  • Category mode applies rubric checks to ensure skills align with their assigned category.
  • Audit mode compiles coverage reports for skills and agents and highlights gaps for remediation.

Quick Start

Run a quick check with /skill-test static all to lint all skills and view the results.

Frequently Asked Questions about skill-test

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

FAQPage Schema
How do I validate agent skill files for structural compliance?

You can validate skill files for structural compliance by running static mode linting to check SKILL.md frontmatter and phase structure, generating structural reports for all skills in the .agents/skills directory.

How does spec mode verify behavioral assertions for agent skills?

Spec mode verifies behavioral correctness by evaluating behavioral assertions against test specs, ensuring your skill definitions provide correct guidance within the agent framework.

Can I generate coverage reports to audit skill and agent gaps?

Yes, audit mode compiles coverage reports for skills and agents, highlighting gaps for remediation and providing coverage indices suitable for review and archiving.

What is the best way to ensure agent skills align with their assigned category?

Category mode applies rubric checks to ensure skills align with their assigned category, generating rubric judgments that verify correct categorization across the framework.

Does skill validation write results to memory banks after approval?

Yes, skill validation provides outputs suitable for review and, upon approval, writes results to memory_bank archives and updates coverage indexes for the agent framework.