NeoxNexus

Gate Check — Development skill for Claude Code

Development community

Execute the three mandatory quality gates for the current project.

How to install Gate Check

Installs to ~/.claude/commands/neoxnexus-nexusrhythm-gate-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/NeoxNexus/NexusRhythm/HEAD/.claude/commands/gate-check.md -o ~/.claude/commands/neoxnexus-nexusrhythm-gate-check.md

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

What Gate Check does


description: Execute the three mandatory quality gates for the current project. argument-hint: "[types|build|tests]" disable-model-invocation: true

执行脚本化三门禁。脚本会根据 `ROADMAP.md` 的 `Core_Tech_Stack` 和仓库结构推断检查命令:

python3 scripts/nr.py gate-check ${ARGUMENTS:-all}

如果全部通过,脚本会将 `ROADMAP.md` 的 `Phase_Status` 更新为 `GATE_CHECK`。

Alternatives in Development

  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
  • Verify Theme — Run the full Graphite quality gate (drift, tokens, contrast, YAML) and report pass/fail 452 ★
  • Engage.Gate — Run gate validation on the current phase before proceeding 348 ★

Full documentation available on GitHub

View Source Repository