用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Colin4k1024/tsp --skill codegraph命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
自动化视觉测试与 UI 交互验证。部署功能后使用浏览器自动化验证关键页面、核心路径和发布前回归。 当任务需要真实浏览器验证渲染、导航、交互或前端上线风险时使用。
正在显示 SKILL.md
基于 SOC 职业分类
| name | codegraph |
| description | 将 CodeGraph 作为默认内置 MCP-backed 代码图谱能力接入,用于 brownfield 符号搜索、 调用链、影响面和上下文查询。输出必须回落到 `/team-*` 主链和 artifacts。 |
| origin | colbymchenry/codegraph (official standalone installer with target-scoped wrapper) |
/team-plan、/team-execute、/team-review 提供可追溯的 MCP-backed 影响面证据。.codegraph/。npm run codegraph:doctor,确认 standalone CodeGraph binary、官方 installer 依赖和当前 target wrapper 可用。SessionStart 自动初始化索引;非 Claude 或关闭自动初始化时,在消费方目标项目根目录手动初始化:
codegraph init -i
search/context/callers/callees/impact/node/files/status 查询。/team-plan 的 Brownfield Context Snapshot 和 readiness 证据/team-execute 的 story slice 影响面说明/team-review 的风险、回归边界和放行建议.codegraph/。/team-* 决策的影响scripts/install-codegraph.js wrapper,不使用上游 --target=auto。SessionStart 可在新项目缺少 .codegraph/codegraph.db 时静默执行 codegraph init -i <projectRoot>;用 TSP_CODEGRAPH_AUTO_INIT=0 可关闭。.codegraph/ 数据库或将其作为 TSP artifact。/team-plan、/team-review 或验证门禁。/team-help -> /update-codemaps -> npm run codegraph:doctor -> Claude 自动初始化或 codegraph init -i -> /team-plan/team-execute -> CodeGraph impact/callers/callees -> /handoff -> /team-review