microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
plugins/gitlab/README.md
35lines · modecode
| 1 | <!-- markdownlint-disable-file --> |
| 2 | # GitLab Integration |
| 3 | |
| 4 | GitLab merge request and pipeline workflows through a Python skill |
| 5 | |
| 6 | ## Overview |
| 7 | |
| 8 | Use GitLab merge request and pipeline workflows from VS Code through a focused Python skill for inspecting merge requests, posting notes, triggering pipelines, and reading job logs. |
| 9 | |
| 10 | This collection includes: |
| 11 | |
| 12 | - **GitLab Skill** - List and inspect merge requests, create or update merge requests, add notes, inspect pipelines, list jobs, and fetch job logs |
| 13 | |
| 14 | ## Install |
| 15 | |
| 16 | ```bash |
| 17 | copilot plugin install gitlab@hve-core |
| 18 | ``` |
| 19 | |
| 20 | ## Instructions |
| 21 | |
| 22 | | Instruction | Description | |
| 23 | |--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 24 | | hve-core-location.instructions | Important: hve-core is the repository containing this instruction file; Guidance: if a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree. | |
| 25 | |
| 26 | ## Skills |
| 27 | |
| 28 | | Skill | Description | |
| 29 | |--------|-----------------------------------------------------------------------------------------------------| |
| 30 | | gitlab | Manage GitLab merge requests and pipelines with a Python CLI - Brought to you by microsoft/hve-core | |
| 31 | |
| 32 | --- |
| 33 | |
| 34 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |
| 35 | |
| 36 | |