一键导入
cpp-load-mcp-docs
Load MCP Second Opinion server documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load MCP Second Opinion server documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cpp-load-mcp-docs |
| description | Load MCP Second Opinion server documentation |
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
~/.codex/config.toml, or fall back to the referenced repo scripts and CLI entry points.The MCP Second Opinion server is external: it lives in the cooneycw/mcp-second-opinion
repo and is connected to this project through the root .mcp.json streamable-http pointer
(localhost http://127.0.0.1:8080/mcp or a Tailscale URL). Summarize the available tools
and usage patterns from what is reachable here:
README.md (MCP Second Opinion section) for the setup and connection model.mcp__second-opinion__* tool definitions exposed by the connected
server (e.g. list_available_models, get_code_second_opinion,
get_multi_model_second_opinion, create_session, consult). For full server
internals, see the external cooneycw/mcp-second-opinion repository.Provide an overview of:
Format the response as a concise reference guide.
Flow: Auto - Full Issue Lifecycle in One Shot - Complete end-to-end workflow: start worktree → analyze issue → ELI5 plan + necessity gate → implement ...
Run quality checks (lint + test + typecheck + security) without committing
Flow: Finish - Quality Gates, Commit, Push, and Create PR - Run quality checks, commit changes, push the branch, and create a pull request.
Flow Commands - Streamlined worktree-based development workflow. No locks, no Redis - just git.
Flow: Merge PR and Clean Up - Merge the current branch's PR, then clean up the worktree and branch.
Diagnose flow workflow setup and environment