| name | code-review |
| description | Review code changes against Weaver SDK project standards before committing. Works in any worktree. |
Weaver SDK Code Review Skill (Worktree-Aware)
How to Use
- Read agent instructions at
.claude/agents/code-review/AGENT.md
- Invoke Task tool with
subagent_type="code-review" (specialized agent)
- Agent reviews all changes against project standards
Prerequisites
Verify you're in the correct worktree:
git rev-parse --show-toplevel
git branch --show-current
Review Checklist
1. License Headers
2. Python Code Quality
3. Formatting
4. Error Handling
5. Commit Content
Output Format
## Code Review Summary
**Status:** PASS / WARNINGS / FAIL
### Issues Found
[List issues by category]
### Recommendations
[Specific actions to fix issues]
### Approved Items
[What looks good]