一键导入
github
GitHub commands (issues, PRs, ship). Use when developer needs to create issues, create/update PRs, address review comments, or ship experimental changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GitHub commands (issues, PRs, ship). Use when developer needs to create issues, create/update PRs, address review comments, or ship experimental changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Feature implementation workflow. Use when developer wants to implement a feature or fix - creates branch, plans, implements, and validates.
Git commands for branching, committing, merging, rebasing, and squashing. Use when developer needs to create branches, commit changes, merge or rebase branches, or squash commits.
Project management commands (init, skill-up, diagram)
Autonomous test writing agent. Use when developer wants tests written for changed files. Analyzes git diff, identifies components needing tests, writes unit tests following project conventions with Vitest.
DeepSource commands (review issues). Use when developer needs to review and fix static analysis issues.
Generate assets from source files (icons, etc.)
| name | github |
| description | GitHub commands (issues, PRs, ship). Use when developer needs to create issues, create/update PRs, address review comments, or ship experimental changes. |
| user-invocable | true |
| argument-hint | <action> [pr-number] [-y] |
GitHub commands using gh CLI.
/github
create issue Conversational issue creation
create pr Create PR from current branch
update pr [number] Update PR title and description
resolve cr [number] Resolve code review feedback
ship Ship experimental changes (issue → branch → commit → PR)
-y, --yes Skip confirmations
See rules.md — applies to ALL github operations.
Read the command-specific instruction file and follow it exactly:
.claude/skills/github/create-issue.md and follow all steps.claude/skills/github/create-pr.md and follow all steps.claude/skills/github/update-pr.md and follow all steps.claude/skills/github/resolve-cr.md and follow all steps.claude/skills/github/ship.md and follow all stepsIf no command is provided, list the available commands and ask the user which one to run.