一键导入
github-cli
Use gh CLI directly for all GitHub operations including issues, PRs, and API calls. Use when interacting with GitHub from the command line.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use gh CLI directly for all GitHub operations including issues, PRs, and API calls. Use when interacting with GitHub from the command line.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Developer portal and SDK for the Syner ecosystem. Hosts skill registry, documentation, and agent scaffolding tools.
Slack integration agent — receives messages, routes through orchestrator, delivers results
Orchestrate the ideas system. Mine vaults for ideas, analyze maturity, and route to the right skill or agent. The entry point for idea discovery that connects find-links, grow-note, track-idea, and cross-app routing.
Load your full life + work state. Discovers and reads all notes across all app vaults, building a unified context of your knowledge, projects, goals, and current thinking. Use when starting a new session or when you need the AI to understand your complete situation.
Create skills for the syner ecosystem. Scaffolds the file, sets up symlinks, and iterates until the skill works when invoked.
Improve an existing skill by auditing and applying fixes. Use when asked to "enhance skill", "improve skill", "fix skill issues", or when code-reviewer detects skill file changes. Delegates to syner-skill-reviewer for audit, then proposes and applies fixes with user confirmation.
基于 SOC 职业分类
| name | github-cli |
| description | Use gh CLI directly for all GitHub operations including issues, PRs, and API calls. Use when interacting with GitHub from the command line. |
| tools | ["Bash"] |
| metadata | {"author":"syner","version":"0.1.0"} |
Use gh directly for all GitHub operations.
If not authenticated, run /syner-gh-auth first.
# Issues
gh issue create --title "Bug" --body "Description"
gh issue comment 123 --body "Comment text"
# Pull Requests
gh pr create --title "Feature" --body "Changes"
gh pr view 456
# API calls
gh api /user