Test Skill

Validate skill frontmatter and end-to-end loading from disk.

4|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/warsgb/aisa --skill test-skill-warsgb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Test Skill
Source: https://github.com/warsgb/aisa/tree/main/skills/test-skill
Command: npx skills add https://github.com/warsgb/aisa --skill test-skill-warsgb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps verify that skills are correctly discovered, loaded from the filesystem, and parsed from their frontmatter, preventing misconfigurations in the Skill Center.

Core Features & Use Cases

  • Validates frontmatter presence (name and description) and correct YAML parsing.
  • Confirms end-to-end loading from disk to database during activation.
  • Serves as a lightweight testbed for loading workflows and error handling in production environments.

Quick Start

Select Test Skill in the Skill Center and input any text to verify the system loads and responds.

Frequently Asked Questions about Test Skill

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

FAQPage Schema
How do I verify that skill frontmatter is parsed correctly from disk?

You can verify skill frontmatter parsing by running a validation workflow that checks for required name and description fields and confirms correct YAML syntax during the loading process.

What is the best way to test end-to-end skill loading workflows?

Testing end-to-end skill loading workflows involves validating the complete discovery, loading, and persistence cycle from disk to database. This confirms that skills are correctly activated and errors are handled in production environments.

Why does my skill loading system fail to discover skills from the filesystem?

Skill loading systems fail to discover skills from the filesystem when frontmatter is missing required fields or contains invalid YAML syntax. Validating frontmatter presence and parsing accuracy resolves these discovery and activation failures.

Can I use this to validate frontmatter presence for skill activation?

Yes, you can use this to validate frontmatter presence by checking that mandatory name and description fields exist before activation. This ensures the skill loading system correctly discovers and persists the skill data.

Do I need any dependencies to test skill discovery and loading errors?

No dependencies are required to test skill discovery and loading errors. This lightweight testbed operates independently to validate frontmatter presence, YAML parsing, and end-to-end loading workflows.