whats-new

Compares CHANGELOG entries between installed Claude Code version and source repository to identify new features and changes.

3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/X0x888/oh-my-claude --skill whats-new-x0x888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whats-new
Source: https://github.com/X0x888/oh-my-claude/tree/main/bundle/dot-claude/skills/whats-new
Command: npx skills add https://github.com/X0x888/oh-my-claude --skill whats-new-x0x888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly identify new features and changes in their installed version of Claude Code by comparing the CHANGELOG entries between the installed version and the source repository.

Core Features & Use Cases

  • CHANGELOG Comparison: Show the differences in the CHANGELOG entries between the installed version and the source repository.
  • Post-Pull Check: Use after git pull to discover new features added since the last install.
  • Feature Discovery: Identify new features added in an unreleased version of Claude Code.

Quick Start

Run the 'whats-new' skill to see what's new in your installed version of Claude Code.

Frequently Asked Questions about whats-new

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

FAQPage Schema
How do I compare CHANGELOG entries to find new features in Claude Code?

To compare CHANGELOG entries, the Skill checks differences between your installed Claude Code version and the source repository, identifying new features and changes for quick review.

What is the best way to track software updates after pulling new code?

Tracking software updates after a git pull is done by running the Skill to compare CHANGELOG differences, which highlights new features added since your last installation.

How does version tracking work for unreleased Claude Code features?

Version tracking for unreleased features works by comparing the CHANGELOG.md file against the installed_version from your configuration file to identify changes not yet released.

Do I need specific files to check CHANGELOG differences?

Yes, checking CHANGELOG differences requires access to the CHANGELOG.md file and the installed_version value from the configuration file to accurately identify new features.

Can I discover new features without manually reading the entire changelog?

You can discover new features without manual reading by running the Skill, which automatically extracts and displays only the CHANGELOG differences between your installed version and the source.