wiki-changelog

Generate daily changelog summaries from merged GitHub pull requests and update wiki Changelog.md.

2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/vultuk/coding-agents --skill wiki-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-changelog
Source: https://github.com/vultuk/coding-agents/tree/main/skills/wiki-changelog
Command: npx skills add https://github.com/vultuk/coding-agents --skill wiki-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of generating human-readable changelog summaries from merged GitHub pull requests and updating a repository's wiki Changelog.md file in a safe and idempotent manner.

Core Features & Use Cases

  • Automated Changelog Generation: Groups merged pull requests by date and creates concise, plain-English summary paragraphs.
  • Wiki Update: Safely updates a repository's Changelog.md file on GitHub Wiki.
  • Idempotent Operation: Ensures that changelog entries are not duplicated and handles existing entries gracefully.
  • Use Case: Automatically refresh your project's GitHub wiki changelog with summaries of all new features and bug fixes merged in the last week.

Quick Start

Use the wiki-changelog skill to update this repository's wiki Changelog.md from merged pull requests, grouped by day and summarized for non-technical readers.

Frequently Asked Questions about wiki-changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate a changelog from merged GitHub pull requests?

You can automatically generate a changelog from merged GitHub pull requests by running this skill, which fetches merged PRs, groups them by date, and pushes plain-English summaries directly to your repository wiki Changelog.md.

How do I update a GitHub wiki changelog without creating duplicate entries?

To update a GitHub wiki changelog without duplicates, this skill performs idempotent operations that fetch merged pull requests and gracefully inserts new summarized sections into Changelog.md without repeating existing entries.

Can I schedule a daily changelog update for my GitHub repository wiki?

Yes, you can schedule a daily changelog update for a GitHub repository wiki by integrating this skill into your automation pipeline to fetch newly merged pull requests, summarize them by date, and commit the changes.

Do I need the GitHub CLI to update my repository wiki Changelog.md?

Yes, you need the GitHub CLI and git installed in your environment, as this skill uses shell tools like gh and git to fetch merged pull requests and safely push changelog updates to the repository wiki.

What is the best way to summarize GitHub pull requests for non-technical readers?

The best way to summarize GitHub pull requests for non-technical readers is to use this skill, which groups merged PRs by date and generates concise, plain-English paragraphs for the wiki changelog.

How do I handle timezone differences when grouping merged pull requests by date?

To handle timezone differences when grouping merged pull requests by date, this skill accepts an optional timezone parameter, ensuring your changelog summaries accurately reflect the correct daily grouping for your team.