ci-test-claude-skill

$npx mdskill add pr-pm/prpm/ci-test-claude-skill

Verify Claude skill installation and directory structure.

  • Validates that the skill file exists at the correct path.
  • Checks directory structure and frontmatter parsing accuracy.
  • Ensures PRPM integration testing runs without errors.
  • Confirms successful deployment to the .claude/skills folder.
SKILL.md
.github/skills/ci-test-claude-skillView on GitHub ↗
---
name: ci-test-claude-skill
description: CI Test Claude Skill
---

# CI Test Claude Skill

This is a test skill for PRPM integration testing.

## Purpose

Test that Claude skills install correctly to `.claude/skills/<name>/SKILL.md`.

## Usage

Invoke this skill when you need to test Claude skill installation.

## Instructions

1. Verify the skill file exists
2. Check the directory structure
3. Confirm frontmatter is parsed correctly
More from pr-pm/prpm