test

Run pytest integrity checks on music plugin configuration and workflows.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/apavanello/claude-ai-music-skills --skill test-apavanello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/apavanello/claude-ai-music-skills/tree/main/skills/test
Command: npx skills add https://github.com/apavanello/claude-ai-music-skills --skill test-apavanello

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework to automatically validate the integrity of the music plugin across multiple categories, ensuring stability and reliability before creating Pull Requests or making changes to the plugin.

Core Features & Use Cases

  • Automated Test Suite: Execute over 14 different categories of tests for thorough plugin validation.
  • Quick Tests: Run fast automated checks using pytest to quickly identify common issues.
  • Test Categories: Include config, skills, templates, workflow, suno, research, mastering, sheet-music, release, consistency, terminology, behavior, quality, and e2e.
  • Use Case: Before creating a Pull Request or making changes, run /test to verify that all tests pass and the plugin remains functional.

Quick Start

Execute all automated tests with the command /test.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate plugin integrity validation using pytest?

You can perform plugin integrity validation by running the /test command, which executes over 14 categories of automated checks to verify configuration, skill definitions, and overall workflow stability.

What is automated test execution for music plugin stability?

Automated test execution for music plugin stability is a validation process that checks configuration, skill definitions, and workflow reliability across 14 test categories including consistency, terminology, behavior, quality, and e2e.

Do I need Python and pytest installed to run automated plugin validation?

Yes, you need Python and pytest installed to run automated plugin validation, as the test suite utilizes the pytest framework to execute its comprehensive integrity checks across multiple categories.

When should I run automated test suites for music plugin development?

Run automated test suites for music plugin development before creating a Pull Request or making changes to verify that all tests pass and the plugin remains functional across config, skills, templates, and workflow categories.

Can I run quick automated checks to identify common music plugin issues?

Yes, you can run quick automated checks using pytest to quickly identify common music plugin issues, providing a fast validation method before executing the full comprehensive test suite.

What test categories are included in music plugin integrity validation?

Music plugin integrity validation includes 14 test categories: config, skills, templates, workflow, suno, research, mastering, sheet-music, release, consistency, terminology, behavior, quality, and e2e tests.