一键导入
github-issues
Search, read, create, and comment on GitHub issues through the GitHub MCP server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search, read, create, and comment on GitHub issues through the GitHub MCP server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Author or revise reusable Hexis skills from repeated successful workflows
Semantic recall, exact cross-session search, remembering, and normal continuity
Ingest URLs, documents, and text into the memory system as structured knowledge
Inspect, grant, and revoke scoped connector action policies for sends, replies, labels, spam triage, and provider state changes
Digest and ingest emails into memory, surfacing important threads and action items
Send Gmail messages, reply to threads, apply labels, and triage spam with explicit action authorization
| name | github-issues |
| description | Search, read, create, and comment on GitHub issues through the GitHub MCP server. |
| category | productivity |
| contexts | ["heartbeat","chat"] |
| mcp | {"server":"github","command":"npx","args":["-y","@modelcontextprotocol/server-github"],"env_requires":["GITHUB_PERSONAL_ACCESS_TOKEN"]} |
| bound_tools | ["mcp_github_search_issues","mcp_github_list_issues","mcp_github_get_issue","mcp_github_create_issue","mcp_github_add_issue_comment","mcp_github_update_issue"] |
Work with GitHub issues on repositories the configured token can reach. This skill binds the GitHub MCP server: activating it starts the server (first use only) and unlocks the bound tools for this turn.
mcp_github_search_issues to check whether the
issue already exists; duplicate issues waste maintainer attention. Comment on the
existing issue instead when appropriate.Relay the exact next_step to the user (usually: set GITHUB_PERSONAL_ACCESS_TOKEN
in the service environment). Do not claim GitHub capability is missing — it is
installed and one step away.