skills-integrity-check

Audit installed AI skills for structural integrity and dependency consistency.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/lucadellanna/luca-skills --skill skills-integrity-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-integrity-check
Source: https://github.com/lucadellanna/luca-skills/tree/main/skills/skills-integrity-check
Command: npx skills add https://github.com/lucadellanna/luca-skills --skill skills-integrity-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and reports potential issues within your installed AI skills, ensuring they are functioning correctly and safely.

Core Features & Use Cases

  • Dependency Checking: Verifies that all declared skill dependencies are met.
  • Metadata Validation: Checks for malformed SKILL.md files, missing required fields, and incorrect timestamp formats.
  • State File Verification: Audits .skillstate.json for correct structure and data types.
  • Backup Integrity: Confirms that backup directories are correctly referenced and exist.
  • Use Case: Run this skill whenever you suspect a skill might be broken or after a system update to proactively catch errors.

Quick Start

Run a full integrity check on all installed skills.

Frequently Asked Questions about skills-integrity-check

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

FAQPage Schema
How do I check AI skill dependencies and validate metadata?

To check AI skill dependencies and validate metadata, run an integrity check to scan skill directories for valid SKILL.md frontmatter, matching folder names, and verify that all declared dependencies are met.

What does an AI skill integrity check verify in state files?

An AI skill integrity check verifies state file correctness by auditing .skillstate.json configurations for correct structure and data types, ensuring your installed skills function safely.

How do I validate ISO-8601 timestamps in SKILL.md files?

To validate ISO-8601 timestamps in SKILL.md files, run an integrity check to scan your skill directories for correct timestamp formats and flag any malformed metadata fields.

Can I check for orphaned backups and missing backup directories in my skills?

Yes, you can check for orphaned backups by running an integrity check that confirms backup directories are correctly referenced and exist, proactively catching errors after system updates.

Why does my skill validation fail after a system update?

Skill validation fails after a system update when the integrity check detects broken dependencies, incorrect .skillstate.json configurations, or malformed SKILL.md frontmatter in your installed skills.