一键导入
create-pr
Create GitHub pull requests using the gh CLI. Use when the user asks to create a PR, open a pull request, or submit changes for review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create GitHub pull requests using the gh CLI. Use when the user asks to create a PR, open a pull request, or submit changes for review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run one iteration of a work queue — either a markdown document or a Linear ticket queue. Pick the next item, implement it end-to-end, commit it as a stacked branch via the graphite skill, submit the stack as draft PRs with `gt submit --stack --draft`, then mark it done.
Generate a daily summary of Mark's action items from Granola meeting notes in the last 24h (or since Friday on Mondays) and post to Slack via webhook. Use when Mark types /granola-summary or when the weekday 9am launchd cron fires.
Commit all current changes
Scaffold a new VS Code extension project with GitHub repository. Use when the user wants to create a VS Code extension, start a new extension project, or set up a vscode extension.
| name | create-pr |
| description | Create GitHub pull requests using the gh CLI. Use when the user asks to create a PR, open a pull request, or submit changes for review. |
Create a pull request using the GitHub CLI (gh).
gh pr create -t "Add QR code scanner" -b "## Description
Implement QR code scanner in the account settings page."
If the branch is named alpha, beta, charlie, delta, or echo, first run
gn "commit message" to rename the branch and commit changes, then proceed with
PR creation.
After creating the PR, display only the pull request URL with no other details.
.github/PULL_REQUEST_TEMPLATE.md file## Description followed by a simple description