بنقرة واحدة
gitlab
Query GitLab projects, merge requests, and CI pipelines
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Query GitLab projects, merge requests, and CI pipelines
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
Diagnose Kubernetes Ingress resources and configurations
| name | gitlab |
| description | Query GitLab projects, merge requests, and CI pipelines |
| activation_keywords | ["gitlab","project","pipeline","mr","merge","ci","repository"] |
| execution_mode | server |
Provides read-only GitLab operations via HTTP API:
Use builtin_gitlab tool with fields:
operation: one of "list_projects", "get_project", "list_mrs", "list_pipelines", "get_job_log", "list_branches", "list_tags"project_id: GitLab project ID or URL-encoded path (required for most ops)gitlab_url: GitLab instance URL (default: https://gitlab.com)token: GitLab personal access token (from GITLAB_TOKEN env var if not provided)mr_iid: merge request IID (for pipeline listing)pipeline_id: pipeline ID (for get_job_log)per_page: results per page (default: 20)Note: All operations are read-only. The token is used only for this request and never logged.