- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
explore-feature
by comet-ml
Use when a developer wants a release-gate test for a change before merge — e.g. "explore this feature", "add a release-gate test for my PR", "gate this branch", "cover the feature in PR #7303", "release-gate test for these tickets". Reads a ticket + changed code, writes a happy-path test-plan.md (posted to Jira), and commits one staging-ready @release-gate Playwright test that gates that change's own release. Delegates the actual test authoring to writing-e2e-tests.
skill-model-updater
by bitwize-music-studio
Updates model references across all skill files when new Claude models are released. Use when Anthropic releases new Claude models to keep skills current.
researchers-gov
by bitwize-music-studio
Researches DOJ/FBI/SEC press releases, agency statements, and government sources. Use when research needs official government records or agency documentation.
lyric-reviewer
by bitwize-music-studio
Reviews lyrics against a quality checklist before Suno generation. Use before generating tracks to catch rhyme, prosody, pronunciation, and structural issues.
resume
by bitwize-music-studio
Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.
setup
by bitwize-music-studio
Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.
ship
by bitwize-music-studio
Automates the full code release pipeline — branch, commit, push, PR, wait for CI, merge, version bump, release, cleanup.
plagiarism-checker
by bitwize-music-studio
Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.
verify-sources
by bitwize-music-studio
Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.
researchers-verifier
by bitwize-music-studio
Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.
pre-generation-check
by bitwize-music-studio
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.
mix-engineer
by bitwize-music-studio
Polishes raw Suno audio by processing per-stem WAVs (vocals, drums, bass, other) with targeted cleanup, EQ, and compression, then remixing into a polished stereo WAV ready for mastering. Use after audio import and before mastering.
session-start
by bitwize-music-studio
Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.
validate-album
by bitwize-music-studio
Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.
tutorial
by bitwize-music-studio
Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.
lyric-writer
by bitwize-music-studio
Writes or reviews lyrics with professional prosody, rhyme craft, and quality checks. Use when writing new lyrics, revising existing lyrics, or when the user says 'let's work on a track.'
mastering-engineer
by bitwize-music-studio
Guides audio mastering for streaming platforms including loudness optimization and tonal balance. Use when the user has approved tracks and wants to master audio files.
custom-property-author
by cdxgen
"Guides defining and emitting new CycloneDX cdx: custom properties in cdxgen output, enforcing namespacing, safe value shapes (booleans, counts, categories instead of raw secrets, URLs, or commands), and the mandatory docs/CUSTOM_PROPERTIES.md documentation gate. Use when adding, changing, or reviewing cdx: or internal: properties on components, metadata, services, or evidence."
cyclonedx-spec-reviewer
by cdxgen
Reviews cdxgen changes for CycloneDX schema compliance, semantic field correctness, and unnecessary custom properties across spec versions 1.5 through 2.0, including AI-BOM modeling via formulation, modelCard, pedigree, and evidence. Use when a pull request changes CycloneDX output, schema handling, validators, package-manager integrations, BOM enrichment, or custom properties.
Claude-Mem OpenClaw Plugin — Setup Guide
by thedotmack
observationFeed.to string â Target chat/channel/user ID
QE Iterative Loop
by proffesor-for-testing
"Quality Engineering iteration loops for autonomous test improvement, coverage achievement, and quality gate compliance. Use when tests need to pass, coverage targets must be met, quality gates require compliance, or flaky tests need stabilization. Integrates with AQE v3 fleet agents for coordinated quality iteration."
r8-analyzer
by android
Analyzes Android build files and R8 keep rules to identify redundancies,
docs-and-website-sync
by weapp-vite
面向 weapp-vite monorepo 的文档、website 与公开 skills 同步工作流。适用于源码能力变化后同步配置、CLI、React/Wevu/Vue SFC、多平台、mpcore、README、packaged docs、脚手架 AGENTS.md、AI skills 元数据和触发回归入口。
gh-cli
by mfts
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.