audit-patterns

Audit pattern detection and compression in the MIDI to NES compiler.

6|2|Updated Nov 28, 2016
One-click install
npx skills add https://github.com/matiaszanolli/midi2nes --skill audit-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-patterns
Source: https://github.com/matiaszanolli/midi2nes/tree/main/.claude/commands/audit-patterns
Command: npx skills add https://github.com/matiaszanolli/midi2nes --skill audit-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill audits the pattern detection and compression subsystem of the MIDI to NES compiler, ensuring round-trip integrity, schema correctness, and parallel processing safety.

Core Features & Use Cases

  • Pattern Detection Audit: Verifies round-trip integrity and correctness of pattern detection, ensuring that compression is lossless.
  • Schema Integrity Check: Ensures that the pattern_result schema is consistently returned by all producers.
  • Parallelism Safety: Checks for multiprocessing safety and correct handling of shared state.
  • Large-File Sampling: Ensures that large files are sampled correctly without dropping musical content.
  • Loop Detection: Checks the correctness of loop detection in the patterned data.

Quick Start

Run the audit-patterns skill to verify the integrity of pattern detection and compression in the MIDI to NES compiler.

Frequently Asked Questions about audit-patterns

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

FAQPage Schema
How do I verify pattern detection and compression integrity in a MIDI to NES compiler?

To verify pattern detection and compression integrity in a MIDI to NES compiler, run an audit that checks round-trip losslessness, schema correctness, and parallel processing safety across the subsystem.

What does round-trip integrity mean for pattern detection and compression?

Round-trip integrity in pattern detection and compression ensures that the detected musical patterns can be processed and restored without any data loss, guaranteeing the compression is completely lossless.

How do I check for multiprocessing safety when detecting patterns in large files?

To check multiprocessing safety during large-file pattern detection, audit the subsystem for correct handling of shared state and verify that large files are sampled correctly without dropping musical content.

Why does my pattern detection schema return inconsistent results in parallel processing?

Inconsistent pattern detection schema results during parallel processing usually occur because producers are not uniformly returning the expected pattern_result schema, which requires a schema integrity check.

Can I audit loop detection correctness in patterned MIDI to NES data?

Yes, you can audit loop detection correctness in patterned MIDI to NES data by running a specialized check that verifies the accuracy of loop detection within the generated patterned data structure.