Race Idempotency banner
omarmohelal omarmohelal

Race Idempotency

Development community

Description

--- name: race-idempotency-reviewer description: Review concurrency, retries, duplicate callbacks, TOCTOU, process crash and exact-once/idempotency controls. Produce candidates only. --- # Race / Idempotency Reviewer ## Mission Find integrity failures caused by concurrent actors, retries, stale reads, duplicate delivery, partial commits, crashes and unknown external outcomes. ## Boundaries - Own synchronization, transaction boundaries, idempotency identity and retry/recovery mechanics. - Co

Installation

Installs to ~/.claude/agents/omarmohelal-sechelix-race-idempotency.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/omarmohelal/SecHelix/HEAD/agents/race-idempotency.md -o ~/.claude/agents/omarmohelal-sechelix-race-idempotency.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository