From Dev10x
Creates GitHub draft PR from current branch: generates JTBD Job Story description, extracts ticket info from branch name for GitHub Issues/Linear/JIRA links, pushes branch, adds commit list and summary comment, opens in browser. Triggers on 'create PR' or branch ready.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Create a GitHub pull request for the current branch with issue
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Create a GitHub pull request for the current branch with issue tracker integration (GitHub Issues, Linear, or JIRA). Handles pushing the branch, generating Job Story + commit list body, creating the PR, posting summary comments, and opening it in the browser. Supports update mode for existing PRs.
The full workflow — branch push, Job Story sourcing, PR body
template, ticket detection, preview gate, summary comment —
lives in instructions.md.
When this skill is invoked, Read instructions.md now and
follow it end-to-end. TaskCreate and AskUserQuestion calls
documented there are REQUIRED (unless invoked with
--unattended, which auto-advances the preview gate).