9.4k★glab-milestone – OpenClaw Skill
glab-milestone is an OpenClaw Skills integration for writing workflows. Use when working with glab milestone commands.
9.4k stars6.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing
Skill Snapshot
| name | glab-milestone |
| description | Use when working with glab milestone commands. OpenClaw Skills integration. |
| owner | vince-winkintel |
| repository | vince-winkintel/gitlab-ci-skillspath: glab-milestone |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @vince-winkintel/gitlab-ci-skills:glab-milestone |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
3 files
glab-milestone
references
commands.md
8.2 KBSKILL.md
1.0 KBSKILL.md
name: glab-milestone description: Use when working with glab milestone commands.
glab milestone
Overview
Manage group or project milestones.
USAGE
glab milestone <command> [command] [--flags]
COMMANDS
create [--flags] Create a group or project milestone.
delete [--flags] Delete a group or project milestone.
edit [--flags] Edit a group or project milestone.
get [--flags] Get a milestones via an ID for a project or group.
list [--flags] Get a list of milestones for a project or group.
FLAGS
-h --help Show help for this command.
-R --repo Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.
Quick start
glab milestone --help
Subcommands
See references/commands.md for full --help output.
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install glab-milestone?
Run openclaw add @vince-winkintel/gitlab-ci-skills:glab-milestone in your terminal. This installs glab-milestone into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/vince-winkintel/gitlab-ci-skills. Review commits and README documentation before installing.
