code-check-concurrency
CommunityFind race and idempotency bugs before prod
Software Engineering#concurrency#race condition#background jobs#webhooks#idempotency#database transactions#stale async UI
Authorwebdevcody
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Concurrency defects let duplicate records, inconsistent state, and double-processing slip through because local testing rarely includes retries, parallel requests, or stale UI responses.
Core Features & Use Cases
- Detects webhook retries without idempotency: Flags handlers that process provider events multiple times when retries happen.
- Detects unsafe mutation patterns: Reviews create/insert/charge/send flows for missing idempotency safeguards and double-submit risks.
- Finds lost updates and unsafe write boundaries: Identifies read-modify-write races, missing transactions for multi-step writes, and stale async UI responses.
- Audits background job repeat-safety: Spots jobs/workers that re-run and corrupt state because they are not idempotent.
Quick Start
Ask the AI to run a concurrency scan for races, idempotency, and transaction boundaries in the files changed by your current diff.
Dependency Matrix
Required Modules
None requiredComponents
Standard packageđź’» Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: code-check-concurrency Download link: https://github.com/webdevcody/go-mailing-list/archive/main.zip#code-check-concurrency Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.