skills/official/changelog-tracker/SKILL.md
Monitors version changes with semantic versioning analysis and breaking change detection
npx skillsauth add apiliumcode/mayros changelog-trackerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Monitor version changes with semantic versioning analysis and breaking change detection across changelogs, release notes, and dependency updates.
Use when tracking version updates across dependencies, reviewing changelogs for breaking changes, or auditing release notes before upgrading. The skill parses semver strings, classifies bump types, and scans for 7 breaking change indicators.
| Bump Type | Meaning | | ------------- | --------------------------------- | | Major (X.0.0) | Breaking change | | Minor (0.X.0) | New feature (backward compatible) | | Patch (0.0.X) | Bug fix |
| # | Pattern | Description | | --- | ---------------------------------------------- | ---------------------------------------------------------- | | 1 | "breaking change" / "BREAKING" | Explicit breaking change declaration | | 2 | "removed" + API term | Removal of API surface (endpoint, method, function, field) | | 3 | "deprecated" + "removed" | Previously deprecated item now removed | | 4 | "incompatible" / "not backward compatible" | Explicit incompatibility statement | | 5 | "migration required" / "migrate" | Migration needed for upgrade | | 6 | "renamed" + API term | API surface renamed | | 7 | "changed signature" / "new parameter required" | Function signature changes |
skill_memory_context using predicate changelog:historyskill_assert using predicate changelog:breaking-change with proof requiredchangelog:version-update without prooftools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
development
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Mayros voice-call plugin.