ci-test-codex-skill

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

Verify Codex skill installation via PRPM integration testing.

  • Validates correct installation of Codex skills into the openskills directory.
  • Depends on OpenAI Codex CLI for execution and testing operations.
  • Executes checks to confirm SKILL.md files are properly generated.
  • Reports test outcomes to confirm successful integration with PRPM.
SKILL.md
.github/skills/ci-test-codex-skillView on GitHub ↗
---
name: ci-test-codex-skill
description: CI Test Codex Skill
---

# CI Test Codex Skill

This is a test skill for PRPM integration testing.

## Purpose

Test that Codex skills install correctly to `.openskills/<name>/SKILL.md`.

## Instructions

Follow these guidelines for testing with OpenAI Codex CLI.
More from pr-pm/prpm