test-skill

Validate Skill discovery and activation workflows with minimal test units.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pqem/agent-automatizado --skill test-skill-pqem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill
Source: https://github.com/pqem/agent-automatizado/tree/main/tests/fixtures/skills/test-skill
Command: npx skills add https://github.com/pqem/agent-automatizado --skill test-skill-pqem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Minimal Skill units are required to validate discovery and activation processes during development and testing.

Core Features & Use Cases

  • Deterministic frontmatter validation
  • Lightweight test harness for activation
  • Reusable in CI for regression tests

Quick Start

Run the test-skill in a controlled environment to validate the unit testing workflow.

Frequently Asked Questions about test-skill

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

FAQPage Schema
How do I validate YAML frontmatter for skill units?

You can validate YAML frontmatter deterministically by running a minimal test unit to ensure the skill registry correctly discovers and activates the skill in isolation. This verifies that frontmatter fields are correctly populated and reported.

What is a minimal skill unit used for in QA testing?

A minimal skill unit is used to validate the skill discovery and activation workflow during development. It acts as a lightweight test harness to ensure dependencies, components, and safety checks are correctly populated and reported.

How do I run unit tests for skill activation in a CI pipeline?

You can run unit tests for skill activation in CI by executing the test-skill in a controlled environment. This reusable regression test validates the discovery workflow and ensures the skill registry activates the unit correctly.

Can I use a test harness to check skill registry isolation?

Yes, you can use a lightweight test harness to check skill registry isolation. It validates the activation workflow by ensuring the unit is discovered and activated correctly in isolation without external dependencies.

Why does my skill discovery workflow fail safety checks?

Skill discovery fails safety checks when dependencies, components, or frontmatter fields are not correctly populated. Running a minimal test unit validates these safety checks and reports discrepancies in the activation workflow.

Do I need dependencies to test skill activation workflows?

No, you do not need dependencies to test skill activation workflows. The test-skill operates with empty dependencies and components, enforcing that the unit is discovered and activated in complete isolation.