一键导入
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.