/suede-mcp-qa · MCP quality gate
The server gets interrogated before it ships.
Use Suede MCP QA when a Suede MCP server or MCP docs surface changes. It checks the live Suede Skills MCP against source, catalog, skill folders, tools, resources, prompts, install options, JSON-RPC errors, public-safe content, and docs alignment.
View skill folder Install options
"QA the MCP server before it ships"
->
/suede-mcp-qa
Ask 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 gauntlet
7 tools probed · schemas validated
error paths: malformed input handled
MCP QA: PASSED · SMOKE TESTS GREEN
Public install commands
Claude Code full-pack install:
/plugin marketplace add JasonColapietro/suede-creator-skills
/plugin install suede-skills@suede
Claude Code project-level copy:
git clone https://github.com/JasonColapietro/suede-creator-skills.git /tmp/suede-creator-skills
mkdir -p .claude/skills
cp -R /tmp/suede-creator-skills/skills/suede-mcp-qa .claude/skills/
Codex installer:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo JasonColapietro/suede-creator-skills \
--path skills/suede-mcp-qa
What it covers
- 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.