원클릭으로
sptth-dev
Use when making code or documentation changes in this repository. Provides consistent workflow and validation steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when making code or documentation changes in this repository. Provides consistent workflow and validation steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Update project versions and release tag in one consistent flow (Cargo.toml, xtask, docs, and git tag).
Run a repository-wide maintenance pass before merge/release. Covers cleanup, formatting, tests, docs, security, and CI checks.
Use when changing Rust code paths that return errors or log failures. Ensures errors are actionable, consistent, and safe.
Use before merging security-relevant Rust changes. Catches common local-service security regressions.
Use when adding or modifying tests. Ensures behavior changes are covered with focused tests and fast feedback.
SOC 직업 분류 기준
| name | sptth-dev |
| description | Use when making code or documentation changes in this repository. Provides consistent workflow and validation steps. |
Use this skill when making code/documentation changes in this repository.
Provide a consistent, low-risk workflow for implementing and validating changes in sptth.
README.mddocs/commit-message.mdsrc/cargo run -p xtask -- fmt-checkcargo test -qcargo check --workspacecargo run -p xtask -- setup
cargo run -p xtask -- fmt
cargo run -p xtask -- fmt-check
cargo test -q
cargo check --workspace