test-skill

Validate SKILL.md presence and YAML frontmatter in fixture projects.

8|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/toejough/engram --skill test-skill-toejough
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-skill
Source: https://github.com/toejough/engram/tree/main/internal/externalsources/testdata/fixture-project/.claude/skills/test-skill
Command: npx skills add https://github.com/toejough/engram --skill test-skill-toejough

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This integration test skill provides a minimal, self-contained example to validate the Engram skill discovery and activation workflow. It ensures that a Skill Unit is properly recognized when a SKILL.md file is present at the root and contains the required YAML frontmatter.

Core Features & Use Cases

  • Validates root SKILL.md presence and frontmatter structure.
  • Serves as a fixture for tooling that discovers and loads skills.
  • Helps verify metadata extraction and activation hooks in the integration pipeline.

Quick Start

Run the test-skill in Claude Code to verify the integration test setup.

Frequently Asked Questions about test-skill

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

FAQPage Schema
How do I automate integration testing for Claude Code skill loading?▼

Automate integration testing for Claude Code by applying a skill that validates root SKILL.md presence, checks YAML frontmatter structure, and verifies metadata extraction and activation flows in fixture projects.

What is required in YAML frontmatter for skill validation?▼

Skill validation requires a root SKILL.md file containing valid YAML frontmatter with a name and description, plus a minimal body for testing skill loading and activation hooks.

How does integration testing verify skill discovery and activation workflows?▼

Integration testing verifies skill discovery by serving as a fixture for tooling that checks if a Skill Unit is properly recognized when a SKILL.md file is present and contains required frontmatter.

Can I use this integration test skill to validate metadata extraction?▼

Yes, this integration test skill helps verify metadata extraction and activation hooks in the integration pipeline by enforcing SKILL.md presence and valid frontmatter structure.

What are the limitations of using a minimal skill for integration testing?▼

This minimal integration test skill supports only basic validation of skill loading and YAML frontmatter structure, and is designed for fixture projects rather than complex testing scenarios.