skill-update-check

Monitor imported skills for upstream changes and security regressions.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill skill-update-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-update-check
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/skill-update-check
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill skill-update-check

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of verifying whether imported skills have upstream updates or security regressions, thus maintaining integrity and security in skill repositories.

Core Features & Use Cases

  • Upstream Change Detection: Checks if imported skills have updated commits on their source repositories.
  • Security Regression Identification: Analyzes differences in skills for potential security issues introduced by upstream changes.
  • Use Case: Developers can run this Skill to audit their imported skills periodically, ensuring no untrusted modifications go unnoticed and security risks are identified early.

Quick Start

Run the skill-update-check to verify if your upstream skills are up-to-date and secure by providing optional specific skill names.

Frequently Asked Questions about skill-update-check

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

FAQPage Schema
How do I check imported skills for upstream changes and security regressions?

You can check for upstream changes and security regressions by running an automated repository comparison and security scanning process across repositories with skill files to identify and report potential updates or vulnerabilities.

What is the best way to audit skill repositories for untrusted modifications?

The best way to audit skill repositories for untrusted modifications is to analyze differences in skills against their source repositories using automated security scanning to identify potential issues introduced by upstream changes.

Do I need gh to automate skill repository security scanning?

Yes, you need the gh dependency installed to automate skill repository security scanning, as the scripts use it to access repositories and verify if imported skills have updated commits on their source.

Does this automated skill update process apply changes directly to my repository?

No, the automated skill update process does not apply changes directly. It identifies, reports, and guides on updating skills only after manual review to ensure repository safety and currentness.