test-skill

Validate the skill compiler with a minimal test skill for end-to-end workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Validate the skill compiler by providing a minimal, self-contained test skill that acts as a sandbox for end-to-end validation of the skill pipeline.

Core Features & Use Cases

  • Lightweight, self-contained skill that exercises YAML frontmatter, phase loading, and artifact generation.
  • Serves as a reliable testbed for CI, local development, and integration tests of the compiler workflow.
  • Use Case: Validate that a new skill compiles to all supported targets and that endpoints and artifacts are correctly produced.

Quick Start

Run the compiler on this skill and review the generated artifacts to verify end-to-end deployment.

Frequently Asked Questions about test-skill

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

FAQPage Schema
How do I validate a skill compiler during local development?

Validate a skill compiler by running it against a minimal, self-contained test skill that exercises YAML frontmatter, phase loading, and artifact generation to verify the end-to-end workflow.

What does end-to-end skill compiler validation check for?

End-to-end skill compiler validation checks that phase lazy loading works correctly and that artifacts for MCP, openai-action, and skill references are properly produced.

Can I use a minimal test skill in CI to verify artifact generation?

Yes, a minimal test skill serves as a reliable testbed in CI to verify that artifact generation and API endpoints are correctly produced across all supported targets.

Do I need YAML frontmatter to validate artifact generation?

Yes, the test skill enforces YAML frontmatter with name and description fields to successfully validate artifact generation for MCP, openai-action, and skill references.

What's the best way to test a compiler workflow without external dependencies?

Use a lightweight, self-contained test skill that acts as a sandbox to exercise the compiler workflow and validate artifact generation without requiring external dependencies.