gitlab-search
Installation
SKILL.md
Search Skill
Search operations for GitLab using glab api raw endpoint calls.
Quick Reference
| Operation | Command Pattern | Risk |
|---|---|---|
| Search projects | glab api "search?scope=projects&search=..." |
- |
| Search issues | glab api "search?scope=issues&search=..." |
- |
| Search MRs | glab api "search?scope=merge_requests&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=wiki_blobs&search=..." |
- |
| Project search | glab api "projects/:id/search?scope=...&search=..." |
- |
| Group search | glab api "groups/:id/search?scope=...&search=..." |
- |
Risk Legend: - Safe | ⚠️ Caution | ⚠️⚠️ Warning | ⚠️⚠️⚠️ Danger