com um clique
quality
Run full quality gates — all 8 checks matching CI plus local-only gates
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run full quality gates — all 8 checks matching CI plus local-only gates
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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
Baseado na classificação ocupacional SOC
| 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.