review
Adversarial code review: parallel reviewers find issues, fix with subagent pattern.
SKILL.md
| Name | review |
| Description | Adversarial code review: parallel reviewers find issues, fix with subagent pattern. |
~/.claude
Claude Code configuration. Skills, rules, and workflows for AI-assisted development.
New User Setup
-
Set your username Add
"GIT_USERNAME": "<your-handle>"to theenvblock insettings.jsonorsettings.local.json. This controls branch prefixes and other user-specific behaviour. -
Install the
ctCLIcd ~/.claude/tools && cargo install --path crates/ctRequires Rust (
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh). -
Set up the blueprints vault
ct vault initCreates
~/blueprints/as a git repo for specs, plans, reviews, and reports. Override the location withCT_BLUEPRINTS_DIR. The vault is an Obsidian vault — open it in Obsidian for graph navigation, search, and wiki-link resolution. The Note Annotations plugin is worth grabbing for inline highlights on artifacts. -
Reinstall plugins Plugin state is not committed. Open Claude Code and reinstall plugins via the plugin manager.
Quick Start
/vibe "add user authentication" # Full pipeline, hands-off
/spec "add user authentication" # Research codebase, produce spec
/develop # Execute implementation from spec
/crit # Adversarial code review (quick)
/commit # Conventional commit
License
Do whatever you want with this.