·explore-codebase
>_

explore-codebase

doodledood/codex-workflow

用于查找要读取的文件的上下文收集。映射代码库结构,返回概览和带行号范围的优先文件列表。详尽度:快速用于查找,中等用于 bug/功能,详尽用于多区域,非常详尽用于架构审计。触发词:explore、查找文件、在哪里、X 如何工作。

13安装·0热度·@doodledood

安装

$npx skills add https://github.com/doodledood/codex-workflow --skill explore-codebase

SKILL.md

FIRST: Determine level before exploring. Parse from natural language (e.g., "quick", "do a quick search", "thorough exploration", "very thorough") or auto-select if not specified: single entity lookup → quick; single bounded subsystem (per Definitions) → medium; query spanning 2+ bounded subsystems OR explicit interaction queries ("how do X and Y interact") → thorough; "comprehensive"/"all"/"architecture"/"audit"...

Trigger conflicts: When a query contains triggers from multiple levels, use the highest thoroughness level indicated (very-thorough > thorough > medium > quick). Example: "where is the comprehensive auth?" → very-thorough ("comprehensive" overrides "where is").

| quick | No research file, no todos, 1-2 search calls (Glob or Grep, not counting Read); if first search returns no results, try one alternative (if Glob failed, use Grep with same keyword; if Grep failed, use broader Glob like /keyword). If search returns >5 files matching the pattern (before filtering by relevance), note "Query broader than expected for quick mode. Consider re-running with medium thoroughness."...

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/doodledood/codex-workflow --skill explore-codebase
分类
>_效率工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 explore-codebase?

用于查找要读取的文件的上下文收集。映射代码库结构,返回概览和带行号范围的优先文件列表。详尽度:快速用于查找,中等用于 bug/功能,详尽用于多区域,非常详尽用于架构审计。触发词:explore、查找文件、在哪里、X 如何工作。 来源:doodledood/codex-workflow。

如何安装 explore-codebase?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/doodledood/codex-workflow --skill explore-codebase 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/doodledood/codex-workflow