Test Skill

Validate Q CLI skill loading and SKILL.md frontmatter parsing.

2|1|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/shsrams/kiro-cli-bootstrap --skill test-skill-shsrams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Test Skill
Source: https://github.com/shsrams/kiro-cli-bootstrap/tree/main/skills/test-skill
Command: npx skills add https://github.com/shsrams/kiro-cli-bootstrap --skill test-skill-shsrams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate the Q CLI skills loading and frontmatter parsing.

Core Features & Use Cases

  • Self-check of skill loading: ensures the system loads and parses SKILL.md frontmatter correctly.
  • Frontmatter validation: confirms required fields are present and valid.
  • Bootstrap process verification: checks that the skill activation workflow completes without errors.

Quick Start

Run the Test Skill to verify that the skills loading, frontmatter parsing, and bootstrap workflow execute without errors.

Frequently Asked Questions about Test Skill

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

FAQPage Schema
How do I validate Q CLI skills loading and frontmatter parsing?

To validate Q CLI skills loading, run a test skill to verify the system correctly loads and parses SKILL.md frontmatter. This confirms the bootstrap workflow executes without errors and required fields are present.

What is the Q CLI skills bootstrap process verification?

The Q CLI skills bootstrap verification checks that the skill activation workflow completes without errors. It ensures the system loads the SKILL.md file, parses its frontmatter, and confirms required fields are valid.

What frontmatter is required for a Q CLI SKILL.md file?

A Q CLI SKILL.md file requires a name and description in its frontmatter. The file must also contain a valid Markdown body and safe, non-destructive content to pass the frontmatter validation checks.

How do I check if my new skills are added correctly before bootstrap?

To check if new skills are added correctly before bootstrap, run a validation test. This verifies the Q CLI correctly loads the SKILL.md file, parses the frontmatter, and ensures the skill activation workflow completes without errors.

Does Q CLI skill validation check for safe and non-destructive content?

Yes, Q CLI skill validation checks for safe, non-destructive content. The verification process ensures the SKILL.md file has a valid Markdown body and confirms required frontmatter fields are present before the bootstrap completes.