pre-generation-check

Solid

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 223 stars 39 forks Updated 3 days ago CC0-1.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
78
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
4 months ago
Last Updated
3 days ago
Language
Python
License
CC0-1.0

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

lyric-reviewer

Reviews lyrics against a quality checklist before Suno generation. Use before generating tracks to catch rhyme, prosody, pronunciation, and structural issues.

223 Updated 3 days ago
bitwize-music-studio
Testing & QA Solid

pronunciation-specialist

Scans lyrics for pronunciation risks and prevents Suno mispronunciations. Use when writing lyrics with proper nouns, technical terms, homographs, or non-English words.

223 Updated 3 days ago
bitwize-music-studio
AI & Automation Solid

suno-engineer

Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.

223 Updated 3 days ago
bitwize-music-studio
AI & Automation Listed

suno-produce

Turn a music brief into Suno v5.5-ready prompt artifacts — TRACK.md per generation, optional ALBUM.md for multi-track projects, optional ARTIST.md for artist-scoped identity. Artifact-emit-only — the user copy-pastes the prompt block into Suno's UI, listens, then iterates via `revise`. No API integration. Hardens the copyright contract — never lets artist names or copyrighted citations through into a prompt (legal exposure + Suno filters them anyway). Use when the user wants to make a song, produce a track or album, write a Suno prompt, or compose music with v5.5 — even when they don't say "Suno" by name.

0 Updated 3 days ago
coroboros
Testing & QA Solid

pronunciation-specialist

Scan lyrics for pronunciation risks, prevent Suno mispronunciations

364 Updated today
majiayu000