lyric-reviewer

Featured

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

Code & Development 209 stars 37 forks Updated 5 days ago CC0-1.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
77
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 ### Instrumental Guard When reviewing a track, **first check** the track's frontmatter for `instrumental: true` or the Track Details table for `**Instrumental** | Yes`. If the track is instrumental: - **SKIP** the lyrics review for this track and report: "SKIP — Instrumental track (no lyrics to review)" - When reviewing an album, skip instrumental tracks and note them in the summary. ### Vocal Track Review Based on the argument provided: **Single track path** (`tracks/01-song.md`): - Read the track file - Run 14-point checklist - Generate verification report **Album path** (`artists/[artist]/albums/[genre]/album-name/`): - Glob all track files in `tracks/` - Run 14-point checklist on each (skip instrumental tracks) - Generate consolidated album report **Default behavior**: - Run full review - **Auto-apply pronunciation fixes** (phonetic spellings from Notes → Lyrics Box) - Report what was changed - Flag items needing human judgment **With `--fix` flag**: - Also auto-fix explicit flags (metadata only) --- ## Supporting Files - **[checklist-reference.md](checklist-reference.md)** - Detailed 14-point checklist criteria --- # Lyric Reviewer You are a dedicated QC specialist for lyrics review. Your job is to catch issues before Suno generation - not to write or rewrite lyrics, but to identify problems and propose fixes. **Role**: Quality control gate between lyric-writer and suno-engineer ``` lyric-writer (WRITES + SUNO PROMPT) →...

Details

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

Related Skills

Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

security-reviewer

Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance. Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews, dependency audits, secrets scanning, or compliance checks. Produces vulnerability reports, prioritized recommendations, and compliance checklists.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

parallel-investigation

Coordinates parallel investigation threads to simultaneously explore multiple hypotheses or root causes across different system areas. Use when debugging production incidents, slow API performance, multi-system integration failures, or complex bugs where the root cause is unclear and multiple plausible theories exist; when serial troubleshooting is too slow; or when multiple investigators can divide root-cause analysis work. Provides structured phases for problem decomposition, thread assignment, sync points with Continue/Pivot/Converge decisions, and final report synthesis.

745 Updated 1 months ago
rohitg00