一键导入
github
Apply when working with GitHub repositories, issues, PRs, or authentication
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply when working with GitHub repositories, issues, PRs, or authentication
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Provides coding style rules for Python and PowerShell. Apply when writing, editing, reviewing, or debugging code.
Apply when conducting deep research on technologies, APIs, frameworks, or other software development topics requiring systematic investigation
Apply when doing planning for long-running tasks in sessions on top level
Apply when committing code, writing commit messages, or configuring .gitignore
Apply when interacting with Google services (Gmail, Calendar, Drive, Tasks) via gogcli CLI
Automates browser interactions via Microsoft Playwright MCP server (@playwright/mcp). Use when navigating websites, filling forms, taking screenshots, scraping web data, testing web UI, or automating any browser-based task. Covers persistent sessions, extension mode for existing browser tabs, and 40+ browser automation tools.
| name | github |
| description | Apply when working with GitHub repositories, issues, PRs, or authentication |
Rules and usage for GitHub CLI in [WORKSPACE_FOLDER]/.tools/gh/.
gh auth login--repo flag when not in a git directorygh auth status& "../.tools/gh/bin/gh.exe" auth login
& "../.tools/gh/bin/gh.exe" auth status
& "../.tools/gh/bin/gh.exe" auth setup-git
# Public repo
& "../.tools/gh/bin/gh.exe" repo create <name> --public --source=. --remote=origin --push
# Private repo
& "../.tools/gh/bin/gh.exe" repo create <name> --private --source=. --remote=origin --push
# From current directory with defaults
& "../.tools/gh/bin/gh.exe" repo create --source=. --push
& "../.tools/gh/bin/gh.exe" repo clone <owner>/<repo>
& "../.tools/gh/bin/gh.exe" repo view
& "../.tools/gh/bin/gh.exe" repo view <owner>/<repo>
& "../.tools/gh/bin/gh.exe" repo list
& "../.tools/gh/bin/gh.exe" repo list --limit 50
& "../.tools/gh/bin/gh.exe" issue create --title "Bug: something broke" --body "Description"
& "../.tools/gh/bin/gh.exe" issue list
& "../.tools/gh/bin/gh.exe" issue list --state open
& "../.tools/gh/bin/gh.exe" issue list --label "bug"
& "../.tools/gh/bin/gh.exe" issue view <number>
& "../.tools/gh/bin/gh.exe" issue close <number>
& "../.tools/gh/bin/gh.exe" pr create --title "Add feature" --body "Description"
& "../.tools/gh/bin/gh.exe" pr create --fill # Use commit info
& "../.tools/gh/bin/gh.exe" pr list
& "../.tools/gh/bin/gh.exe" pr list --state open
& "../.tools/gh/bin/gh.exe" pr view <number>
& "../.tools/gh/bin/gh.exe" pr view --web # Open in browser
& "../.tools/gh/bin/gh.exe" pr merge <number>
& "../.tools/gh/bin/gh.exe" pr merge <number> --squash
& "../.tools/gh/bin/gh.exe" pr checkout <number>
& "../.tools/gh/bin/gh.exe" release create v1.0.0 --title "Version 1.0.0" --notes "Release notes"
& "../.tools/gh/bin/gh.exe" release list
& "../.tools/gh/bin/gh.exe" release download v1.0.0
& "../.tools/gh/bin/gh.exe" gist create file.txt --public
& "../.tools/gh/bin/gh.exe" gist create file1.txt file2.txt --desc "My gist"
& "../.tools/gh/bin/gh.exe" gist list
& "../.tools/gh/bin/gh.exe" workflow list
& "../.tools/gh/bin/gh.exe" run list
& "../.tools/gh/bin/gh.exe" run view <run-id>
& "../.tools/gh/bin/gh.exe" workflow run <workflow-name>
& "../.tools/gh/bin/gh.exe" repo create <name> --private --source=. --remote=origin --push
& "../.tools/gh/bin/gh.exe" repo fork <owner>/<repo> --clone
& "../.tools/gh/bin/gh.exe" repo view --web
For initial installation, see SETUP.md in this skill folder.
Tool location: ../.tools/gh/bin/gh.exe