用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/QuixiAI/Hexis --skill github-issues命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Semantic recall, exact cross-session search, remembering, and normal continuity
基于 SOC 职业分类
正在显示 SKILL.md
| 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 (#102). It will point them to run
hexis auth github setup-token in a terminal — never ask for or accept a
token pasted into chat; the tool activation path already checks Hexis's own
stored credential automatically on retry. Explain, if useful, why a public
repo still needs this: reading it is public, but creating or commenting on
an issue as a specific account is not. Do not claim GitHub capability is
missing — it is installed and one step away.