pull-request

Create or update pull requests for the current branch

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pull-request" with this command: npx skills add gendosu/agent-skills/gendosu-agent-skills-pull-request

Usage

/pull-request [issue_number]

Arguments

  • issue_number (optional): 関連するGitHub Issue番号

Dependencies

  • use git-operations-specialist skill

Your task

IMPORTANT: Do exactly what is instructed below, nothing more, nothing less. Do not add any additional "helpful" behavior like checking for unstaged changes or suggesting to push first.

Delegate all operations to the git-operations-specialist skill:

  • ask the skill to check if a pull request already exists for current branch
    • Use command: gh pr list --head $(git branch --show-current) --state open --json number,title
  • if existing PR found:
    • ask the skill to update the existing pull request with current branch changes
    • update PR title and description based on latest commits
    • preserve the existing PR description structure as much as possible
    • if issue_number argument is provided, add "Related: #<issue_number>" to the description
  • if no existing PR found:
    • ask the skill to create a new pull request with current branch
    • if issue_number argument is provided, add "Related: #<issue_number>" to the description

Constraints

  • Do NOT check git status or suggest pushing changes first
  • Do NOT display messages about unstaged changes
  • Do NOT add any preparatory steps beyond the specified tasks
  • Proceed directly with PR creation/update regardless of repository state

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

todo-task-planning

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

project-manager

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

commit

No summary provided by upstream source.

Repository SourceNeeds Review