원클릭으로
quality
Run full quality gates — all 8 checks matching CI plus local-only gates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run full quality gates — all 8 checks matching CI plus local-only gates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.