test-skill

Validate YAML frontmatter parsing and workflow scaffolding with a self-contained test skill.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Obsidian-Owl/agentlint --skill test-skill-obsidian-owl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill
Source: https://github.com/Obsidian-Owl/agentlint/tree/main/tests/fixtures/configs/valid/skill
Command: npx skills add https://github.com/Obsidian-Owl/agentlint --skill test-skill-obsidian-owl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a minimal, self-contained test harness to validate skill parsing and basic workflow scaffolding, ensuring frontmatter and body are loaded correctly.

Core Features & Use Cases

  • Lightweight YAML frontmatter-backed identity for the skill with a simple description.
  • Self-contained test harness that exercises loading, parsing, and basic invocation paths.
  • Use Case: during development, run this skill to verify the parser and integration into a larger QA workflow.

Quick Start

Invoke the test harness with a sample input to confirm frontmatter loading, body extraction, and reference linkage by examining the SKILL.md and the accompanying scripts and references.

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 parsing in an isolated environment?

You can validate YAML frontmatter parsing using a self-contained test harness that exercises loading and parsing paths. It confirms frontmatter loading and body extraction by examining the SKILL.md with accompanying scripts and references.

What is a minimal test harness for verifying skill parser workflow scaffolding?

A minimal test harness for skill parser validation provides a lightweight YAML frontmatter-backed identity with a simple description. It verifies frontmatter loading, body extraction, and reference linkage without requiring external dependencies.

Do I need external dependencies to run a self-contained test skill for parser validation?

No external dependencies are required beyond standard tooling. The parser validation runs as a self-contained test skill using a scripts and references directory structure for isolated development workflows.

How do I test description retention and basic invocation paths during skill development?

Test description retention and invocation paths by invoking the test harness with a sample input. This confirms frontmatter loading, body extraction, and reference linkage by examining the SKILL.md file and its accompanying directories.

Can I use a lightweight test skill to verify documentation linkage in a larger QA workflow?

Yes, you can integrate this lightweight test skill into a larger QA workflow. It satisfies parsing, invocation, and documentation linkage verification using a scripts and references directory with no external dependencies.

When should I use a minimal test harness for skill parsing over other validation approaches?

Use a minimal test harness during development to verify the parser and integration into larger workflows. It is best suited for isolated environments where you need to confirm frontmatter loading and body extraction without external dependencies.