Concurrency Atomicity banner
citadelgrad citadelgrad

Concurrency Atomicity

Git community

Description

--- name: concurrency-atomicity description: Run a concurrency-correctness and atomicity review against a diff, PR, or branch — race conditions, TOCTOU, deadlock/lock-ordering, and transactional atomicity, grounded in real CWE reference entries argument-hint: "[base..head | branch | PR]" allowed-tools: Read, Grep, Glob, Bash --- # Concurrency & Atomicity Review Human entry point for the concurrency-atomicity review. This command's only job is to resolve the review target, then hand off to the

Installation

Installs to ~/.claude/skills/citadelgrad-scott-cc-concurrency-atomicity/SKILL.md

Terminal
mkdir -p ~/.claude/skills/citadelgrad-scott-cc-concurrency-atomicity && curl -fsSL https://raw.githubusercontent.com/citadelgrad/scott-cc/HEAD/commands/concurrency-atomicity.md -o ~/.claude/skills/citadelgrad-scott-cc-concurrency-atomicity/SKILL.md

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

Full documentation available on GitHub

View Source Repository