prompt-versioning-management
プロンプトのライフサイクル管理を専門とするスキル。バージョン管理、デプロイ戦略、ロールバック、変更追跡により、本番環境で安全かつ効率的なプロンプト運用を実現します。 Anchors: • The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 手順設計と実践的改善 / 目的: 体系的なバージョン管理 • Continuous Delivery (Jez Humble) / 適用: デプロイパイプラインとロールバック戦略 / 目的: 安全なリリースプロセス • Semantic Versioning 2.0.0 / 適用: バージョン番号付けルール / 目的: 変更の影響範囲の明確化 Trigger: Use when managing prompt versions, deploying prompts to production, implementing rollback strategies, tracking prompt changes, or establishing prompt lifecycle management.
npx skills add majiayu000/claude-skill-registry --skill prompt-versioning-management --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Prompt Versioning Management ## 概要 プロンプトのライフサイクル管理を専門とするスキル。セマンティックバージョニングに基づくバージョン管理、Blue-Green/Canaryデプロイ戦略、迅速なロールバック、変更追跡により、本番環境で安全かつ効率的なプロンプト運用を実現します。 ## ワークフロー ### Phase 1: バージョン計画 **目的**: プロンプト変更を分類し、適切なバージョン番号と影響範囲を決定 **Task**: `agents/version-planning.md` **入力**: - 現在のバージョン - 変更内容の詳細 - 依存関係情報 **出力**: - バージョン計画書(新バージョン・変更タイプ) - 影響分析レポート - デプロイ計画 **実行タイミング**: プロンプト変更時、リリース計画策定時 ### Phase 2: デプロイ実行 **目的**: 計画に基づき安全にデプロイを実行し、段階的ロールアウトを管理 **Task**: `agents/deployment-execution.md` **入力**: - Phase 1 のバージョン計画書 - デプロイ対象環境 - ロールアウト設定 **出力**: - デプロイログ - ヘルスチェック結果 - ロールアウト進捗記録 **実行タイミング**: バージョン計画完了後、本番デプロイ時 ### Phase 3: ロールバック・監査 **目的**: 問題発生時の迅速な復旧と、すべての変更の追跡・監査 **Task**: `agents/rollback-audit.md` **入力**: - デプロイログ - ヘルスチェック結果 - 前バージョン情報 **出力**: - ロールバック記録 - インシデントレポート - 監査ログ - ポストモーテム **実行タイミング**: デプロイ問題発生時、定期監査時 ## Task仕様 | Task | 起動タイミング | 入力 | 出力 | | -------------------- | -------------- | ---------------------- | ---------------------------- | | version-planning | Phase 1開始時 | 変更内容・現バージョン | バージョン計画・影響分析 | | deployment-execution | Phase 2開始時 | 計画書・環境設定 | デプロイログ・ヘルスチェック | | rollback-audit | Phase 3開始時 | デプロイログ・問題詳細 | ロールバック記録・監査ログ | **詳細仕様**: 各Taskの詳細は `agents/` ディレクトリを参照 - [a
- 概要
- ワークフロー
- Phase 1: バージョン計画
- Phase 2: デプロイ実行
- Phase 3: ロールバック・監査
- Task仕様
- ベストプラクティス
- すべきこと
- 避けるべきこと
- リソース参照
- references/(詳細知識)
- scripts/(決定論的処理)
- assets/(テンプレート)
- 変更履歴
What does the prompt-versioning-management skill do?
プロンプトのライフサイクル管理を専門とするスキル。バージョン管理、デプロイ戦略、ロールバック、変更追跡により、本番環境で安全かつ効率的なプロンプト運用を実現します。 Anchors: • The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 手順設計と実践的改善 / 目的: 体系的なバージョン管理 • Continuous Delivery (Jez Humble) / 適用: デプロイパイプラインとロールバック戦略 / 目的: 安全なリリースプロセス • Semantic Versioning 2.0.0 / 適用: バージョン番号付けルール / 目的: 変更の影響範囲の明確化 Trigger: Use when managing prompt versions, deploying prompts to production, implementing rollback strategies, tracking prompt changes, or establishing prompt lifecycle management.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill prompt-versioning-management --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.
