بنقرة واحدة
issue-to-pr
Analyze a GitHub issue, implement the fix, verify it, and hand off to PR creation.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyze a GitHub issue, implement the fix, verify it, and hand off to PR creation.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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.
Create a branch commit, push it, and open a GitHub pull request linked to the issue.
Review code changes with a focus on bugs, regressions, and missing tests.
استنادا إلى تصنيف SOC المهني
| name | issue_to_pr |
| description | Analyze a GitHub issue, implement the fix, verify it, and hand off to PR creation. |
| user-invocable | true |
| requires | {"bins":["git","gh"]} |
Use this skill when a GitHub issue has already been selected for execution and the goal is to move it from investigation to a ready pull request.
pr_open to commit, push, and open the PR.issue_sync to leave a concise blocker update.