Wiki Changelog

🌐Community
by sickn33 · vlatest · Repository

This skill extracts and summarizes changes from a wiki’s changelog, providing valuable context for updates and revisions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add wiki-changelog npx -- -y @trustedskills/wiki-changelog
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "wiki-changelog": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/wiki-changelog"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The wiki-changelog skill generates structured changelog entries by analyzing code commits or project updates. It formats these changes into readable summaries suitable for documentation wikis, release notes, or version history pages.

When to use it

  • Automating the creation of release notes after a series of pull requests are merged.
  • Maintaining a "What's New" section on a project wiki without manual entry.
  • Summarizing technical updates for non-technical stakeholders in a structured format.
  • Generating historical logs to track feature additions and bug fixes over time.

Key capabilities

  • Parses raw commit messages or git history to identify changes.
  • Categorizes updates into standard sections like Features, Fixes, and Improvements.
  • Outputs clean, formatted text ready for copy-pasting into documentation tools.
  • Maintains chronological order of changes based on input data.

Example prompts

  • "Analyze the last 10 commits in this repository and generate a changelog entry for version 2.1."
  • "Create a wiki-style changelog summarizing the new authentication features added in the latest sprint."
  • "Convert these raw git logs into a formatted release note section for our project homepage."

Tips & gotchas

Ensure your input data includes clear commit messages; vague descriptions like "fix stuff" will result in generic output. This skill works best when paired with version control systems that provide detailed commit histories to analyze.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
32

🌐 Community

Passed automated security scans.