validate-album

Validate album directory structure and content integrity before release.

408|97|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill validate-album
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-album
Source: https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/main/skills/validate-album
Command: npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill validate-album

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that an album's folder structure, file placements, and content are correct, enabling clean releases and easier maintenance.

Core Features & Use Cases

  • Folder & file validation: checks for required directories (artists, albums, tracks) and essential files (README.md, RESEARCH.md or others as applicable) to ensure consistency.
  • Content integrity checks: verifies track presence and proper asset locations to prevent missing content during release.
  • Use Case: before publishing an album, run this Skill to catch missing tracks, mislocated art, or misplaced metadata files.

Quick Start

Run the validate-album skill with the album name, e.g., validate-album sample-album, to perform a structural health check.

Frequently Asked Questions about validate-album

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

FAQPage Schema
How do I validate album directory structure before release?

You can validate album directory structure by running this skill with the album name to check folder placement, required files like README.md, and track availability across the content root.

What is album content integrity validation?

Album content integrity validation is the process of verifying track presence and proper asset locations within an album directory to prevent missing content during release.

Can I check for missing tracks and misplaced metadata files in an album folder?

Yes, you can check for missing tracks and misplaced metadata files by running this skill to locate the album directory and execute deterministic validations using Bash, Glob, and Grep.

Does album structure validation require a specific user config file?

Album structure validation requires a user config file to satisfy requirements, which the skill reads to locate the specific album directory and execute its structural health checks.

What's the best way to ensure release readiness for a music album directory?

The best way to ensure release readiness is to validate the album directory for correct placement of required directories like artists and albums, verifying consistency and content integrity.

Why does album validation fail when required directories are missing?

Album validation fails when required directories are missing because the skill executes deterministic checks for specific folders like artists, albums, and tracks to ensure clean releases.