version-checker

Detect new SDLC Agêntico releases, analyze changelogs, and prepare safe updates.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/arbgjr/smart_alarm --skill version-checker-arbgjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: version-checker
Source: https://github.com/arbgjr/smart_alarm/tree/main/.claude/skills/version-checker
Command: npx skills add https://github.com/arbgjr/smart_alarm --skill version-checker-arbgjr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, gh-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill automatically detects new SDLC Agêntico framework releases, evaluates their impact, and prepares update actions to minimize disruption.

Core Features & Use Cases

  • Automated version detection: Compares current and latest releases with smart caching.
  • Impact analysis: Parses changelogs to surface breaking changes, migrations, dependencies, and security fixes.
  • Dismissal & rollback: Remembers user dismissals and supports safe rollback if an update is attempted.
  • Use Case: A team wants to stay in sync with the SDLC framework by automatically checking for updates and presenting safe actions before applying them.

Quick Start

Run the version-checker to verify if a newer release is available and view the proposed update details.

Frequently Asked Questions about version-checker

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

FAQPage Schema
How do I automate GitHub release version checks for my framework?

Automated version checks compare your current release against the latest GitHub releases using smart caching to minimize API calls and detect new framework versions efficiently.

How does changelog impact analysis work for software updates?

Changelog impact analysis parses release notes to surface breaking changes, required migrations, dependency updates, and security fixes before any automated update is applied to your repository.

Can I safely rollback an automated update if a new release breaks my workflow?

Yes, safe rollback support is enforced if an update is attempted, allowing you to revert to the previous state and dismiss future update prompts for that specific release.

Do I need the GitHub CLI and PyYAML to run automated version detection?

Yes, automated version detection relies on the GitHub CLI (gh) for fetching release data and PyYAML for parsing VERSION files to orchestrate safe state management.

What is the best way to handle breaking changes detected in a new framework release?

The version-checker evaluates detected breaking changes from changelogs and proposes safe update actions, letting you review security fixes and migrations before applying them.

How do I dismiss a framework update notification without applying the new release?

The skill remembers user dismissals, allowing you to safely ignore specific new releases while continuing to monitor for future automated version checks and updates.