用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cyanheads/mcp-reporter --skill field-test命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | field-test |
| description | Exercise mcp-reporter's collected reports through in-memory, stdio, HTTP and compiled Node entry points. |
| metadata | {"author":"cyanheads","version":"1.0","type":"project-workflow"} |
Read CLAUDE.md, source and the full diff. Build the target list from every changed behavior, including complete pre-existing changes. Test the local build, not a globally installed or remote published version.
Run bun run devcheck, bun run rebuild, and bun run test:package. Tests use known synthetic fixtures; do not execute the user's local server config or start unrelated services.
Verify applicable boundaries:
For new bugs, observe a failing regression before fixing. For existing untested behavior, pin a passing characterization before editing. Use additional live targets only when the user explicitly requests them. Report commands and concrete outcomes, not inferred success.
Review substantial mcp-reporter changes for unnecessary complexity while preserving tested behavior and public contracts.
Review verified mcp-reporter changes, prepare versioned changelog entries, create logical commits and an annotated local tag. No push or publish.
Update mcp-reporter dependencies, adopt SDK changes, reconcile development workflows, and verify the CLI and library.