원클릭으로
code-review
Review code changes against Weaver SDK project standards before committing. Works in any worktree.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code changes against Weaver SDK project standards before committing. Works in any worktree.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | code-review |
| description | Review code changes against Weaver SDK project standards before committing. Works in any worktree. |
.claude/agents/code-review/AGENT.mdsubagent_type="code-review" (specialized agent)Verify you're in the correct worktree:
git rev-parse --show-toplevel
git branch --show-current
.py files.claude/rules/core-development.mdlist[int], X | None (not List, Optional).format() or %)print(), commented sections)WeaverAPIError, ValueError)except: clausesdist/, *.egg-info)## Code Review Summary
**Status:** PASS / WARNINGS / FAIL
### Issues Found
[List issues by category]
### Recommendations
[Specific actions to fix issues]
### Approved Items
[What looks good]
Run the full Weaver provisioner regression test suite against the production service. Covers full_ft, LoRA, debug modes, and edge cases.
Address GitHub PR review comments. Navigate to the correct worktree, make fixes, push updates.
Fix a GitHub issue using git worktree for isolation. Fetches issue, creates worktree, plans and implements fix, then creates PR.
Complete git commit workflow in a worktree. Includes review, staging, and message generation.
Create a GitHub PR from a worktree branch. Use after committing changes.
Run linting and tests for Weaver SDK. Works in any worktree.