GitHub Releases

Identify GitHub releases from watched repositories and classify them by severity for alerts.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill github-releases-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitHub Releases
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/github-releases
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill github-releases-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking new releases across many watched repositories is time-consuming and error-prone; this skill automates the collection, evaluation, and prioritization of new releases.

Core Features & Use Cases

  • Aggregate new releases from a predefined watch list using GitHub releases data.
  • Classify each release by semantic version delta and keyword signals (security, breaking changes, or new features) to generate a prioritized digest.
  • Produce a concise digest suitable for notifications and update internal state to avoid duplicates across runs.

Quick Start

Configure the watch list and run the skill to generate the daily upgrade digest.

Frequently Asked Questions about GitHub Releases

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

FAQPage Schema
How do I automate GitHub release tracking across multiple repositories?

Automate GitHub release tracking by configuring a predefined watch list to aggregate new releases and evaluate semantic version deltas. This skill processes the last 25 hours of release data to produce a structured, categorized digest for notifications.

How are GitHub releases prioritized in an automated triage digest?

Releases are prioritized in an automated digest by evaluating semantic version deltas and keyword signals. The system assigns a triage tier based on detected security patches, breaking changes, or new features to categorize each release's importance.

Can I generate a daily digest for new GitHub repository releases?

Yes, you can generate a daily digest for new repository releases by running this skill over a 25-hour window. It deduplicates releases against internal memory state to ensure your daily upgrade digest contains only fresh updates.

Does automated release monitoring use semantic versioning to filter notifications?

Automated release monitoring uses semantic versioning to calculate the semver delta between releases and filter notifications. This delta, combined with keyword signals, determines the assigned triage tier for the structured alert report.

How do I avoid duplicate alerts when monitoring GitHub releases?

Avoid duplicate alerts when monitoring releases by updating internal memory state after each run. The skill deduplicates new releases against this saved state, ensuring subsequent digest runs only surface previously unseen repository updates.