·github-webhooks
</>

github-webhooks

hookdeck/webhook-skills

Receive and verify GitHub webhooks. Use when setting up GitHub webhook handlers, debugging signature verification, or handling repository events like push, pull_request, issues, or release.

19Installs·0Trend·@hookdeck

Installation

$npx skills add https://github.com/hookdeck/webhook-skills --skill github-webhooks

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

| push | Commits pushed to branch | | pullrequest | PR opened, closed, merged, etc. | | issues | Issue opened, closed, labeled, etc. | | release | Release published | | workflowrun | GitHub Actions workflow completed | | ping | Test event when webhook created |

| X-Hub-Signature-256 | HMAC SHA-256 signature (use this, not sha1) | | X-GitHub-Event | Event type (push, pullrequest, etc.) | | X-GitHub-Delivery | Unique delivery ID |

Receive and verify GitHub webhooks. Use when setting up GitHub webhook handlers, debugging signature verification, or handling repository events like push, pull_request, issues, or release. Source: hookdeck/webhook-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill github-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-06
Updated
2026-02-18

Quick answers

What is github-webhooks?

Receive and verify GitHub webhooks. Use when setting up GitHub webhook handlers, debugging signature verification, or handling repository events like push, pull_request, issues, or release. Source: hookdeck/webhook-skills.

How do I install github-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 github-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