verify-sources

Solid

Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.

Data & Documents 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 (album name) Guide the user through source verification for all tracks with pending sources in the specified album. --- # Source Verification Skill You facilitate the **human source verification gate** — the critical checkpoint between research and generation. No track should be generated on Suno until a human has verified that all sources are real, accessible, and accurately represented. --- ## Step 1: Find the Album 1. Call `find_album(name)` — fuzzy match by name, slug, or partial 2. If not found, MCP returns available albums ## Step 2: Identify Pending Tracks 1. Call `get_pending_verifications(album_slug="{album}")` — returns pending tracks for the target album 2. If no album specified, call `get_pending_verifications()` for all albums If no pending tracks: ``` All tracks in [album] have been verified. No action needed. ``` If pending tracks exist, list them: ``` SOURCE VERIFICATION: [Album Title] =================================== Tracks needing verification: 1. [track-slug] — [track-title] 2. [track-slug] — [track-title] ... Total: X tracks pending verification ``` ## Step 3: Walk Through Each Track For each pending track: 1. Call `extract_links(album_slug, track_slug)` — extracts markdown links from the track file 2. Call `extract_links(album_slug, "SOURCES.md")` — get the full citation list 3. **Read RESEARCH.md** (if it exists) for evidence chains, confidence levels, and claim-to-source mappings — this gives ...

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

AI & Automation Solid

researchers-verifier

Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.

223 Updated 3 days ago
bitwize-music-studio
Data & Documents Solid

source-verification

Journalism source verification and fact-checking workflows. Use when verifying claims, checking source credibility, investigating social media accounts, reverse image searching, detecting AI-generated content, or building verification trails. For reporters, fact-checkers, and researchers working with unverified information.

234 Updated yesterday
jamditis
Data & Documents Solid

validate-album

Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.

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

researcher

Conducts investigative-grade research with primary source analysis, cross-verification, and trial-level depth. Use when an album needs factual research, source material, or verification of claims.

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

pre-generation-check

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".

223 Updated 3 days ago
bitwize-music-studio