pull-request

Installation
SKILL.md

Pull Request

Pushes the current branch and creates a GitHub Pull Request via gh pr create, auto-filling any detected PR template from commit context and linked Issues.

Modes

Check first: does docs/agents/pull-requests.md exist?

  • No → Init: run the interview (see INTERVIEW.md), write config, then proceed to pre-flight.
  • Yes → Proceed: load config, run pre-flight.

Pre-flight checks

Run all four in parallel:

  • git remote get-url origin — remote URL (fails if no remote)
  • git log --oneline -1 — confirms at least one commit exists
  • git status --short — uncommitted changes
  • git status -sb — remote tracking state and branch name
Installs
14
First Seen
May 28, 2026
pull-request — dnd-mapp/agent-skills