auto-updater

Detect newer skill commits and prepare human-approved update plans.

100|16|Updated May 13, 2026
One-click install
npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill auto-updater-zekaisuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-updater
Source: https://github.com/ZekaiSuni/claude-for-legal-turkish/tree/main/legal-builder-hub/skills/auto-updater
Command: npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill auto-updater-zekaisuni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you keep your installed legal community skills up to date while preventing unsafe or unwanted changes from being applied automatically.

Core Features & Use Cases

  • Update discovery with immutable pinning: Checks for newer commits at the exact SHA level (not mutable tags) and reports what changed.
  • Diff-first trust review: Presents a full diff and explicitly flags security-sensitive areas such as hooks, MCP configuration, tool permissions, and environment-impacting changes.
  • QA gate before applying: Re-runs the skills QA scan on the new version and refuses updates on regression or explicit REFUSE-tier findings.

Quick Start

Run auto-updater to check updates, review the diff, and approve the ones you want to apply.

Frequently Asked Questions about auto-updater

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

FAQPage Schema
How do I safely update installed skills without applying unwanted changes automatically?

To safely update installed skills, you need a human-reviewed update plan that fetches exact commit SHAs, produces unified diffs, and blocks application unless explicitly approved. This prevents unwanted automatic changes.

How does SHA pinning work for skill updates?

SHA pinning for skill updates checks for newer commits at the exact immutable SHA level rather than mutable tags. This ensures you review the precise code changes before applying them to your environment.

What is a diff-first trust review for skill updates?

A diff-first trust review presents a full code diff and explicitly flags security-sensitive areas like hooks, MCP configuration, and tool permissions before any update is applied.

How do I run a QA gate before applying skill updates?

Running a QA gate before applying skill updates involves executing a read-only QA rescan on the new version. The update is automatically blocked if regressions or explicit REFUSE-tier findings are detected.

Can I use auto-updater for pinned installs triggered by a registry-sync agent?

Yes, auto-updater applies to update workflows triggered by user commands or the registry-sync agent for pinned installs, requiring explicit human approval after a security-flagged diff review.