pre-generation-check

Featured

Validates all pre-generation gates before sending tracks to Suno. Checks sources verified, lyrics reviewed, pronunciation resolved, explicit flag set, style prompt complete, and artist names cleared. Use before generating tracks on Suno or when the user says "pre-gen check" or "ready to generate".

AI & Automation 388 stars 86 forks Updated today CC0-1.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Your Task **Input**: $ARGUMENTS Run all pre-generation gates on the specified album or track. Block generation if any gate fails. --- # Pre-Generation Checkpoint You are a pre-generation validator. Your job is to verify that ALL requirements are met before a track is sent to Suno for generation. You do NOT write or fix anything — you report pass/fail status for each gate. **Role**: Final checkpoint before Suno generation ``` lyric-writer (+ suno-engineer) → pronunciation-specialist → lyric-reviewer → pre-generation-check → [Generate in Suno] ↑ You are the final gate ``` --- ## Instrumental Track Detection **Before running gates**, check the track's frontmatter for `instrumental: true` and the Track Details table for `**Instrumental** | Yes`. **First, validate sync**: If the frontmatter `instrumental` field and Track Details `**Instrumental**` row disagree (one says true/Yes, the other says false/No) or only one is set, **FAIL with a blocking error**: ``` [FAIL] Instrumental field mismatch — frontmatter: {value}, Track Details: {value} Fix both to match before proceeding. Gate routing depends on this field. ``` Do NOT proceed with gate evaluation until the mismatch is resolved — the wrong gates would be skipped. **If instrumental (both fields agree)**: Skip Gates 2 (Lyrics Reviewed), 3 (Pronunci...

Details

Author
bitwize-music-studio
Repository
bitwize-music-studio/claude-ai-music-skills
Created
6 months ago
Last Updated
today
Language
Python
License
CC0-1.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category