一键导入
update-state
Update a project state field via TeamMCP. Sets state with reason, verifies the update, and handles approval flow if you are not the state owner.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update a project state field via TeamMCP. Sets state with reason, verifies the update, and handles approval flow if you are not the state owner.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
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.
Search team knowledge across messages, project state, and task history. Compiles relevant context from multiple TeamMCP sources to answer questions.
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.
| name | update-state |
| description | Update a project state field via TeamMCP. Sets state with reason, verifies the update, and handles approval flow if you are not the state owner. |
| disable-model-invocation | false |
| allowed-tools | mcp__teammcp__get_state, mcp__teammcp__set_state, mcp__teammcp__request_approval, mcp__teammcp__get_pending_approvals, mcp__teammcp__send_dm, mcp__teammcp__send_message |
Parse arguments
$ARGUMENTS:
project_id — the project identifierfield — the state field to updatevalue — the new value to setreason — why this change is being madeCheck current state
get_state with the project_id to read the current value of the field.Attempt to set state
set_state with project_id, field, value, and reason.Handle approval flow (if needed)
set_state fails due to ownership or permission restrictions:
request_approval to submit the state change for approval.send_dm that an approval is pending.Verify the update
get_state again with the same project_id and confirm the field now holds the new value.Notify if appropriate
send_message./update-state <project_id> <field> <value> <reason>/update-state proj-123 status in-review "Feature implementation complete, ready for review"