release-preview — community release-preview, mcproc, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Git-based AI Agents needing release management and changelog analysis capabilities. A Model Context Protocol (MCP) server for comfortable background process management on AI agents.

neptaco neptaco
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The release-preview skill by neptaco is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Git-based AI Agents needing release management and changelog analysis capabilities.

Core Value

Empowers agents to preview upcoming releases by analyzing Git commit histories, verifying CHANGELOG.md sections, and managing background processes via Model Context Protocol (MCP) servers, utilizing Git commands and protocols.

Capabilities Granted for release-preview

Automating release note generation
Debugging commit histories for upcoming releases
Validating CHANGELOG.md sections for unreleased changes

! Prerequisites & Limits

  • Requires Git installation
  • Needs access to CHANGELOG.md file
  • Limited to repositories with Git tags
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

release-preview

Install release-preview, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

リリースプレビュー

次回リリースに含まれる変更をプレビューします。

実行手順

以下のコマンドを順番に実行してください:

1. 現在の状態確認

bash
1git describe --tags --abbrev=0 2>/dev/null || echo "タグなし" 2git branch --show-current 3git status --short

2. 前回リリースからのコミット一覧

最新タグがある場合:

bash
1git log --oneline --no-merges $(git describe --tags --abbrev=0)..HEAD

タグがない場合:

bash
1git log --oneline --no-merges -20

3. CHANGELOG の Unreleased セクション確認

CHANGELOG.md の先頭部分を確認し、Unreleased セクションがあるか確認:

bash
1head -50 CHANGELOG.md

4. 変更の分類

コミット一覧から以下を分類して報告:

リリースノートに含まれるもの:

  • feat: 新機能
  • fix: バグ修正
  • BREAKING CHANGE: 破壊的変更

リリースノートに含まれないもの:

  • docs:, test:, chore:, ci:, build:, refactor:, style:, perf:

5. 推奨バージョンの提示

変更タイプ次のバージョン
BREAKING CHANGE ありメジャーアップ(例: v1.x.x → v2.0.0)
feat: ありマイナーアップ(例: v1.0.x → v1.1.0)
fix: のみパッチアップ(例: v1.0.0 → v1.0.1)

6. 品質チェック

bash
1cargo fmt -- --check && cargo clippy --all-targets -- -D warnings && cargo test

次のステップ

リリースを実行する場合:

bash
1/release v<VERSION>

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is release-preview?

Perfect for Git-based AI Agents needing release management and changelog analysis capabilities. A Model Context Protocol (MCP) server for comfortable background process management on AI agents.

How do I install release-preview?

Run the command: npx killer-skills add neptaco/mcproc/release-preview. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for release-preview?

Key use cases include: Automating release note generation, Debugging commit histories for upcoming releases, Validating CHANGELOG.md sections for unreleased changes.

Which IDEs are compatible with release-preview?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for release-preview?

Requires Git installation. Needs access to CHANGELOG.md file. Limited to repositories with Git tags.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add neptaco/mcproc/release-preview. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use release-preview immediately in the current project.

Related Skills

Looking for an alternative to release-preview or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI