ci-test-claude-skill

Verify Claude skill installation paths, directory structure, and frontmatter parsing in CI pipelines.

121|16|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/pr-pm/prpm --skill ci-test-claude-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-test-claude-skill
Source: https://github.com/pr-pm/prpm/tree/main/packages/cli/test-fixtures/integration/batch-2-agents/files/claude-skill
Command: npx skills add https://github.com/pr-pm/prpm --skill ci-test-claude-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates uncertainty around Claude skill installation and configuration by providing reliable validation testing.

Core Features & Use Cases

  • Installation Verification: Confirms that skills are properly installed in the correct directory structure.
  • Frontmatter Validation: Ensures YAML metadata is parsed correctly for proper skill discovery.
  • Use Case: When deploying new Claude skills or troubleshooting existing installations, use this skill to verify everything is configured correctly before proceeding with actual usage.

Quick Start

Use the ci-test-claude-skill to verify the installation status of your current Claude skill setup.

Frequently Asked Questions about ci-test-claude-skill

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

FAQPage Schema
How do I validate Claude skill installation in CI pipelines?

Skill installation validation confirms SKILL.md exists in .claude/skills/<name>/, verifies directory structure, and parses frontmatter metadata. Run this Skill in CI to catch configuration errors before skill deployment.

What does Claude skill frontmatter validation check?

Frontmatter validation ensures YAML metadata in SKILL.md parses correctly for proper skill discovery and configuration. This confirms your skill metadata is formatted correctly and readable by Claude systems.

Can I use this Skill to troubleshoot skill installation problems?

Yes. When skills fail to load or aren't discovered, this Skill verifies correct installation paths, directory layout, and frontmatter parsing to isolate configuration issues before debugging application logic.

When should I run Claude skill installation verification in my workflow?

Run installation verification during CI/CD pipelines after deploying new skills or when troubleshooting existing installations. This catches setup errors early, before skills reach production or integration testing.

What's the difference between installation verification and integration testing?

Installation verification confirms SKILL.md presence, directory structure, and metadata parsing. Integration testing validates skill functionality within Claude workflows; verification is the prerequisite gate that ensures proper setup first.