From dev-workflow
Create a pull request based on a GitHub issue with analysis, implementation, QA, and PR creation
npx claudepluginhub seabbs/skills --plugin dev-workflowThis skill uses the workspace's default tool permissions.
Create a pull request based on issue #$ARGUMENTS. Follow these steps systematically:
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Create a pull request based on issue #$ARGUMENTS. Follow these steps systematically:
./worktree-issue-$ARGUMENTS-[desc] with branch issue-$ARGUMENTS-[desc]git checkout -b issue-$ARGUMENTS-[brief-description]Analyse the issue:
gh issue view, summarise it, identify related code areas using Glob/Grep, and return structured findingsAssess complexity (SIMPLE / MEDIUM / COMPLEX):
Execute workflow based on tier:
issue_analysis_$ARGUMENTS.mdpr_plan_issue_$ARGUMENTS.md**This is entirely from an agent so do not review until I have pinged for review as I will do a first pass**