什麼是 gitlab-search?
透過 API 進行 GitLab 搜尋操作。當使用者想要執行以下操作時,請務必使用此技能:(1) 在全球範圍內搜尋 GitLab,(2) 尋找問題/MR/程式碼/提交,(3) 在群組或專案內搜索,(4) 按關鍵字尋找使用者或專案。 來源:grandcamel/gitlab-assistant-skills。
透過 API 進行 GitLab 搜尋操作。當使用者想要執行以下操作時,請務必使用此技能:(1) 在全球範圍內搜尋 GitLab,(2) 尋找問題/MR/程式碼/提交,(3) 在群組或專案內搜索,(4) 按關鍵字尋找使用者或專案。
透過命令列快速安裝 gitlab-search AI 技能到你的開發環境
來源:grandcamel/gitlab-assistant-skills。
Search operations for GitLab using glab api raw endpoint calls.
| Search projects | glab api "search?scope=projects&search=..." | - | | Search issues | glab api "search?scope=issues&search=..." | - | | Search MRs | glab api "search?scope=mergerequests&search=..." | - | | Search code | glab api "search?scope=blobs&search=..." | - | | Search commits | glab api "search?scope=commits&search=..." | - |
| Search users | glab api "search?scope=users&search=..." | - | | Search wiki | glab api "search?scope=wikiblobs&search=..." | - | | Project search | glab api "projects/:id/search?scope=...&search=..." | - | | Group search | glab api "groups/:id/search?scope=...&search=..." | - |
透過 API 進行 GitLab 搜尋操作。當使用者想要執行以下操作時,請務必使用此技能:(1) 在全球範圍內搜尋 GitLab,(2) 尋找問題/MR/程式碼/提交,(3) 在群組或專案內搜索,(4) 按關鍵字尋找使用者或專案。 來源:grandcamel/gitlab-assistant-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-search透過 API 進行 GitLab 搜尋操作。當使用者想要執行以下操作時,請務必使用此技能:(1) 在全球範圍內搜尋 GitLab,(2) 尋找問題/MR/程式碼/提交,(3) 在群組或專案內搜索,(4) 按關鍵字尋找使用者或專案。 來源:grandcamel/gitlab-assistant-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-search 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/grandcamel/gitlab-assistant-skills