prompt-governance

Solid

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).

AI & Automation 17,886 stars 2466 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 and prompt ownership model? (one engineer owns all prompts vs. many contributors?) - Tooling constraints? (open-source only, existing CI/CD, cloud provider?) ### 3. AI Stack - LLM provider(s) in use? - Frameworks in use? (LangChain, LlamaIndex, custom, direct API?) - Existing test/CI infrastr...

Details

Author
alirezarezvani
Repository
alirezarezvani/claude-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category