last-tag

Identify commits since the latest Git tag and format them into a table.

439|45|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/umputun/cc-thingz --skill last-tag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: last-tag
Source: https://github.com/umputun/cc-thingz/tree/main/plugins/release-tools/skills/last-tag
Command: npx skills add https://github.com/umputun/cc-thingz --skill last-tag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show changes introduced since the most recent Git tag by presenting them in a clean, readable table, enabling quick release-readiness assessment.

Core Features & Use Cases

  • Generates a tabular representation of commits with date, author, hash, and subject.
  • Detects the last tag, collects commits since then, formats results into a readable table.
  • Use Case: Pre-release reviews and release-note drafting across Git projects.

Quick Start

Run the last-tag skill in a Git repository to display commits since the most recent tag in a formatted table.

Frequently Asked Questions about last-tag

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

FAQPage Schema
How do I list all git commits since the last tag for release notes?

To list git commits since the last tag for release notes, you can use this skill to fetch tag history and log data, formatting the output into a structured table containing the date, author, hash, and subject.

What is the best way to generate a changelog table from recent git commits?

Generating a changelog table from recent git commits involves detecting the most recent tag and collecting the log history since that point, which this skill formats into a readable table for quick release-readiness assessment.

Can I use this to review commits before a git release?

Yes, you can use this for pre-release reviews in Git projects. It identifies all commits introduced since the latest tag and presents them in a clean table to help assess release readiness.

What information is included in the formatted git commit table?

The formatted git commit table includes the date, author, hash, and subject for each commit detected since the most recent tag in your repository history.

Do I need any dependencies to display git commits since a tag?

You do not need any external dependencies to display git commits since a tag. The skill operates independently using Git to fetch tags and log history directly from your repository.