CI Test AGENTS.md Skill

Validate AGENTS.md skill installation to .openskills/<name>/SKILL.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical need for reliable CI/CD testing of PRPM skill installations, ensuring that skills deploy correctly to the designated .openskills directory structure.

Core Features & Use Cases

  • Installation Validation: Automatically verifies that skills install correctly to the proper directory structure.
  • Integration Testing: Provides robust testing capabilities for PRPM integration workflows.
  • Use Case: When developing new skills for PRPM, use this Skill to automatically test that your skill installs correctly to .openskills/<name>/SKILL.md before deployment.

Quick Start

Use the CI Test AGENTS.md Skill to validate that the current skill installs correctly to the .openskills directory.

Frequently Asked Questions about CI Test AGENTS.md Skill

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

FAQPage Schema
How do I validate that a skill installs correctly to the .openskills directory?

Installation validation confirms your skill deploys to the correct `.openskills/<name>/SKILL.md` path with proper naming and formatting. This Skill automatically tests that the installation process creates the file at the exact location required by PRPM, detecting any path or naming errors before deployment.

What does CI/CD testing for skill installation involve?

CI/CD testing for skill installation verifies that AGENTS.md skills deploy correctly through automated checks. This Skill integrates into your CI pipeline to confirm skills reach the designated directory structure, validate file placement, and ensure the SKILL.md file meets formatting requirements.

When should I use automated testing for PRPM skill deployments?

Use automated testing when developing new skills for PRPM to catch installation errors early. This Skill runs in your CI/CD workflow before production deployment, preventing broken skill installations from reaching end users and ensuring consistent directory structure compliance.

Can I test skill installation without manual file verification?

Yes. This Skill automates installation validation by detecting whether SKILL.md files exist at the correct path and pass formatting checks. Your CI test harness runs these validations automatically, eliminating manual directory inspection and reducing deployment risk.

What happens if a skill fails the installation validation?

When installation validation fails, the CI test harness detects that SKILL.md is missing, misplaced, or malformed at `.openskills/<name>/SKILL.md`. The test reports the failure so you can fix naming, path, or formatting issues before the skill reaches production.

How does this integrate with PRPM skill development workflows?

This Skill fits into PRPM integration testing by validating the complete installation pipeline during development. It verifies each skill deploys to the correct directory structure as part of your automated testing, ensuring consistent quality across all PRPM skills before release.