test-valid-skill

Validate Skill unit frontmatter and Markdown body for end-to-end testing.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/Activer007/skills-manager --skill test-valid-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-valid-skill
Source: https://github.com/Activer007/skills-manager/tree/main/e2e/fixtures/test-skills/valid-skill
Command: npx skills add https://github.com/Activer007/skills-manager --skill test-valid-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a lightweight, verifiable, and reusable test fixture for end-to-end testing of the Skill Manager, ensuring consistent behavior across environments.

Core Features & Use Cases

  • Self-contained: A minimal skill unit with a clear frontmatter and body, ideal for integration tests of the Skill loading workflow.
  • Validation helper: Verifies discovery, frontmatter parsing, and rendering of skill details in the UI.
  • Use Case: Run e2e tests that import the skill and confirm the activation flow, metadata extraction, and basic execution without errors.

Quick Start

Import this skill into the Skill Manager and run the e2e test suite to validate loading, rendering, and basic usage.

Frequently Asked Questions about test-valid-skill

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

FAQPage Schema
How do I validate Skills during e2e testing in the Skill Manager?

To validate Skills during e2e testing, import a test fixture into the Skill Manager to verify frontmatter parsing, check for required name and description fields, and confirm the Markdown body loads correctly into context without errors.

What is the best way to test Markdown frontmatter parsing for a Skill unit?

Testing Markdown frontmatter parsing requires a self-contained Skill unit to verify that YAML metadata like name, description, optional dependencies, and component listings are correctly extracted and rendered during the e2e test suite execution.

Can I use a minimal test fixture to verify Skill discovery and UI rendering?

Yes, a minimal test fixture can verify Skill discovery and UI rendering by applying it to test scenarios that import the Skill into the Skill Manager and confirm the activation flow, metadata extraction, and basic execution.

Do I need specific dependencies to run end-to-end tests for Skill validation?

No specific dependencies are required to run end-to-end tests for Skill validation. The test fixture is self-contained and applies to test scenarios that confirm safe default categorization and functional requirements without external modules.

Why does my Skill validation test fail when checking YAML frontmatter?

Skill validation tests fail when checking YAML frontmatter if required fields like name and description are missing. The validation process confirms these mandatory metadata entries, along with optional dependencies and component listings, are present.

When do I need to verify safe default categorization in e2e testing?

You need to verify safe default categorization in e2e testing when importing a Skill unit into the Skill Manager, ensuring that if explicit categories are missing, the system applies a safe default without breaking the loading workflow.