Code review using review sub-agent. Checks implementation against spec and project standards.
Conducts comprehensive code reviews against specifications and project standards, identifying issues and providing fixes.
/plugin marketplace add horuz-ai/claude-plugins/plugin install core@horuz[specific areas to focus review]workflow/Focus areas (optional): $ARGUMENTS
ls -la .tasks/ 2>/dev/null || echo "No .tasks directory"git status --short 2>/dev/null || echo "Not a git repo"Identify the current task and read:
.tasks/{task-name}/spec.md (what should have been built).tasks/{task-name}/status.md (what phases were completed)Delegate to the review sub-agent to perform exhaustive code review
The review agent should check:
Create .tasks/{task-name}/review.md:
# Review: {task-name}
## Summary
- ✅ Passed: X checks
- ⚠️ Warnings: X items
- ❌ Issues: X items
## Issues
### ❌ [HIGH] Issue title
**File:** path/to/file.ts:42
**Problem:** Description
**Fix:** How to fix it
### ⚠️ [MEDIUM] Issue title
...
### 💡 [LOW] Suggestion
...
## Passed Checks
- ✅ Naming conventions
- ✅ No hardcoded secrets
...
Update .tasks/{task-name}/status.md activity log
Use plan mode to: