Gate Check — Development skill for Claude Code
Execute the three mandatory quality gates for the current project.
How to install Gate Check
Installs to ~/.claude/commands/neoxnexus-nexusrhythm-gate-check.md
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 RepositoryRelated Skills
Adversarial Dev
GAN-inspired three-agent harness that pits a generator against an adversarial evaluator to build applications
End
Complete the current development session with quality gates and summary
Pharn Dev Regress
Detect regressions OUTSIDE the just-built feature: re-run the existing deterministic suite (npm run check's ga
Massu Checkpoint
When user wants mid-implementation verification, says 'checkpoint', 'check progress', or needs a quality gate
Gate P5
/gate-p5 – Sprint Gate: Check Implementation Quality
Jobs Eval
Scoring-quality check. Build a small golden set of your own vacancies labelled fits / doesn't-fit, score them
Related Agents
Gantry Verifier
Runs the readiness gate. Use to execute the project's lint/test/build from its own .claude/gates.sh, the check
Agent Workflow - Automated Development Pipeline
Execute complete development workflow using intelligent sub-agent chaining with quality gates.
Draft Reviewer
Review AND FIX any draft for AI slop, writing craft, and voice consistency. Runs three quality checks, then ap