gitlab-webhooks
✓Receive and verify GitLab webhooks. Use when setting up GitLab webhook handlers, debugging token verification, or handling repository events like push, merge_request, issue, pipeline, or release.
Installation
SKILL.md
For complete working examples with tests, see: examples/express/ - Full Express implementation examples/nextjs/ - Next.js App Router implementation examples/fastapi/ - Python FastAPI implementation
| Event | X-Gitlab-Event Header | objectkind | Description |
| Push | Push Hook | push | Commits pushed to branch | | Tag Push | Tag Push Hook | tagpush | New tag created | | Issue | Issue Hook | issue | Issue opened, closed, updated | | Comment | Note Hook | note | Comment on commit, MR, issue | | Merge Request | Merge Request Hook | mergerequest | MR opened, merged, closed |
Receive and verify GitLab webhooks. Use when setting up GitLab webhook handlers, debugging token verification, or handling repository events like push, merge_request, issue, pipeline, or release. Source: hookdeck/webhook-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill gitlab-webhooks- Source
- hookdeck/webhook-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is gitlab-webhooks?
Receive and verify GitLab webhooks. Use when setting up GitLab webhook handlers, debugging token verification, or handling repository events like push, merge_request, issue, pipeline, or release. Source: hookdeck/webhook-skills.
How do I install gitlab-webhooks?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hookdeck/webhook-skills --skill gitlab-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/hookdeck/webhook-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12