Loading...
Loading...
Push a branch and open it as a pull request, drafting its title and description from context. Use when a task is ready to present for integration.
npx skill4agent add slash-oleh/mind-shaft submit-pull-requestvcs-toolsscratchticket-toolsbranchgit branch --show-currenttarget_branchAGENTS.mdmaindraftfalsebranchtarget_branchSkill(skill: "vcs-tools", args: "identify-pr")branchgit diff --stat <target_branch>..<branch>git push origin <branch>git log --no-decorate --oneline <target_branch>..<branch>commitsticket_id- [12abfe42](https://...) Add user authscratchSkill(skill: "scratch", args: "write pr-description md")<pr_description_file_path><ticket_id>: <summary>titleSkill(skill: "vcs-tools", args: "create-pr <title> <pr_description_file_path> <target_branch> <branch> [DRAFT_FLAG]")DRAFT_FLAG--draftdrafttrueticket_idSkill(skill: "ticket-tools", args: "change-status <ticket_id> code-review"){
"prUrl": "string", // The URL of the created Pull Request.
}