KS
Killer-Skills

release-preview — how to use release-preview how to use release-preview, release-preview setup guide, Model Context Protocol server, git log tutorial, CHANGELOG.md management, release-preview alternative, release-preview vs MCP, install release-preview, release-preview for AI agents

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing streamlined release management and preview capabilities. release-preview is a Model Context Protocol (MCP) server for managing background processes on AI agents, allowing developers to preview upcoming release changes.

Features

Executes git commands to confirm current repository state
Retrieves commit history since the last release using git log
Verifies the presence of an Unreleased section in CHANGELOG.md
Runs git describe to identify the latest tag
Utilizes git status to check for any pending changes
Supports both tagged and untagged repository states

# Core Topics

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

Quality Score

Top 5%
30
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add neptaco/mcproc/release-preview

Agent Capability Analysis

The release-preview MCP Server by neptaco is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use release-preview, release-preview setup guide, Model Context Protocol server.

Ideal Agent Persona

Perfect for Development Agents needing streamlined release management and preview capabilities.

Core Value

Empowers agents to manage background processes and preview upcoming release changes using Git commands and Model Context Protocol (MCP) servers, providing insights into CHANGELOG.md and commit history.

Capabilities Granted for release-preview MCP Server

Automating release note generation
Debugging pre-release changes
Validating commit history since last release

! Prerequisites & Limits

  • Requires Git installation and configuration
  • Limited to repositories with CHANGELOG.md files
Project
SKILL.md
1.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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>

Related Skills

Looking for an alternative to release-preview or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication