uft-recovery-integrity

Enforce data integrity invariants on recovery functions in src/recovery/.

33|3|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/Axel051171/UnifiedFloppyTool --skill uft-recovery-integrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uft-recovery-integrity
Source: https://github.com/Axel051171/UnifiedFloppyTool/tree/main/.claude/skills/uft-recovery-integrity
Command: npx skills add https://github.com/Axel051171/UnifiedFloppyTool --skill uft-recovery-integrity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enforces data integrity during recovery processes for binary data, ensuring the preservation of forensic-quality data.

Core Features & Use Cases

  • Integrity Enforcement: Enforces strict invariants to guarantee the integrity of recovered data.
  • Recovery Integrity Checks: Checks and ensures adherence to predefined invariants across various recovery operations.
  • Use Case: For any modification or review of code in src/recovery/ or related functions, this Skill triggers a series of checks to maintain data integrity. It is especially critical for sectors and bitstream recovery tasks.

Quick Start

When modifying or reviewing recovery-related code, ensure integrity checks are passed using the command 'run-integrity-checks'.

Frequently Asked Questions about uft-recovery-integrity

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

FAQPage Schema
How do I verify data integrity during binary sector recovery?

You can enforce data integrity during sector recovery by applying strict invariants and confidence mapping to the recovered binary data. This guarantees the reliability and accuracy of forensic bitstream reconstruction.

What is forensic recovery verification for bitstream repair?

Forensic recovery verification is the process of checking recovered data against predefined invariants to guarantee accuracy. It utilizes confidence mapping and verifiability checks to maintain the reliability of repaired bitstreams.

How do I run integrity checks on recovery functions in src/recovery/?

To run integrity checks on recovery functions in src/recovery/, use the command 'run-integrity-checks' when modifying or reviewing the code. This triggers a series of automated verifications to maintain data integrity.

Can I use confidence mapping to validate reconstructed media data?

Yes, you can use confidence mapping to validate reconstructed media data. It operates alongside verifiability checks to guarantee that data repaired from media adheres to strict integrity invariants.

Why does bitstream repair fail forensic recovery verification?

Bitstream repair fails forensic recovery verification when the reconstructed data violates strict predefined invariants. Enforcing these invariants during the modification of recovery code prevents such integrity losses.