skill-update-check

Compare locked skill SHAs against upstream commits and generate a prioritized Markdown triage report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects drift and security regressions in imported skills by comparing the installed versions to upstream, and flags issues for remediation.

Core Features & Use Cases

  • Compare local skill locks with upstream SHAs to identify MISSING_UPSTREAM, CHANGED, and UP-TO-DATE statuses.
  • Generate a decision-ready triage report that prioritizes Critical, High, and Medium updates based on enablement in aeon.yml.
  • Produce a markdown report at articles/skill-update-check-${today}.md and record per-skill metadata for auditing.

Quick Start

Run the audit against the current skills.lock to identify drift and security regressions, then generate the prioritized triage report.

Frequently Asked Questions about skill-update-check

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

FAQPage Schema
How do I audit imported skills for drift and security regressions?

Audit imported skills for drift by comparing locked SHAs in skills.lock against upstream commits, classifying changes by drift size, security verdict, and downstream impact to generate a prioritized triage report.

How do I check if my locked skills are up to date with upstream?

Check if locked skills are up to date by comparing local skill locks with upstream SHAs to identify MISSING_UPSTREAM, CHANGED, and UP-TO-DATE statuses across all skills tracked in skills.lock.

What is the best way to prioritize security updates for enabled skills?

Prioritize security updates by generating a decision-ready triage report that ranks Critical, High, and Medium updates based on which skills are enabled in aeon.yml.

Can I generate an audit report for skills tracked in skills.lock?

Generate an audit report by running the audit against skills.lock and aeon.yml, leveraging GitHub commit data to produce a comprehensive Markdown report at articles/skill-update-check-${today}.md.

Do I need aeon.yml to triage skill drift and security issues?

You need aeon.yml to determine downstream impact during triage, as the audit considers which skills are enabled in aeon.yml to prioritize Critical, High, and Medium updates in the final report.

Why does my skills.lock need upstream commit comparison?

Skills.lock needs upstream commit comparison to detect drift and security regressions, classifying changes by drift size and security verdict to flag issues for remediation before they impact downstream workflows.