skills/create-pr/SKILL.md
Create a Pull Request using gh CLI
npx skillsauth add marcqualie/agent-skills create-prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Git commit a summary of work on this branch if not already committed.
Create a Draft GitHub Pull Request assigned to @me using gh pr create --draft --assignee @me.
Set the description as a summary of the changes on this branch.
Show the link to the PR after creation.
Open the PR in the browser using gh pr view {id} -w.
tools
Use the denvig cli to upgrade your npm dependencies in the current project.
tools
Use the denvig cli to upgrade your npm dependencies with security issues in the current project.
tools
Summarise then commit the changes in the current session.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.