·explore-codebase
>_

explore-codebase

doodledood/codex-workflow

用於查找要讀取的文件的上下文收集。映射代碼庫結構,返回概述+帶有行範圍的優先文件列表。徹底性:查找速度快,錯誤/功能中等,多區域徹底,架構審核非常徹底。觸發器:探索、查找文件、X 在哪裡、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?

用於查找要讀取的文件的上下文收集。映射代碼庫結構,返回概述+帶有行範圍的優先文件列表。徹底性:查找速度快,錯誤/功能中等,多區域徹底,架構審核非常徹底。觸發器:探索、查找文件、X 在哪裡、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