mcp-tool-change
Use when adding, renaming, or removing an MCP tool in gtex-link. Walks through facade registration, profiles, descriptions, tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when adding, renaming, or removing an MCP tool in gtex-link. Walks through facade registration, profiles, descriptions, tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when CI fails on a PR or main. Walks through reproducing locally and root-causing without bypassing checks.
Use when adding or modifying a FastAPI route in gtex-link. Walks through request/response models, route handler, service wiring, and tests.
Use when wiring a new upstream GTEx Portal endpoint into gtex-link. Walks through the spec, models, service, route, tests, and MCP exposure decision.
Use when preparing a versioned release of gtex-link. Walks through changelog, version bump, tag, and watching the release workflow.
| name | mcp-tool-change |
| description | Use when adding, renaming, or removing an MCP tool in gtex-link. Walks through facade registration, profiles, descriptions, tests. |
Use this skill when changing the MCP tool surface (additions, renames, removals, description rewrites).
gene, transcript, feature), expression (median, top, individual), or ChatGPT search/fetch.gtex_link/mcp/tools/reference.pygtex_link/mcp/tools/expression.pygtex_link/mcp/tools/search_fetch.pygtex_link/mcp/profiles.py and decide if the tool belongs in full, lite, or both.output_validation.py will catch malformed outputs.gtex_link/mcp/errors.py.tests/test_mcp/ covering the tool's behavior, profile presence, and error masking.make test -k <tool_name>.CHANGELOG.md entry and a migration note.make ci-local.