Best practices for webhook handlers. Use when implementing the handler sequence (verify first, parse second, handle idempotently), idempotency, error handling, retry logic, or framework-specific issues with Express, Next.js, or FastAPI.
84
78%
Does it follow best practices?
Impact
89%
1.12xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./skills/webhook-handler-patterns/SKILL.mdSee references/handler-sequence.md for details and links to provider verification and idempotency patterns.
| Code | Meaning | Provider Behavior |
|---|---|---|
2xx | Success | No retry |
4xx | Client error | Usually no retry (except 429) |
5xx | Server error | Retry with backoff |
429 | Rate limited | Retry after delay |
da37fc7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.