·1k-create-pr
>_

1k-create-pr

Creates a Pull Request from current changes for OneKey app-monorepo. Use when user wants to create PR, submit changes, or merge feature branch. Handles branch creation, commit, push, and PR creation workflow.

32Installs·1Trend·@onekeyhq

Installation

$npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-create-pr

How to Install 1k-create-pr

Quickly install 1k-create-pr AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-create-pr
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: onekeyhq/app-monorepo.

SKILL.md

View raw

Automates the complete PR creation workflow for OneKey app-monorepo changes.

| 1 | Check status | git status, git branch --show-current | | 2 | Create branch (if on x) | git checkout -b | | 3 | Stage & commit | git add ., git commit -m "type: description" | | 4 | Push to remote | git push -u origin | | 5 | Create PR | gh pr create --base x --title "..." --body "..." | | 6 | Enable auto-merge | gh pr merge --auto --squash |

Display PR URL to user and optionally open in browser:

Creates a Pull Request from current changes for OneKey app-monorepo. Use when user wants to create PR, submit changes, or merge feature branch. Handles branch creation, commit, push, and PR creation workflow. Source: onekeyhq/app-monorepo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-create-pr
Category
>_Productivity
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from onekeyhq/app-monorepo

Quick answers

What is 1k-create-pr?

Creates a Pull Request from current changes for OneKey app-monorepo. Use when user wants to create PR, submit changes, or merge feature branch. Handles branch creation, commit, push, and PR creation workflow. Source: onekeyhq/app-monorepo.

How do I install 1k-create-pr?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/onekeyhq/app-monorepo --skill 1k-create-pr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/onekeyhq/app-monorepo