KS
Killer-Skills

wox-update-changelog — how to use wox-update-changelog how to use wox-update-changelog, wox-update-changelog alternative, wox-update-changelog setup guide, what is wox-update-changelog, wox-update-changelog vs manual updates, automated changelog updates

v1.0.0
GitHub

About this Skill

Ideal for Version Control Agents needing automated changelog management with consistent markdown style and wording. wox-update-changelog is a cross-platform launcher that automates CHANGELOG.md updates from the latest released version to HEAD.

Features

Identifies release boundaries using git tag --sort=-creatordate
Updates CHANGELOG.md from the latest released version to HEAD
Maintains consistent wording, section order, and markdown style
Uses commit range last_release_tag..HEAD by default
Detects the target section in CHANGELOG.md

# Core Topics

Wox-launcher Wox-launcher
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Wox-launcher/Wox/wox-update-changelog

Agent Capability Analysis

The wox-update-changelog MCP Server by Wox-launcher 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 wox-update-changelog, wox-update-changelog alternative, wox-update-changelog setup guide.

Ideal Agent Persona

Ideal for Version Control Agents needing automated changelog management with consistent markdown style and wording.

Core Value

Empowers agents to maintain consistent CHANGELOG.md files by automating updates from the latest released version to HEAD, utilizing git tag detection and commit range analysis with `git tag --sort=-creatordate` and markdown formatting.

Capabilities Granted for wox-update-changelog MCP Server

Automating changelog updates
Standardizing markdown styles across versions
Detecting release boundaries with git tags

! Prerequisites & Limits

  • Requires access to git repository
  • Limited to updating CHANGELOG.md files
  • Dependent on consistent git tag naming conventions
Project
SKILL.md
2.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Wox Update Changelog

Overview

Update CHANGELOG.md from the latest released version to HEAD and keep wording, section order, and markdown style consistent with existing entries.

Workflow

  1. Identify the release boundary.
  • Read the top of CHANGELOG.md and detect the target section (usually newest version at the top).
  • Detect the last released tag with git tag --sort=-creatordate.
  • Use commit range last_release_tag..HEAD by default.
  • If changelog heading and git tag disagree, prefer changelog context and state the assumption.
  1. Collect candidate changes.
  • Run git log --oneline --no-merges <range>.
  • Open key commits with git show --stat --oneline <sha> to classify user-facing impact.
  • Ignore pure build/version bump commits unless they change user-visible behavior.
  1. Classify into changelog buckets.
  • Add: new user-visible features/settings/components.
  • Improve: behavioral or UX improvements without new core capability.
  • Fix: user-facing bug fixes/regressions.
  • Exclude internal refactors/tests/docs/chore unless directly user-visible.
  • Exclude tiny UI-only polish by default (for example spacing, alignment, minor color/wording tweaks) unless it fixes a functional UX issue or the user explicitly asks to include small UI changes.
  1. Write changelog entries in repository style.
  • Preserve header pattern exactly (for example: ## v2.0.1 -).
  • Keep section order: Add, Improve, Fix.
  • Use bullet nesting style already used in file.
  • Keep wording concise, user-facing, and factual.
  • Prefer plugin/module prefix when clear, e.g. [`Shell`] or [`Clipboard`].
  • Keep issue references in existing style, e.g. #4339.
  • Keep existing screenshots and add new image lines only when already available in repo.
  1. Validate before finishing.
  • Ensure no duplicate bullets.
  • Ensure every bullet maps to at least one commit in range.
  • Ensure markdown renders cleanly and section spacing matches nearby versions.
  • Avoid rewriting old release sections unless explicitly requested.
  • If a commit set only contains tiny UI-only polish, keep it out of changelog by default.

Command Reference

bash
1git tag --sort=-creatordate | head -n 20 2sed -n '1,120p' CHANGELOG.md 3git log --oneline --no-merges <last_tag>..HEAD 4git show --stat --oneline <sha> 5git diff -- CHANGELOG.md

Output Rules

  • Edit CHANGELOG.md directly.
  • Keep final response short: what section was updated and what categories were changed.
  • If commit intent is ambiguous, state the assumption briefly in the final response.

Related Skills

Looking for an alternative to wox-update-changelog 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