一键导入
rover-people
Look up Red Hat employees by name or email, find managers and direct reports, and query org charts using the rh-dataverse MCP pipeline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Look up Red Hat employees by name or email, find managers and direct reports, and query org charts using the rh-dataverse MCP pipeline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Conduct a comprehensive PR review and return an interactive review board
Systematically collect, analyze, score, and address pull request review feedback, then post reply comments
Google Calendar: Manage calendars and events.
Google Drive: Manage files, folders, and shared drives.
Gmail: Send, read, and manage email.
Manage Google Meet conferences.
| name | rover-people |
| description | Look up Red Hat employees by name or email, find managers and direct reports, and query org charts using the rh-dataverse MCP pipeline. |
| when_to_use | "look up someone in rover", "find a Red Hat employee", "who is [person]'s manager", "who reports to [person]", "show org chart for [person]" |
| allowed-tools | mcp__plugin_rh-dataverse_rh-dataverse__shortlist_tables, mcp__plugin_rh-dataverse_rh-dataverse__get_sql, mcp__plugin_rh-dataverse_rh-dataverse__execute_sql |
Look up Red Hat employees, managers, direct reports, and organizational structure using the rh-dataverse MCP server's query pipeline.
Every query follows a 3-step pipeline. Do not skip steps or call tools out of order.
shortlist_tables -> get_sql -> execute_sql
Call shortlist_tables with:
data_product: "RoverPeople"user_query: the user's original queryPass the shortlisted tables directly to Step 2.
Call get_sql with:
data_product: "RoverPeople"tables_list: the shortlisted tables from Step 1user_query: the user's original queryDo not modify the generated SQL.
Call execute_sql with the SQL returned from Step 2.
Present single-person results as a card (name, email, title, manager, geo, cost center). Present multi-person results as a markdown table. Present org chart results as an indented hierarchy.
execute_sql
without first generating SQL through get_sql.ROVER_PEOPLE_CURR only contains current employees.