LogoClawIndex
CasesSkillsAbout
LogoClawIndex

create-pr - Create pull requests with quality checks

Create a pull request from current branch with automated quality checks

Tags

Updated: 2026-03-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run git status
  • check branch name
  • run npm lint
  • run npm typecheck
  • run npm test
  • analyze git changes
  • extract issue context
  • draft PR description
  • push branch to remote
  • create draft PR
  • open PR in browser

Inputs

  • Git repository
  • Current branch
  • Uncommitted changes
  • Origin/main branch
  • npm scripts
  • GitHub CLI

Outputs

  • Pull request draft
  • PR description markdown
  • PR URL
  • Git push confirmation
  • Quality check results

Requirements

  • Git installed
  • GitHub CLI installed
  • npm package.json
  • Git repository initialized
  • Remote repository configured
  • Bash environment

Source

  • Spec: SKILL.md

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.
Git
GitHub
Code Review
Quality Assurance
Development Workflow
run git status
check branch name
run npm lint
run npm typecheck
Git repository
Current branch
Uncommitted changes
Pull request draft
PR description markdown
PR URL