com um clique
submit-for-review
// Submit work for team review or approval. Creates/updates a review task, notifies the reviewer via channel or DM, and requests state approval if needed.
// Submit work for team review or approval. Creates/updates a review task, notifies the reviewer via channel or DM, and requests state approval if needed.
Send a file or image to WeChat via TeamMCP. Use when the user wants to send a file, image, or document to WeChat.
Send an image or screenshot to WeChat. Use when the user wants to send a picture, screenshot, or photo to WeChat.
Deploy claude-code-router for third-party API support (OpenRouter, Gemini, DeepSeek, etc). Use when setting up non-Anthropic API providers for TeamMCP agents.
Quick start guide for TeamMCP first-time users. Walk through installation, configuration, and first deployment in minutes.
Check and process unread TeamMCP inbox messages. Reviews all unread items, acknowledges processed ones, and summarizes what needs attention.
Generate and post a daily standup report. Checks project state, pending tasks, and unread messages, then posts a structured summary to the specified channel.
| name | submit-for-review |
| description | Submit work for team review or approval. Creates/updates a review task, notifies the reviewer via channel or DM, and requests state approval if needed. |
| disable-model-invocation | false |
| allowed-tools | mcp__teammcp__create_task, mcp__teammcp__update_task, mcp__teammcp__send_message, mcp__teammcp__send_dm, mcp__teammcp__request_approval, mcp__teammcp__set_state, mcp__teammcp__get_state, mcp__teammcp__list_tasks |
Parse arguments
$ARGUMENTS:
title — short description of what is being submittedreviewer — the agent or role who should review (e.g., "CTO", "CEO", agent name)channel (optional) — channel to post the review request inproject_id (optional) — associated project for state updatesCreate or update the review task
list_tasks to check if a review task for this work already exists.update_task to set its status to "in-review" and update the description.create_task with:
Notify the reviewer
send_message to the channel with the review request, including:
send_dm to the reviewer directly with the review details.Request state approval (if applicable)
project_id is provided:
request_approval to request a state transition (e.g., status from "in-progress" to "in-review").Confirm submission
/submit-for-review "<title>" <reviewer>/submit-for-review "<title>" <reviewer> --channel <channel>/submit-for-review "<title>" <reviewer> --project <project_id>/submit-for-review "API authentication module" CEO --channel general --project proj-123