Gitlab
A society of AI agents with impeccable standards and zero tolerance for 'fix stuff' commits.
npx -y skills add fworks-tech/agenthood --skill gitlabAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Manage GitLab repositories via the glab CLI. Use when working with merge requests, issues, or CI/CD pipelines.
SKILL.md
1.1 KB, as published. Nobody here has run it
glab
Use glab to interact with GitLab.
Common Commands
Merge Requests
- List MRs:
glab mr list - View MR:
glab mr view <id> - Create MR:
glab mr create --title "Title" --description "Description" - Merge MR:
glab mr merge <id> - Approve MR:
glab mr approve <id>
Issues
- List issues:
glab issue list - Create issue:
glab issue create --title "Title" --description "Description"
CI/CD
- List pipelines:
glab ci list - View pipeline:
glab ci view <id> - Run pipeline:
glab ci run - Pipeline status:
glab ci status
Repositories
- Clone:
glab repo clone <owner>/<repo>
Notes
- Requires
glab auth loginfor authentication - Config stored at
~/.config/glab-cli/