什麼是 ask?
當您探索程式碼庫時可以使用它。它可以讓你向編寫程式碼的人工智慧詢問有關事物如何運作以及為什麼他們選擇以他們的方式建構事物的問題。可以將其視為向編寫程式碼的工程師尋求協助以理解程式碼。 來源:git-ai-project/git-ai。
當您探索程式碼庫時可以使用它。它可以讓你向編寫程式碼的人工智慧詢問有關事物如何運作以及為什麼他們選擇以他們的方式建構事物的問題。可以將其視為向編寫程式碼的工程師尋求協助以理解程式碼。
透過命令列快速安裝 ask AI 技能到你的開發環境
來源:git-ai-project/git-ai。
Answer questions about AI-written code by finding the original prompts and conversations that produced it, then embodying the author agent's perspective to answer.
You do the prep work, then hand off to a fast, tightly scoped subagent:
a) Editor selection context (most common). When the user has lines selected in their editor, a is injected into the conversation like:
當您探索程式碼庫時可以使用它。它可以讓你向編寫程式碼的人工智慧詢問有關事物如何運作以及為什麼他們選擇以他們的方式建構事物的問題。可以將其視為向編寫程式碼的工程師尋求協助以理解程式碼。 來源:git-ai-project/git-ai。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/git-ai-project/git-ai --skill ask當您探索程式碼庫時可以使用它。它可以讓你向編寫程式碼的人工智慧詢問有關事物如何運作以及為什麼他們選擇以他們的方式建構事物的問題。可以將其視為向編寫程式碼的工程師尋求協助以理解程式碼。 來源:git-ai-project/git-ai。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/git-ai-project/git-ai --skill ask 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/git-ai-project/git-ai