Generate a complete pull request from the branch diff and open or update it. Use when the user asks to create/open a PR, fill the PR template, or mentions "/generate-pr". Two modes by where you stand: from a feature branch it targets dev (default); from dev it targets main (promotion PR). Fills EVERY section of .github/pull_request_template.md grounded in the diff, and runs gh pr create/gh pr edit. Honors DRY_RUN=1 to emit out/pr-body.md instead of touching GitHub.
$npx -y skills add gabrieldabbah/genesis --skill generate-prInstalls into the current project.
Run `npx skills use "https://github.com/gabrieldabbah/genesis" --skill "gabrieldabbah/genesis/generate-pr"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gabrieldabbah/genesis" that are relevant to the current task. Run `npx skills add "https://github.com/gabrieldabbah/genesis"` and select the relevant skills, then follow their instructions.