integrity-validation

Compare pre-operation and post-operation inventories to detect missing components.

27|16|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude --skill integrity-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrity-validation
Source: https://github.com/bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude/tree/main/skills/integrity-validation
Command: npx skills add https://github.com/bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude --skill integrity-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill safeguards the AI system against accidental component loss or corruption during operations like restructuring or refactoring. It takes pre/post-operation inventories, provides immediate alerts, and offers recovery options, ensuring continuous system reliability.

Core Features & Use Cases:

  • Pre-Operation Validation: Creates a snapshot of all critical components (agents, skills, commands, patterns, files) before any major operation.
  • Post-Operation Verification: Compares the post-operation state with the baseline, automatically detecting missing, added, or modified components.
  • Critical Components Registry: Identifies essential components that must exist and classifies issues by severity (CRITICAL, HIGH, MEDIUM, LOW).
  • Auto-Recovery: Offers automatic restoration for critical components from backups or Git history, or guides manual recovery.
  • Use Case: Before a major refactoring that might move files, this skill takes an inventory snapshot. If any critical agent files are accidentally deleted or moved, it immediately alerts and attempts to auto-restore them, preventing system downtime.

Quick Start: Explain the "Pre-Operation Validation" and "Post-Operation Validation" steps, including what components are inventoried.

Frequently Asked Questions about integrity-validation

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

FAQPage Schema
How do I prevent component loss during system restructuring or migration?

Component integrity validation captures pre-operation and post-operation inventories of critical agents, skills, commands, patterns, and files. It automatically detects missing or corrupted components and alerts you immediately, enabling swift recovery before system downtime occurs.

What components does pre-operation validation inventory?

Pre-operation validation creates snapshots of all critical components including agents, skills, commands, patterns, and files. This baseline enables accurate comparison after operations like refactoring, restructuring, migrations, or plugin manifest updates to identify losses.

Can integrity validation automatically restore deleted components?

Yes, auto-recovery offers automatic restoration for critical components from backups or Git history. The Skill classifies issues by severity (CRITICAL, HIGH, MEDIUM, LOW) and provides guided manual recovery options when automatic restoration isn't applicable.

When should I run integrity checks during system operations?

Run integrity validation before major operations such as restructurings, migrations, plugin manifest updates, and workflow changes. Post-operation comparison detects any missing, added, or modified components that occurred during the process.

How does post-operation verification detect component changes?

Post-operation verification compares the current system state against the pre-operation baseline inventory. Difference detection identifies missing, added, or modified components and classifies each discrepancy by severity to prioritize critical issues.