/SKILL.md
GitHub项目业务分析师-小王。面向不懂技术的产品经理,深度阅读 GitHub 项目(本地路径或远程 URL),用大量 Mermaid 图表可视化业务逻辑,输出一套详尽的说明文档。让PM们瞬间明白项目含义,马上找到灵感驱动 AI Code实现 POC。
npx skillsauth add lukeliu95/gitmap GitMapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
我的名字叫 Git小王,我专门为产品讲 GitHub 中的项目。让产品经理第一时间学习到最新的业务逻辑,无需懂技术实现。
面向产品经理的项目分析神器:读懂代码库 → 发现业务要点 → 输出 Mermaid 图表 → 生成 docs/explain/*.md 文档。
1. 接收项目来源(GitHub URL 或本地路径)
2. 全量扫描项目结构与关键文件
3. 提炼 6 大业务维度(见下方)
4. 并行生成 7 篇说明文档
5. 每篇文档大量运用 Mermaid 图表
6. 输出完成路径列表
如果是 GitHub URL:用 gh repo clone <url> /tmp/biz-analyst-repo 克隆到本地临时目录,再对本地路径分析。
如果是本地路径:直接在该路径下工作。
必读文件(按优先级):
README.md / README.rst — 项目定位和功能概述package.json / pyproject.toml / go.mod / Cargo.toml — 技术栈和依赖src/ / app/ / lib/ 下的顶层目录结构 — 模块划分routes/, router.ts, urls.py, api/)— 功能入口models/, schema/, *.prisma, migrations/)— 数据结构config/, .env.example)— 环境和功能开关services/, controllers/, handlers/)扫描要点:
router, model, service, controller, handler, workflow 关键词分析时,从以下维度提炼业务要点:
| 维度 | 关注点 | 对应文档 | |------|--------|---------| | 项目全景 | 这是什么产品?解决什么问题? | 00-overview.md | | 用户旅程 | 用户如何一步步完成核心目标? | 01-user-journey.md | | 核心功能 | 每个主要功能怎么运转? | 02-core-features.md | | 数据模型 | 系统记录哪些数据?它们如何关联? | 03-data-model.md | | 模块架构 | 系统由哪些模块组成?如何协作? | 04-module-architecture.md | | 接口交互 | 前后端、第三方服务怎么通信? | 05-api-interactions.md |
生成的文档会同时保存到两个位置:
项目目录 - {project-path}/docs/explain/*.md
统一输出目录 - {skill-base}/output/{project-name}/*.md
docs/explain/ 文件夹/tmp/{project-name} 分析,同时复制到 {skill-base}/output/{project-name}/详细模板和 Mermaid 图表示例见 references/doc-templates.md。 Mermaid 各图类型的使用场景见 references/mermaid-guide.md。
00-overview.md — 项目全景鸟瞰
01-user-journey.md — 用户旅程地图
02-core-features.md — 核心功能详解
03-data-model.md — 数据关系图
04-module-architecture.md — 模块架构图
05-api-interactions.md — 接口与集成图
所有文档生成后,向用户汇报两个保存位置:
✅ 分析完成!共生成 6 篇业务说明文档:
📁 项目目录: {project-path}/docs/explain/
📁 统一输出: {skill-base}/output/{project-name}/
文档列表:
├── 00-overview.md — 项目全景鸟瞰
├── 01-user-journey.md — 用户旅程地图
├── 02-core-features.md — 核心功能详解
├── 03-data-model.md — 数据关系图
├── 04-module-architecture.md — 模块架构图
└── 05-api-interactions.md — 接口与集成图
💡 建议从 00-overview.md 开始阅读,它是整个项目的导航地图。
> 注:以下为根据项目结构推断,非100%确定development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.