1---2name: code-review-template3description: AI-powered code review with deep thinking analysis4---56# Code Review Template78## Overview910Structured code review using deep thinking for thorough analysis of architecture, bugs, security, and performance.1112## Stopping Point 1: Review Depth13141. **Quick Review** (3 steps) — scan for obvious issues152. **Thorough Review** (8 steps) — architecture, bugs, security, performance163. **Deep Audit** (15 steps) — comprehensive security and quality audit1718<!-- AGENT_ACTIONS: {"stopping_points":[{"id":1,"title":"Review Depth","options":{"1":{"label":"Quick Review","vars":{"DEPTH":"3"},"steps":[19 {"server":"Vodou-Enhanced-Thinking","tool":"start_thinking_session","args":{"topic":"Code review of {{TOPIC}} — scan for bugs, security issues, and code quality problems","depth":"{{DEPTH}}"},"capture":{"SESSION_ID":"session_id"}},20 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Summarize findings: critical issues, warnings, and suggestions","nextThoughtNeeded":false}}21]},"2":{"label":"Thorough Review","vars":{"DEPTH":"8"},"steps":[22 {"server":"Vodou-Enhanced-Thinking","tool":"start_thinking_session","args":{"topic":"Thorough code review of {{TOPIC}} — analyze architecture, error handling, security, performance, and maintainability","depth":"{{DEPTH}}"},"capture":{"SESSION_ID":"session_id"}},23 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Continue review — examine edge cases, error paths, and security boundaries"},"loop":5,"stream_progress":true},24 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Final report: critical issues, recommended changes, and praise for good patterns","nextThoughtNeeded":false}}25]},"3":{"label":"Deep Audit","vars":{"DEPTH":"15"},"steps":[26 {"server":"Vodou-Enhanced-Thinking","tool":"start_thinking_session","args":{"topic":"Deep security and quality audit of {{TOPIC}} — OWASP top 10, input validation, auth, data flow, performance bottlenecks, maintainability debt","depth":"{{DEPTH}}"},"capture":{"SESSION_ID":"session_id"}},27 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Continue deep audit analysis"},"loop":12,"stream_progress":true},28 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Final audit report with severity ratings, remediation steps, and risk assessment","nextThoughtNeeded":false}}29]}}}]} -->