prompt-version

Capture prompt snapshots, generate diffs, and record eval data.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/selcukyucel/north-starr-genai --skill prompt-version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-version
Source: https://github.com/selcukyucel/north-starr-genai/tree/main/skills/prompt-version
Command: npx skills add https://github.com/selcukyucel/north-starr-genai --skill prompt-version

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracks and manages evolution of prompts by capturing complete snapshots, diffs against the prior version, and an auditable changelog to support debugging, governance, and rollback.

Core Features & Use Cases

  • Full versioned prompt snapshots (v1, v2, ...) with diffs and metadata
  • Diff generation, changelog maintenance, and active-version tracking
  • Rollback support and governance-friendly workflows for safe updates
  • Audit-ready records of prompts, eval results, and cost considerations

Quick Start

Create a new version snapshot for the edited prompt and log the metadata for tracking.

Frequently Asked Questions about prompt-version

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

FAQPage Schema
How do I track prompt changes and maintain a changelog for rollback?

You can rollback prompts using built-in rollback support that includes governance prompts and safety checks, allowing you to safely revert to a previous version snapshot when updates cause issues.

How do I create a new version snapshot for an edited prompt?

Prompt versioning enforces disciplined metadata by recording complete versioned snapshots, diffs against prior versions, active-version tracking, and eval results to maintain audit-ready records.

What is the best way to manage prompt versioning and diffs in a codebase?

Yes, prompt versioning records audit-ready data that includes eval results and cost considerations alongside the prompt snapshots and diffs, providing governance-friendly workflows for safe updates.

Can I rollback a prompt to a previous version after making updates?

Prompt versioning enforces disciplined metadata by recording complete versioned snapshots, diffs against prior versions, active-version tracking, and eval results to maintain audit-ready records.

Does prompt versioning record eval data and metadata for audit purposes?

To create a new version snapshot, the system identifies your target prompt across the codebase, generates a vN snapshot in the .plans/PROMPTS-<name>/ directory, and logs structured metadata for tracking.