一键导入
search-context
Search team knowledge across messages, project state, and task history. Compiles relevant context from multiple TeamMCP sources to answer questions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search team knowledge across messages, project state, and task history. Compiles relevant context from multiple TeamMCP sources to answer questions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | search-context |
| description | Search team knowledge across messages, project state, and task history. Compiles relevant context from multiple TeamMCP sources to answer questions. |
| disable-model-invocation | false |
| allowed-tools | mcp__teammcp__search_messages, mcp__teammcp__get_state, mcp__teammcp__list_tasks, mcp__teammcp__get_history, mcp__teammcp__get_state_history, mcp__teammcp__get_agents |
Parse the query
$ARGUMENTS.Search messages
search_messages with the query terms to find relevant conversations.Check project state
get_state with the project ID.get_state_history if the query is about how something changed over time.Check task history
list_tasks and filter results relevant to the query.Check channel history (if needed)
get_history for specific channels that are likely relevant.Compile results
Search Results for: "<query>"
Messages:
- [timestamp] #channel @sender: relevant excerpt
- ...
Project State:
- [project_id] field: value (if relevant)
Tasks:
- [task_id] title — status — assignee
Summary:
- Brief synthesis of what was found and how it answers the query
Highlight gaps
/search-context <query>/search-context authentication implementation decision/search-context what did CEO say about launch timelineCheck 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.
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.
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.