prompt-governance

Version, audit, and deploy prompts through governed evaluation pipelines.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill prompt-governance-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-governance
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/prompt-governance
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill prompt-governance-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prompts are treated as production infrastructure - versioned, tested, and deployed with governance, audits, and rollback capabilities to prevent quality regressions and enable safe iteration.

Core Features & Use Cases

  • Mode 1: Build Prompt Registry — create a single source of truth with versioning, environment promotion, and an audit trail.
  • Mode 2: Build Eval Pipeline — implement automated evaluations against golden datasets to detect regressions before production.
  • Mode 3: Governed Iteration — end-to-end lifecycle: branch, develop, eval, review, promote, monitor, and rollback.
  • Proactive triggers surface risks early and bias toward safe deployment.
  • Output artifacts and governance policies to align teams.

Quick Start

Create a versioned prompt registry, register your prompts, and run automated evals before promoting to production.

Frequently Asked Questions about prompt-governance

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

FAQPage Schema
How do I version and manage prompts in production?

Prompt governance manages production prompts by applying versioning, auditing, and safe deployment practices. You establish a versioned prompt registry as a single source of truth to track changes, enforce ownership, and prevent quality regressions during iteration.

What is a prompt registry and when do I need one?

A prompt registry is a centralized, versioned source of truth for prompt definitions with environment promotion and audit trail capabilities. You need one when multiple teams iterate on prompts and require clear ownership, rollout policies, and governance workflows to prevent regressions.

How do I set up an eval pipeline to catch prompt regressions before deployment?

You build an eval pipeline by implementing automated evaluation runners that test prompts against golden datasets. This governance workflow detects quality regressions early, ensuring prompts pass review and testing before promotion to production environments.

Can I roll back a prompt deployment if quality drops in production?

Yes, governed iteration supports rollback capabilities for production prompts. The lifecycle workflow includes branching, developing, evaluating, reviewing, and monitoring, which allows you to safely revert to a previous version if a deployed prompt causes quality regressions.

What does a governed prompt iteration lifecycle look like end-to-end?

Governed prompt iteration follows an end-to-end lifecycle: branch, develop, eval, review, promote, monitor, and rollback. This process applies proactive triggers to surface risks early, outputting artifacts and governance policies that align teams toward safe deployment.

Does prompt governance work for teams scaling prompt infrastructure across environments?

Prompt governance is designed for teams needing to scale prompt management across branching, testing, and promotion environments. It requires a defined prompt registry schema, automated eval runners, and clear ownership policies to align teams and enable safe iteration.