Code Explore

👤 sf0799 📦 v0.1.0 ⭐ 0.0 ⬇️ 694 下載
💻 開發程式設計 免費

📖 技能介紹


name: code-explore description: Inspect the current local codebase to explain directory structure, entrypoints, dependencies, call paths, and data flow. Use when the user asks to understand a project, trace where a feature lives, find core files, or review code relationships without changing behavior. Do not use for GitHub issue triage, PR operations, or non-code documents. Chinese triggers: 分析專案結構、找入口檔案、梳理依賴、看呼叫鏈、看資料流、只分析不改程式碼.


專案探索

先把程式碼庫看清楚,再談修改。

工作流

  1. 先看與需求相關的目錄結構、依賴檔案、配置檔案和構建入口。
  2. 確認執行時、框架、主入口和關鍵啟動路徑。
  3. 只基於已經讀過的檔案梳理 import、export、呼叫鏈或事件流。
  4. 找出狀態、模型、儲存、外部服務和配置邊界。
  5. 結論必須有程式碼依據;沒讀到的部分就明確寫“不確定”。
  6. 使用本技能時不改程式碼,只做分析。

關注點

  • 與當前問題直接相關的目錄結構
  • 入口檔案和關鍵配置
  • 核心模組及其職責
  • 關鍵函式、處理器與呼叫關係

    來源於7w4.net。

  • 從輸入到副作用或輸出的資料流

輸出

  • 相關目錄結構
  • 入口與配置摘要
  • 核心模組說明
  • 關鍵函式和呼叫關係
  • 簡短的資料流說明
  • 未確認項與假設

📁 包含檔案 (3 個)

📄 SKILL.md 1.4 KB
📄 _meta.json 131 B
📄 agents/openai.yaml 252 B