Organize current git changes into one or more commits, push the branch to origin, and create a GitHub pull request. Use when the user asks to "提交 PR", "发起 PR", "帮我 commit 并 push", "提交pr", "commit push pr", "帮我开个 PR", or explicitly mentions commit-push-pr.
Continue with the previously proposed plan after the user gives brief approval such as "好的", "继续", "按这个来", "请执行", "同意", or replies with option numbers like "1", "2", or "1 & 2" to approve previously proposed next steps. Use when the user is not asking for a new plan, but is approving the next concrete actions or explicitly mentions agree-and-execute.
从 GitHub Issue 或 Linear Issue 自动创建 Git 分支 + git worktree(含规范化分支名/目录名),用于 GitHub Flow 开发。用户提到“从 issue 创建 worktree/分支/开发目录”、给出 GitHub issue URL/#123/owner/repo#123,或给出 Linear issue URL/ABC-123 时使用;也适用于“为某个 issue 开一个独立工作区/隔离目录”的需求。
Use this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.