Skip to main content

module-global-flag-race

Diagnose and fix module-global boolean/scalar flags used as schema or feature gates that race across concurrent writers — specifically the pattern where a single in-process bool gates "have we confirmed the target table has these columns / feature is initialized?" and silently drops writes on cold replicas or transient init failures. Fires when a flag like `_payloads_schema_migrated`, `_feature_initialized`, `_schema_ready` (or any module-level "we've finished first-time setup" boolean) is the gate between the writer and a column set / capability, when transient BQ / DB / feature-store failures leave the flag stuck False, and when sibling PRs (PR

Jump to install

Source facts

Repository
jleechanorg/claude-commands
Last source activity
August 2, 2026 at 01:06
Detected SKILL.md language
English
Stars
3
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.