test-skill

Validate USK configuration metadata and build hooks with fixture-based tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JiangDing1990/universal-skill-kit --skill test-skill-jiangding1990
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-skill
Source: https://github.com/JiangDing1990/universal-skill-kit/tree/main/packages/builder/__tests__/fixtures/test-config/src
Command: npx skills add https://github.com/JiangDing1990/universal-skill-kit --skill test-skill-jiangding1990

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A minimal skill used to verify the configuration pipeline of USK, ensuring metadata and build hooks load correctly.

Core Features & Use Cases

  • Basic config validation
  • Simple usage demonstration

Quick Start

  • Validate config: usk validate
  • Build: usk build

Frequently Asked Questions about test-skill

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

FAQPage Schema
How do I validate USK configuration in CI/CD workflows?▼

Configuration validation in CI/CD runs fixture-based unit tests against metadata and build hooks. Use `usk validate` to verify YAML front matter, test-config sources, and metadata load correctly before deployment.

What does test-config fixture validation cover?▼

Test-config fixture validation checks metadata structure, YAML front matter formatting with name and version fields, and compatibility with the builder test harness to ensure configuration pipeline integrity.

Can I use this for QA workflow integration?▼

Yes, this Skill applies to QA workflows for USK Phase 2 validation. It runs unit tests against test-config sources and verifies metadata, supporting fixture-based testing in QA pipelines.

How do I build and test configuration with USK?▼

Build configuration using `usk build` after validation. The Skill combines YAML front matter verification, test-config fixtures, and standard SKILL.md formatting to test the complete configuration pipeline.

What's required before running configuration validation?▼

Configuration validation requires properly formatted YAML front matter with name, version, and description fields, valid test-config fixture structure, and standard SKILL.md formatting compatible with the builder test harness.