updates

Generate prioritized user-facing update summaries from the last 7 days of git history.

219|35|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/jtenniswood/esphome-media-player --skill updates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: updates
Source: https://github.com/jtenniswood/esphome-media-player/tree/main/.agents/skills/updates
Command: npx skills add https://github.com/jtenniswood/esphome-media-player --skill updates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of short, user-facing update summaries from the last 7 days of changes, reducing manual changelog work and ensuring consistent messaging.

Core Features & Use Cases

  • Aggregate recent commits into a prioritized list of "Feature: description" entries.
  • Detect and emphasize new features, device support, and fixes that users will notice.
  • Triggered by user requests (e.g., "/updates") to deliver a concise update digest.

Quick Start

Ask for updates to generate a concise, user-facing list of the last 7 days of changes.

Frequently Asked Questions about updates

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

FAQPage Schema
How do I generate user-facing release notes from git history?

Generate user-facing release notes from git history by filtering recent commits for user-visible changes and formatting them into a prioritized list of 'Feature: description' entries. This provides a concise changelog digest.

Can I summarize git commits into a changelog automatically?

You can summarize git commits into a changelog automatically by analyzing the last 7 days of commit history, filtering for new features, device support, and fixes, then outputting a prioritized user-facing list.

What's the best way to create a changelog for recent feature updates?

The best way to create a changelog for recent feature updates is to aggregate the last 7 days of git history, filter for user-visible changes, and format entries as 'Feature: description' for a prioritized digest.

Do I need access to git history to generate a changelog summary?

Yes, you need access to git history for the last 7 days to generate a changelog summary, as the Skill filters recent commits to detect and emphasize new features, device support, and user-facing fixes.

How does a changelog generator filter internal commits from user-facing updates?

A changelog generator filters internal commits by analyzing 7 days of git history and selecting only user-visible changes, such as new features, device support, and fixes, then formatting them as 'Feature: description' entries.

Why does my automated changelog only show the last 7 days of changes?

Automated changelogs show the last 7 days of changes because the Skill is designed to generate concise, user-facing update summaries covering a weekly window, ensuring messaging highlights recent features and fixes.