ci-test-droid-skill

Validate Droid Skill packaging metadata and deployment prerequisites in CI/CD pipelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the critical testing gap in CI/CD pipelines by verifying that Factory Droid skills install correctly to the proper directory structure.

Core Features & Use Cases

  • Installation Validation: Automatically tests that skills deploy to .factory/skills/<name>/SKILL.md correctly.
  • Integration Testing: Ensures seamless integration between PRPM and Factory Droid skill systems.
  • Use Case: When deploying new Droid skills in your CI pipeline, use this Skill to automatically verify that the installation process completes successfully before proceeding to production.

Quick Start

Use the ci-test-droid-skill to validate that Factory Droid skills are installing correctly in your CI environment.

Frequently Asked Questions about ci-test-droid-skill

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

FAQPage Schema
How do I validate Droid skill installation in my CI/CD pipeline?▼

Validate Droid skill installation by running automated tests that verify the skill deploys to `.factory/skills/<name>/SKILL.md`, check packaging metadata integrity, and confirm proper directory structure. This ensures seamless integration between PRPM and Factory Droid systems before production deployment.

What does Droid skill packaging validation check for?▼

Packaging validation verifies the presence of correct SKILL.md files, proper directory structure under `.factory/skills/<name>/`, and accurate manifest fields. These checks enable automated installation tests and reproducible integration verification in CI environments.

Can I automate testing that Factory Droid skills install to the correct directory?▼

Yes. Automated installation validation tests confirm skills deploy to the correct `.factory/skills/<name>/SKILL.md` location and verify environment provisioning prerequisites are met, allowing you to catch deployment issues before production.

What prerequisites must be in place before testing Droid skill installation?▼

Ensure your CI environment has the Factory Droid system configured, PRPM discovery mechanisms ready, and skill packages structured under `.factory/skills/<name>/`. The validation process then verifies these prerequisites and confirms successful installation.

Why should I validate skill installation in CI instead of production?▼

Validating installation in CI catches packaging errors, directory structure issues, and manifest field problems early, preventing failed deployments and integration gaps between PRPM and Factory Droid systems from reaching production.