Agent Skill
2/7/2026

review

Adversarial code review: parallel reviewers find issues, fix with subagent pattern.

L
luan
0GitHub Stars
1Views
npx skills add luan/dot-claude

SKILL.md

Namereview
DescriptionAdversarial 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

  1. Set your username Add "GIT_USERNAME": "<your-handle>" to the env block in settings.json or settings.local.json. This controls branch prefixes and other user-specific behaviour.

  2. Install the ct CLI

    cd ~/.claude/tools && cargo install --path crates/ct
    

    Requires Rust (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh).

  3. Set up the blueprints vault

    ct vault init
    

    Creates ~/blueprints/ as a git repo for specs, plans, reviews, and reports. Override the location with CT_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.

  4. 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.

Skills Info
Original Name:reviewAuthor:luan