ワンクリックで
pr-open
Create a branch commit, push it, and open a GitHub pull request linked to the issue.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a branch commit, push it, and open a GitHub pull request linked to the issue.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Execute a Feishu task by dispatching it to opencode CLI for coding work. Reports results back to the task.
Handle GitHub issue or PR comments that mention NexAgent, using the comment and repository context to decide whether to start, continue, retry, stop, report status, or ask for clarification.
Echo a task string for live SkillRuntime end-to-end verification.
Update the GitHub issue with concise execution status, blockers, or PR handoff details.
Analyze a GitHub issue, implement the fix, verify it, and hand off to PR creation.
Review code changes with a focus on bugs, regressions, and missing tests.
| name | pr_open |
| description | Create a branch commit, push it, and open a GitHub pull request linked to the issue. |
| user-invocable | true |
| requires | {"bins":["git","gh"]} |
Use this skill when code changes are complete and verified and you need to create the branch commit and pull request.
git status --short.gh pr create.Refs #<issue-number>.issue_sync to leave a concise issue update containing the PR URL and verification summary.Closes #<issue-number> by default.