Find thread safety issues, resource lifecycle bugs, and Python-specific concurrency gotchas. Catches: shared mutable state across threads, ThreadPoolExecutor traps, deep copy crashes, copy semantics sharing instance state, TOCTOU races, asyncio-in-threads pitfalls, Python…
$curl -o .claude/agents/review-concurrency-safety.md https://raw.githubusercontent.com/spinje/pflow/HEAD/.claude/agents/review-concurrency-safety.mdInstalls into the current project.
Install review-concurrency-safety by running `curl -o .claude/agents/review-concurrency-safety.md https://raw.githubusercontent.com/spinje/pflow/HEAD/.claude/agents/review-concurrency-safety.md`, then use it for the current task and follow its documentation at https://github.com/spinje/pflow.