release-guide-info

Generate Ops deployment, rollback, and monitoring guides from git diffs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665 --skill release-guide-info-withmartian-sandbox-darkside
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: release-guide-info
Source: https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665/tree/main/default/skills/release-guide-info
Command: npx skills add https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665 --skill release-guide-info-withmartian-sandbox-darkside

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produces an internal Operations-facing update and migration guide that translates raw git diffs and commit history into actionable deploy, rollback, and monitoring instructions so Ops teams can safely operate and upgrade services.

Core Features & Use Cases

  • Ref comparison & version detection: Resolves BASE_REF and TARGET_REF, detects tags for automatic version extraction, or uses an explicit VERSION input.
  • Safe execution modes: Supports STRICT_NO_TOUCH (read-only analysis) and TEMP_CLONE_FOR_FRESH_REFS (isolated temporary clone) to avoid modifying the developer workspace.
  • Change inventory & templates: Parses diffs and commit messages to categorize features, fixes, breaking changes, DB migrations, and operational impacts, and emits English and/or Portuguese Ops guide files with a mandatory preview step.

Quick Start

Generate an Ops Update Guide from main to HEAD in English using STRICT_NO_TOUCH mode, include version auto-detection and show the preview before saving.

Frequently Asked Questions about release-guide-info

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

FAQPage Schema
How do I generate an ops migration guide from a git diff?▼

To generate an ops migration guide from a git diff, compare two refs like branches or tags to parse commit history and categorize changes into deployment, rollback, and monitoring instructions.

Can I produce deployment instructions from git commit history without modifying my workspace?▼

Yes, you can produce deployment instructions safely using read-only STRICT_NO_TOUCH mode or an isolated TEMP_CLONE_FOR_FRESH_REFS to analyze git diffs and commit logs without modifying your workspace.

How do I auto-detect version numbers for an operations update guide from git tags?▼

Auto-detect version numbers for operations update guides by resolving BASE_REF and TARGET_REF tags, or override the detection process by providing an explicit VERSION input during diff parsing.

Does this git diff analysis support generating ops guides in multiple languages?▼

Yes, this git diff analysis supports generating ops update guides in English and Portuguese templates, allowing you to preview categorized operational impacts before saving the files.

What types of changes are categorized when creating a rollback guide from git commits?▼

When creating a rollback guide from git commits, the analysis categorizes features, fixes, breaking changes, database migrations, and operational impacts extracted from the parsed diff and commit messages.