ワンクリックで
github
Use GitHub repositories, issues, pull requests, commits, search, and files through the configured GitHub plugin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use GitHub repositories, issues, pull requests, commits, search, and files through the configured GitHub plugin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Sandbox MCP Server 是一个隔离的代码执行环境,提供完整的文件系统操作、命令执行、 代码分析、测试运行和远程桌面能力。当你需要执行代码、操作文件、运行测试、 分析代码结构、或需要图形界面操作时使用此技能。支持 Python、Node.js、Java 等多语言环境。
Perform comprehensive code review with best practices analysis. Use when user asks for code review, code quality check, or wants to analyze their code for issues.
Extract durable memory items from a single user and assistant turn.
Extract durable memory items before conversation compaction.
Evolve prompts, regex, SQL, or code with an LLM loop.
Run tenant-configured Drone pipelines from ordinary chat using repository-scoped CI/CD. Use when the user asks to build, test, deploy, release, or inspect a Drone pipeline.
| name | github |
| description | Use GitHub repositories, issues, pull requests, commits, search, and files through the configured GitHub plugin. |
| tools | ["github"] |
Use the github tool for GitHub repository, issue, pull request, commit, search, and file requests.
owner and repo.<owner>/<repo> before repository-scoped operations.operation="get_repo".list_issues, get_issue, create_issue.list_pull_requests, get_pull_request.create_issue_comment.search_repositories with query.get_file with path and optional ref.list_commits with optional ref.Mutating operations require confirm_write=true and a configured token environment variable.
Use writes only when the user clearly asked to create or comment on a GitHub resource.
The plugin reads GitHub credentials from an environment variable, defaulting to GITHUB_TOKEN.
For GitHub Enterprise, configure api_base_url.