원클릭으로
kimi-optimize
Run a Kimi K2.6 Rust performance review of the current diff. Use before every PR.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a Kimi K2.6 Rust performance review of the current diff. Use before every PR.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a new PII pattern end-to-end for MaskOps — new src/patterns/<family> file, full wiring into every aggregator in mod.rs, lib.rs registration, tests, and changelog/roadmap updates. Use when adding support for a new identifier type (a national ID, tax number, health ID, card scheme, etc.).
Answer a MaskOps codebase question using Kimi K2.6 with full project context. Usage: /kimi-qa your question here
Run a Kimi K2.6 code correctness review of the current diff. Catches logical bugs, edge cases, and API contract violations. Use before every PR alongside /kimi-security and /kimi-optimize.
Run a Kimi K2.6 security and GDPR compliance review of the current diff. Use before every PR.
| name | kimi-optimize |
| description | Run a Kimi K2.6 Rust performance review of the current diff. Use before every PR. |
| disable-model-invocation | true |
| allowed-tools | Bash Read |
!git diff HEAD
!cargo criterion --benches --no-run --message-format human 2>&1 | tail -20
Read prompt-template.md. Fill in:
{{DIFF}} — the full diff injected above{{BENCH_CONTEXT}} — the benchmark context injected aboveWrite the filled brief to /tmp/kimi_optimize_brief.md.
Run this command:
kimi --quiet -p "$(cat /tmp/kimi_optimize_brief.md)"
Discard any suggestion that:
unsafe without a documented safety invariantmask_pii, contains_pii, mask_pii_fpe)For each confirmed suggestion: