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.

make-pr - Create Pull Request for Feature Development

Opens a pull request for the current feature with formatted code

Tags

Updated: 2026-02-09
gitcode-formattingpull-requestdevelopment

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • check current branch
  • create branch if needed
  • run prettier formatting
  • commit changes
  • push to remote
  • create pull request

Inputs

  • Git repository
  • package.json
  • source code

Outputs

  • pull request
  • formatted code commit
  • remote branch

Requirements

  • Git repository
  • bun runtime
  • prettier installed
  • gh CLI

Source

  • Spec: SKILL.md
check current branch
create branch if needed
run prettier formatting
commit changes
Git repository
package.json
source code
pull request
formatted code commit
remote branch