microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
63d4c4d2b59b9edc016fa4988c76b37103a2cfb0

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/gitlab/README.md

35lines · 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
10This 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
17copilot plugin install gitlab@hve-core
18```
19
20## Instructions
21
22| Instruction | Description |
23|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
24| 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. |
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)