project-indexer
为软件项目生成全面的索引文档,链接任务、文档和代码,提供项目导航。在创建项目文档索引、组织多阶段开发、管理复杂分析或建立项目知识库时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
为软件项目生成全面的索引文档,链接任务、文档和代码,提供项目导航。在创建项目文档索引、组织多阶段开发、管理复杂分析或建立项目知识库时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Standardize GitHub Issue, Epic, Sub-Issue, PR, label, and Projects v2 workflows for multi-agent vibe-coding collaboration. Use when managing GitHub org/repo work with gh/git, including task decomposition, project fields, branch and PR conventions, review states, or blocker handling.
Use this skill when bumping npm package versions in the BIRD-LSP monorepo with bumpp. Apply it for release preparation, prerelease increments, or package version synchronization while keeping @birdcc/vscode and @birdcc/intel unchanged.
设计软件系统的完整架构,包括模块结构、组件交互、配置管理和扩展策略。在创建系统设计文档、规划模块化架构、定义组件边界、设计配置系统或规划技术演进路线时使用。
创建软件项目的详细实施计划,包括代码结构、类型定义、构建流程和测试策略。在规划开发阶段、设计代码组织、制定技术方案或建立项目工作流时使用。
Use this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires `gh` CLI tool.
分析现有软件项目作为参考实现,提取架构模式、技术选型、最佳实践和设计决策。在比较多个参考项目、评估技术方案、识别功能差距、规划新项目开发或进行技术调研时使用。
| name | project-indexer |
| description | 为软件项目生成全面的索引文档,链接任务、文档和代码,提供项目导航。在创建项目文档索引、组织多阶段开发、管理复杂分析或建立项目知识库时使用。 |
生成全面的项目索引,链接任务、文档和代码,为多阶段软件项目提供导航。
多轮分析的结构:
# 项目分析索引
## 执行摘要
- 项目概述
- 关键发现摘要
- 风险评估
## 文档索引
### 第一轮:需求分析
- 文档 1(路径、行数、关键发现)
- 文档 2(路径、行数、关键发现)
### 第二轮:架构设计
...
## 严重问题摘要
| ID | 问题 | 来源 | 严重程度 |
## 快速参考
| 想了解 X | 阅读文档 Y |
## 下一步
- 立即行动
- 前置条件
- 风险缓解
项目实施的结构:
## 📋 任务索引
### 父任务
- Epic: #XX
- 任务索引: #YY
### 实施阶段
- [ ] 阶段 1:基础 → #ZZ
- [ ] 阶段 2:核心 → #AA
### 参考文档
| 类型 | 路径 |
|------|------|
| 分析 | `docs/analysis/...` |
| 设计 | `docs/design/...` |
### 关键决策
| 决策 | 状态 | 文档 |
识别所有项目资产:
对于每个文档:
构建关系矩阵:
创建快速查找表:
正确:仅引用文档路径
参见:`docs/design/architecture.md`
错误:复制内容
架构使用微服务模式...
索引与内容独立更新:
任务列表应该:
Epic (#61)
└── 任务索引 (#62)
├── 阶段 1 (#63)
├── 阶段 2 (#64)
└── 阶段 3 (#65)
└── 实施 PR
详见 references/index-template.md 获取完整模板。