with one click
quality
Run full quality gates — all 8 checks matching CI plus local-only gates
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run full quality gates — all 8 checks matching CI plus local-only gates
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Drive the next serial sub-PR of the Groww second-feed plan end-to-end (sync → review → implement → gate → PR → auto-merge → monitor).
Verify NSE F&O / Dhan / SEBI / Indian regulatory facts (rates, lot sizes, freeze limits, STT, brokerage, rate limits) against authoritative sources. Slash-command only (`/nse-fact-checker`). Trigger BEFORE adding or modifying any RATE/LIMIT/REGULATORY constant whose value comes from an external authority — typically items in the "Recommended trigger surface" section below. Skip for pure protocol constants (packet offsets, DEDUP keys) — those are covered by existing ratchet tests.
Read the current phase document and summarize what needs to be built
| name | quality |
| description | Run full quality gates — all 8 checks matching CI plus local-only gates |
| disable-model-invocation | true |
| allowed-tools | Bash |
Run the complete quality gate pipeline. Stop at the first failure and report it.
cargo fmt --allcargo clippy --workspace --all-targets -- -D warnings -W clippy::perfcargo test --workspacecargo doc --workspace --no-deps.claude/hooks/banned-pattern-scanner.sh . "$(find crates -name '*.rs' -not -path '*/target/*')".claude/hooks/test-count-guard.sh .cargo audit (if installed, else SKIP)cargo deny check (if installed, else SKIP)For each step, report PASS, FAIL, or SKIP. If any step fails, show the error output and stop. Do NOT proceed to git commit — just report results.
If all steps pass, output:
QUALITY GATES: ALL 8 PASSED
Ready to commit.