Your agent runs the whole JSON-RPC lifecycle against the live Suede Skills MCP server, initialize through tools, resources, and prompts, and checks the answers against the source, the catalog, and the skill folders. Nine tools, seven resources, and five prompts each get exercised, with closed schemas and tool annotations verified. It is scoped to this pack's own server and its install and docs surface, and it runs when any of that changes.
"QA the MCP server before it ships"->/suede-mcp-qaAsk in plain words. The router reads the request and loads this lane; MCP agents find it with list_suede_skills.
claude code · sample session
$ /suede-mcp-qa run the gauntlet9 tools probed · schemas validatederror paths: malformed input handledMCP QA: PASSED · SMOKE TESTS GREEN
Syntax checks for the MCP source and catalog JSON parsing against listed skill folders.
Live `initialize`, `ping`, `tools/list`, `tools/call`, `resources/list`, `resources/read`, `prompts/list`, and `prompts/get` checks when supported.
Install output that leads with public GitHub skill installs and labels local plugin commands as local-only.
Bounded text handling, invalid tool names, invalid resources, malformed JSON-RPC messages, and documented error codes.
MCP output compared against README, docs pages, and public catalog language.
Exact command and output recording, with unreachable or unimplemented checks treated as failures.
When to use it
When building, changing, testing, or explaining the Suede Skills MCP.
When the catalog may have drifted from the skill folders.
Before shipping an MCP server or catalog change.
When a Suede MCP docs surface changes.
Not for: fixing a broken skill install command outside the MCP (use suede-launch-packaging).
Best prompt
Use $suede-mcp-qa to QA the live Suede Skills MCP before release, run the catalog, tools, resources, prompts, install-output, JSON-RPC error, bounded text, and docs-alignment checks, and report exact commands, outputs, failures, fixes, and ship gate.
It ships inside the Suede Creator Skills pack, so one install brings the whole pack and this skill with it. Claude Code takes two commands the first time and one after that; Codex installs the same pack natively.