wox-update-changelog — community wox-update-changelog, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Maintenance Agents needing automated changelog updates with consistent markdown style and section order. A cross-platform launcher that simply works

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

Agent Capability Analysis

The wox-update-changelog skill by Wox-launcher 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 Code Maintenance Agents needing automated changelog updates with consistent markdown style and section order.

Core Value

Empowers agents to update CHANGELOG.md files by identifying release boundaries, detecting last released tags with git tag --sort=-creatordate, and maintaining consistent wording and markdown style, leveraging commit ranges like last_release_tag..HEAD.

Capabilities Granted for wox-update-changelog

Automating CHANGELOG.md updates from the latest released version to HEAD
Detecting last released tags using git tag --sort=-creatordate for accurate changelog updates
Maintaining consistent markdown style and section order in changelog entries

! Prerequisites & Limits

  • Requires git access and knowledge of commit ranges
  • Limited to updating CHANGELOG.md files in a specific format
  • May require manual intervention for discrepancies between changelog headings and 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

wox-update-changelog

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

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.

FAQ & Installation Steps

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

? Frequently Asked Questions

What is wox-update-changelog?

Perfect for Code Maintenance Agents needing automated changelog updates with consistent markdown style and section order. A cross-platform launcher that simply works

How do I install wox-update-changelog?

Run the command: npx killer-skills add Wox-launcher/Wox/wox-update-changelog. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for wox-update-changelog?

Key use cases include: Automating CHANGELOG.md updates from the latest released version to HEAD, Detecting last released tags using git tag --sort=-creatordate for accurate changelog updates, Maintaining consistent markdown style and section order in changelog entries.

Which IDEs are compatible with wox-update-changelog?

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 wox-update-changelog?

Requires git access and knowledge of commit ranges. Limited to updating CHANGELOG.md files in a specific format. May require manual intervention for discrepancies between changelog headings and 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 Wox-launcher/Wox/wox-update-changelog. 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 wox-update-changelog immediately in the current project.

Related Skills

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