원클릭으로
format
Format code according to specified style guide
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Format code according to specified style guide
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Update CHANGELOG.md with recent changes following Keep a Changelog format
Prepare and publish a new crate release
Write Architecture Decision Records (ADRs) and technical documentation. Use when documenting design decisions, architectural choices, or technical specifications.
Senior Rust code reviewer. Use proactively after implementing features to review for correctness, safety, performance, and best practices.
Analyze Rust dependencies for security, quality, and maintenance status. Use proactively to audit Cargo.toml, check for outdated crates, or evaluate new dependencies.
Run and analyze Rust tests. Use when running test suites, debugging test failures, or analyzing test coverage.
| name | format |
| description | Format code according to specified style guide |
Current changes to ensure are properly formatted:
!jj show
mise run format to format code and fix any errors the formatter was unable to address..rs file in the diff, spin up a separate agent (using the Task tool with subagent_type: Explore)
to audit that file against docs/development/code-style.md. Launch all agents in parallel.
mise run format again after fixes to ensure formatting is still clean.cargo test --features full to confirm nothing is broken.