一键导入
aw-review
Request a code review from another agent in the AgentWeave session. Usage — /aw-review "<what to review>" ["focus area or specific concern"]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Request a code review from another agent in the AgentWeave session. Usage — /aw-review "<what to review>" ["focus area or specific concern"]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orient yourself at the start of an AgentWeave session — read your assigned role from roles.json, check your inbox for unread messages, and list your active tasks. Run this automatically at the beginning of any session in an AgentWeave project.
Manage scheduled AI jobs in AgentWeave — create recurring tasks that trigger agents on a cron schedule. Usage — /aw-jobs [list|create|pause|resume|delete|run]
Delegate a task to another agent in the AgentWeave session. Usage — /aw-delegate <agent> "<task description>"
Mark a task as completed and notify the principal agent. Usage — /aw-done <task-id> ["optional completion note"]
Generate a relay prompt to hand off pending work to another agent manually. Usage — /aw-relay <agent-name>
Accept a revision request for a task that came back as revision_needed — acknowledge receipt, move the task back to in_progress, and notify the principal. Usage — /aw-revise <task-id> ["what you plan to do"]
| name | aw-review |
| description | Request a code review from another agent in the AgentWeave session. Usage — /aw-review "<what to review>" ["focus area or specific concern"] |
Create and delegate a code review task in the AgentWeave session.
Project: Agentweave Default reviewer: kimi All agents: claude, kimi, minimax Mode: hierarchical
Parse $ARGUMENTS as: "<target — file, PR, module, or feature>" ["optional focus or concern"]
Steps:
agentweave task create --title "Review: <target>" --assignee <reviewer> --priority high --description "Please review <target>. <focus if provided>"
Note the task ID from the output.agentweave msg send --to <reviewer> --type review --task-id <task-id> --subject "Review request: <target>" --message "Please review <target>. <focus if provided> Task ID: <task-id>"
agentweave transport status
agentweave relay --agent <reviewer> and show the relay prompt.Report: review task ID, assigned reviewer, next step.