LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

create-pr - Create Pull Request with Auto-Generated Description

Creates and pushes pull requests with auto-generated titles and descriptions

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • check git status
  • create descriptive branch
  • push to origin
  • analyze git diff
  • generate PR title
  • generate PR body
  • submit PR via gh CLI

Inputs

  • Git repository
  • Current branch
  • Working tree changes
  • Commit history
  • Remote tracking branch
  • GitHub CLI credentials

Outputs

  • PR URL
  • New GitHub pull request
  • Pushed Git branch
  • Auto-generated PR title
  • Auto-generated PR description

Requirements

  • haiku model
  • Bash git tool access
  • Bash gh CLI tool access
  • Git repository
  • GitHub account with CLI access

Source

  • Spec: SKILL.md
git
github
pull-request
version-control
automation
check git status
create descriptive branch
push to origin
analyze git diff
Git repository
Current branch
Working tree changes
PR URL
New GitHub pull request
Pushed Git branch