Check Impl banner
nwiizo nwiizo

Check Impl

Development community

Description

# Implementation Check Runs basic checks on the ccswarm workspace. ## Execution Content ```bash # 1. Format/Lint cargo fmt --all --check && cargo clippy --workspace -- -D warnings # 2. Tests cargo test --workspace # 3. Build verification cargo build --workspace --release ``` ## Check Items | Item | Command | Criteria | |------|---------|----------| | Format | `cargo fmt --all --check` | No errors | | Lint | `cargo clippy --workspace -- -D warnings` | No warnings | | Tests | `cargo test --

Installation

Installs to ~/.claude/commands/nwiizo-ccswarm-check-impl.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nwiizo/ccswarm/HEAD/.claude/commands/check-impl.md -o ~/.claude/commands/nwiizo-ccswarm-check-impl.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository