Audit whether the unreleased touchdesigner-mcp diff (since the last tag) is adequately covered by integration tests before a release is cut. Walks every API/MCP surface change in the release range, maps each to the integration suite that should cover it, and reports covered / gap / waived per change. Use before releasing, when checking release test coverage, or when asked whether the release diff "has enough tests". This skill AUDITS coverage across the whole release; it delegates HOW to write or run a test to the integration-test-guard skill. Pairs with prepare-release and the release-manager agent.
$npx -y skills add 8beeeaaat/touchdesigner-mcp --skill release-test-auditInstalls into the current project.
Run `npx skills use "https://github.com/8beeeaaat/touchdesigner-mcp" --skill "8beeeaaat/touchdesigner-mcp/release-test-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/8beeeaaat/touchdesigner-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/8beeeaaat/touchdesigner-mcp"` and select the relevant skills, then follow their instructions.