gitlab-wiki

Installation
SKILL.md

Wiki Skill

Wiki page management for GitLab using glab api raw endpoint calls.

Quick Reference

Operation Command Pattern Risk
List pages glab api projects/:id/wikis -
Get page glab api projects/:id/wikis/:slug -
Create page glab api projects/:id/wikis -X POST -f ... ⚠️
Update page glab api projects/:id/wikis/:slug -X PUT -f ... ⚠️
Delete page glab api projects/:id/wikis/:slug -X DELETE ⚠️⚠️
Upload attachment glab api projects/:id/wikis/attachments -X POST ... ⚠️

Risk Legend: - Safe | ⚠️ Caution | ⚠️⚠️ Warning | ⚠️⚠️⚠️ Danger

When to Use This Skill

Related skills
Installs
88
GitHub Stars
1
First Seen
Feb 20, 2026