ci-test-codex-skill

Validates Codex skill installation and SKIP/PRPM metadata integrity in CI environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that Codex skills install correctly into the .openskills/<name>/SKILL.md directory structure, preventing integration failures in development workflows.

Core Features & Use Cases

  • Installation Validation: Tests the complete installation path for Codex skills to verify proper setup.
  • Integration Testing: Confirms that skills are correctly placed and accessible in the designated directory structure.
  • Use Case: When developing new Codex skills or updating existing ones, use this Skill to verify they install to the correct .openskills directory location before deployment.

Quick Start

Use the ci-test-codex-skill to validate that your Codex skill installs correctly to the .openskills directory.

Frequently Asked Questions about ci-test-codex-skill

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

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

Validate Codex skill installation by running this Skill to verify the complete installation path and confirm the skill deploys to `.openskills/<name>/SKILL.md` with correct YAML front matter and metadata structure intact.

What does skill installation validation check for in CI/CD workflows?

Installation validation confirms that SKILL.md files exist in the correct `.openskills` directory structure, verify required YAML front matter is present, and ensure metadata consistency across deployments—critical for CI environments and PRPM integration workflows.

Can I use this to test skills before deploying them to production?

Yes. Run this Skill in your development workflow to validate installation paths and SKILL.md integrity before deployment, catching integration failures early and preventing misconfigurations in production PRPM environments.

What's the difference between testing skill installation and testing skill functionality?

Installation validation tests whether a skill deploys to the correct directory structure with proper metadata and YAML formatting. Functional testing validates what the skill actually does—this Skill focuses on deployment correctness and structural integrity.

Do I need specific prerequisites to run Codex skill installation validation?

You need a Codex CLI environment and skills installed under the `.openskills` directory structure. The Skill validates the presence of SKILL.md files and required YAML front matter without external dependencies.

Why does SKILL.md integrity matter for Codex skill integration?

SKILL.md files define skill metadata and structure required for Codex CLI compatibility. Validation ensures consistent formatting and required YAML fields are present, preventing integration failures when skills are deployed across development and production workflows.