ワンクリックで
qa-pipeline
Comprehensive quality assurance - tests, linting, formatting, code analysis, and release build verification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Comprehensive quality assurance - tests, linting, formatting, code analysis, and release build verification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run full quality gate before release — fmt, clippy, test, mutants, similarity, coupling.
Run cargo-coupling and similarity-rs to identify refactoring targets, then create a prioritized plan.
Systematic bug investigation and fix workflow. Use when fixing bugs, investigating issues, or debugging test failures.
Pre-release verification workflow - version, security audit, performance, cross-platform builds, documentation.
Development environment setup - Rust toolchain, cross-compilation targets, dependencies, git hooks, IDE config.
Split complex tasks into sequential steps with parallel subtasks. Use for multi-step workflows needing dependency ordering and adaptive planning.
| name | qa-pipeline |
| description | Comprehensive quality assurance - tests, linting, formatting, code analysis, and release build verification. |
| disable-model-invocation | true |
| argument-hint | [analyze|test|lint|fix] |
QA focus: $ARGUMENTS
cargo outdatedcargo test --verbose
cargo fmt --check
cargo clippy -- -D warnings
cargo fmtcargo updatecargo test --release
cargo build --release