원클릭으로
rust-simplify
One-file-at-a-time Rust quality pass for Citum, using jcodemunch to target the highest-value cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
One-file-at-a-time Rust quality pass for Citum, using jcodemunch to target the highest-value cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
High-throughput migration waves converting priority parent CSL 1.0 styles to Citum with repeatable before/after metrics and migration-engine gap recommendations. Fidelity is the hard gate.
Standardized QA gate for style work. Verifies fidelity, SQI drift, formatting defects, and regression surface. Produces approve/reject verdict with numbered findings.
Iterative LLM hand-tuning loop for embedded-core styles. Drives a style to 100% fidelity and clean SQI. Both are hard gates. Seeded from migrate evidence, not from the converter output as a terminal deliverable.
Autonomous research loop for Citum migration fidelity gaps and converter-focused Rust fixes.
Single human-facing command for all Citum style work. Use whenever someone asks to fix, improve, convert, create, or tune a citation style. Routes to upgrade, migrate, create, or tune. Always use this rather than calling internal skills directly.
Public entrypoint for Citum style work. Activate on: 'upgrade', 'migrate', 'create', 'tune', any style authoring request, or any request to fix/improve/convert a Citum or CSL citation style. Route to the shared workflow docs and internal roles.
| name | rust-simplify |
| description | One-file-at-a-time Rust quality pass for Citum, using jcodemunch to target the highest-value cleanup. |
Use this skill for bounded Rust cleanup work in the Citum workspace when the task is to improve code quality rather than fix a specific bug.
When .jj is present, use docs/guides/JJ_AI_CHANGE_STACK.md for optional
local change isolation and intent capture before publishing through Git/GitHub.
Read first:
docs/guides/CODING_STANDARDS.mddocs/guides/AGENT_SKILLS.mdjcodemunch symbol and file analysis before reading large files.&str for lookup
and comparison work, and allocate String values at real ownership boundaries..rs, Cargo.toml, or Cargo.lock change.python3 scripts/audit-rust-review-smells.py --changed for Rust cleanup
passes and review the advisory findings.When you hit a recurring Rust smell not already caught by the audit script:
scripts/audit-rust-review-smells.py
as a new Rule entry in the RULES tuple — the script is the canonical home for
automatable patterns.For verification failure modes or jcodemunch quirks, add a bullet to the Verification section above. Include any file updates in the same commit. One concrete rule per observation — keep the scope tight.