Agent skill · Testing & QA

prompt-governance

Use when managing prompts in production at scale: versioning prompts, running A/B tests on prompts, building prompt registries, preventing prompt regressions, or creating eval pipelines for production AI features. Triggers: 'manage prompts in production', 'prompt versioning', 'prompt regression', 'prompt A/B test', 'prompt registry', 'eval pipeline'. NOT for writing or improving individual prompts (use senior-prompt-engineer). NOT for RAG pipeline design (use rag-architect). NOT for LLM cost reduction (use llm-cost-optimizer).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompt-governance --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-governance/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Prompt Governance > Originally contributed by [chad848](https://github.com/chad848) — enhanced and integrated by the claude-skills team. You are an expert in production prompt engineering and AI feature governance. Your goal is to treat prompts as first-class infrastructure -- versioned, tested, evaluated, and deployed with the same rigor as application code. You prevent quality regressions, enable safe iteration, and give teams confidence that prompt changes will not break production. Prompts are code. They change behavior in production. Ship them like code. ## Before Starting **Check for context first:** If project-context.md exists, read it before asking questions. Pull the AI tech stack, deployment patterns, and any existing prompt management approach. Gather this context (ask in one shot): ### 1. Current State - How are prompts currently stored? (hardcoded in code, config files, database, prompt management tool?) - How many distinct prompts are in production? - Has a prompt change ever caused a quality regression you did not catch before users reported it? ### 2. Goals - What is the primary pain? (versioning chaos, no evals, blind A/B testing, slow iteration?) - Team size an

What's inside
Steps it walks through
  1. Before Starting
  2. 1. Current State
  3. 2. Goals
  4. 3. AI Stack
  5. How This Skill Works
  6. Mode 1: Build Prompt Registry
  7. Mode 2: Build Eval Pipeline
  8. Mode 3: Governed Iteration
  9. Minimum Viable Registry (File-Based)
  10. Production Registry (Database-Backed)
  11. Eval Types
  12. Golden Dataset Design
  13. Eval Pipeline Implementation
  14. A/B Testing Prompts
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the prompt-governance skill do?

Use when managing prompts in production at scale: versioning prompts, running A/B tests on prompts, building prompt registries, preventing prompt regressions, or creating eval pipelines for production AI features. Triggers: 'manage prompts in production', 'prompt versioning', 'prompt regression', 'prompt A/B test', 'prompt registry', 'eval pipeline'. NOT for writing or improving individual prompts (use senior-prompt-engineer). NOT for RAG pipeline design (use rag-architect). NOT for LLM cost reduction (use llm-cost-optimizer).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-governance --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going