·gitlab-search
</>

gitlab-search

GitLab search operations via API. ALWAYS use this skill when user wants to: (1) search across GitLab globally, (2) find issues/MRs/code/commits, (3) search within a group or project, (4) find users or projects by keyword.

9Installs·1Trend·@grandcamel

Installation

$npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-search

How to Install gitlab-search

Quickly install gitlab-search AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-search
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: grandcamel/gitlab-assistant-skills.

SKILL.md

View raw

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=..." | - |

GitLab search operations via API. ALWAYS use this skill when user wants to: (1) search across GitLab globally, (2) find issues/MRs/code/commits, (3) search within a group or project, (4) find users or projects by keyword. Source: grandcamel/gitlab-assistant-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-search
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from grandcamel/gitlab-assistant-skills

Quick answers

What is gitlab-search?

GitLab search operations via API. ALWAYS use this skill when user wants to: (1) search across GitLab globally, (2) find issues/MRs/code/commits, (3) search within a group or project, (4) find users or projects by keyword. Source: grandcamel/gitlab-assistant-skills.

How do I install gitlab-search?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/grandcamel/gitlab-assistant-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22