Tag: gitlab
skill
★ 4
Upstream contribution to GitLab client-go
A workflow for identifying and implementing bug fixes or feature enhancements within the GitLab client-go library. It covers forking, implementing changes using existing patterns, and submitting merge requests to the upstream repository.
skill
★ 4
Automated GitLab Release Notes Generation
Automatically generates categorised, polished release notes by comparing two Git references within a GitLab project. It orchestrates commits and merge request data to produce structured changelogs including features, bug fixes, and breaking…
tool
★ 4
End-to-end GitLab API MCP Tool Creation
This guide provides a comprehensive workflow for wrapping a GitLab REST or GraphQL endpoint into a structured MCP tool. It details defining input/output structs, implementing handler logic, generating canonical ActionSpecs, and registering …