microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
292b6ec5906143ccbbca96f25485b3271bd65310

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

plugins/gitlab/README.md

47lines · modecode

1<!-- markdownlint-disable-file -->
2# GitLab Integration
3
4GitLab merge request and pipeline workflows through a Python skill
5
6## Overview
7
8Use 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<!-- BEGIN AUTO-GENERATED ARTIFACTS -->
11
12### Instructions
13
14| Name | Description |
15|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
16| **shared/hve-core-location** | 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. |
17
18### Skills
19
20| Name | Description |
21|------------|--------------------------------------------------------------|
22| **gitlab** | Manage GitLab merge requests and pipelines with a Python CLI |
23
24<!-- END AUTO-GENERATED ARTIFACTS -->
25
26## Install
27
28```bash
29copilot plugin install gitlab@hve-core
30```
31
32## Instructions
33
34| Instruction | Description |
35|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
36| 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. |
37
38## Skills
39
40| Skill | Description |
41|--------|-----------------------------------------------------------------------------------------------------|
42| gitlab | Manage GitLab merge requests and pipelines with a Python CLI - Brought to you by microsoft/hve-core |
43
44---
45
46> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)