·explore-codebase
>_

explore-codebase

doodledood/codex-workflow

読み取るファイルを見つけるためのコンテキスト収集。コードベース構造をマップし、概要と行範囲を含む優先順位付けされたファイルリストを返します。徹底的さ: ルックアップは迅速、バグ/機能は中程度、マルチエリアは徹底的、アーキテクチャ監査は非常に徹底的です。トリガー: 探索、ファイルの検索、場所、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 の仕組み。 ソース: 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 で使用できるようになります

ソースリポジトリはどこですか?

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