What problem does it solve?
This Skill streamlines project-scoped issue management in GitLab so agents and engineers can reliably create, find, inspect, update, close, and reopen issues without manual API fiddling.
Core Features & Use Cases
- Search & Triage: List and filter project issues by state, labels, assignee, and full-text search to avoid duplicates before creating new issues.
- Create with Metadata: Create issues with title, description, labels, confidentiality, due date, and issue type to standardize intake.
- Inspect & Transition: Fetch a single issue by IID, update fields incrementally, and transition state via close and reopen operations for incident and release workflows.
- Use Case: Automate bug triage for a release by searching open bug-labeled issues, creating missing tickets, and closing resolved items as CI pipelines land fixes.
Quick Start
Create a bug in project group/project titled Bug: deploy failed on main with labels bug and platform and include a clear description of the failure.