about
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts.
$ npx -y skills add bitwize-music-studio/claude-ai-music-skills --skill promo-reviewer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/promo-reviewerContext preview
The summary Claude sees to decide when to auto-load this skill.
Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts.
name: promo-reviewer description: Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts. argument-hint: <album-name> [platform] model: sonnet effort: medium allowed-tools: - Read - Edit - Glob - Grep - bitwize-music-mcp
Interactive review and polish of social media copy in album `promo/` files. Walk through each post, approve or revise, and write polished results back to the file.
After promo templates are populated with platform-specific copy, this skill provides structured review before release. Each post is presented with character counts, hashtag counts, and platform limit compliance. The user chooses actions (approve, revise, shorten, punch up, etc.) and polished copy is written back.
Promo Videos (optional) → [Promo Writer] (or manual) → **[Promo Review]** → Release
Between populating promo templates and release-director.
---
**Resolve the album from arguments:**
Use MCP `find_album` with the album name from `$ARGUMENTS`. If no album specified, check `get_session` for last album context.
**Locate promo directory:**
{content_root}/artists/{artist}/albums/{genre}/{album}/promo/**Check which promo files exist and have content:**
Glob for `promo/*.md` in the album directory. For each file, check if it contains populated content (not just template placeholders). A file is "populated" if it contains text beyond the template markers — look for content inside code blocks that isn't `[placeholder text]`.
**Report status:**
## Promo Copy Status | Platform | File | Status | |----------|------|--------| | Campaign | campaign.md | Populated | | Twitter/X | twitter.md | Populated | | Instagram | instagram.md | Template only | | TikTok | tiktok.md | Not found | | Facebook | facebook.md | Populated | | YouTube | youtube.md | Template only | 3 of 6 platforms have copy ready for review.
If no promo files are populated:
No promo copy found to review. Options: 1. Generate promo copy: /bitwize-music:promo-writer <album-name> 2. Populate promo templates manually (fill in promo/ files) 3. Skip promo review and proceed to release
**If platform specified in arguments**, review only that platform.
**Otherwise, ask:**
Which platforms to review? [A] All populated platforms (campaign, twitter, facebook) [1] Campaign strategy [2] Twitter/X posts [3] Facebook posts
List only populated platforms as numbered options.
For each selected platform file:
1. **Read the full file** using the Read tool 2. **Split at heading boundaries** — `##` and `###` headings delineate sections 3. **Extract code blocks** — content inside ``` fences is the actual post copy 4. **Identify reviewable sections** — sections with code blocks containing non-placeholder text 5. **Count metrics** for each post:
6. **Thread detection** — if a code block contains numbered tweets (1/, 2/, 3/), split into individual tweets and review each separately with per-tweet char counts
For each reviewable section, present the post with context:
## Twitter/X — Track 01: Track Title ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Track one tells the story of [concept]. Listen now: [link] #NewMusic #HipHop ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Chars: 87/280 | Hashtags: 2 | Status: Within limits ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Actions: [A] Approve — keep as-is [R] Revise — give feedback for rewrite [S] Shorten — make more concise [P] Punch up — make more engaging/attention-grabbing [H] Add hashtags — suggest relevant hashtags [T] Rewrite tone — specify tone (casual, professional, hype, etc.) [K] Skip — move to next without changes
**After any revision action (R, S, P, H, T):**
1. Generate the revised version 2. Present it with updated metrics 3. Offer follow-up:
Revised version: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [revised copy here] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Chars: 142/280 | Hashtags: 3 | Status: Within limits ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [A] Approve this version [R] Revise again — more feedback [D] Discard — revert to original
Campaign files contain strategy tables and messaging, not code-block posts. Adjust the review approach:
After all sections for a platform are reviewed:
1. **Reconstruct the file** with approved/revised content in place 2. **Use the Edit tool** to apply changes to the promo file 3. **Confirm write:**
Updated twitter.md — 4 posts revised, 2 approved as-is, 1 skipped
Only write back if at least one section was revised. If all sections were approved as-is or skipped, skip the write step.
Between platforms, show a running summary:
## Review Progress | Platform | Ap
I love music but never learned an instrument. AI became the creative outlet that was always out of reach. This project started as a way to go deep on Claude Code plugin architecture, agentic workflows, multi-model orchestration, and MCP tooling.
Repo: bitwize-music-studio/claude-ai-music-skills
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual…
Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album…
Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of…
Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea…
Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or…