ワンクリックで
ccswarm
ccswarm には nwiizo から収集した 18 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Duplicate code detection using similarity-rs. Identifies refactoring candidates based on semantic similarity.
Duplicate code detection using similarity-rs. Identifies refactoring candidates based on semantic similarity.
Run performance benchmarks with criterion. Compare against baselines and profile hotspots.
Implementation verification - runs format, lint, test, and build checks on the workspace.
Production readiness audit - checks unwrap elimination, error handling, clippy, docs, channel usage, and test count.
Release deployment process for ccswarm. Version update, quality gates, build, tag, publish.
Parallel development workflow using git worktrees. Each agent gets an isolated worktree for safe concurrent work.
Human-in-the-loop approval workflow for high-risk agent operations (file deletions, deployments, config changes).
Run mutation tests with cargo-mutants to verify test quality. Reports caught, missed, and timed-out mutants.
Full integrated review covering design compliance, code quality, duplicate detection, and architecture patterns. Run after significant changes.
Architecture pattern compliance review. Evaluates Type-State, Channel-Based, Iterator Pipelines, Actor Model, and Minimal Testing patterns.
Review uncommitted changes, fix actionable correctness issues, and verify the result.
Apply Rust-native patterns (Type-State, Channel-Based, Actor Model) to ccswarm development.
Code review with automatic fix. Detects bugs, stale references, code duplication, provider abstraction gaps, and sort instability — then fixes and verifies.
Code review with automatic fix. Detects bugs, stale references, duplication, provider abstraction gaps, and sort instability, then fixes and verifies.
Production readiness audit - checks unwrap elimination, error handling, clippy, docs, channel usage, and test count.
Full integrated review covering design compliance, code quality, duplicate detection, and architecture patterns. Run after significant changes.
Architecture pattern compliance review. Evaluates Type-State, Channel-Based, Iterator Pipelines, Actor Model, and Minimal Testing patterns.