New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@kazoottt/quick-pr

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@kazoottt/quick-pr

Create a Pull Request with interactive branch selection

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

quick-pr

npm version npm downloads License

Create a Pull Request with interactive branch selection

Installation

# Using npm
npm install -g quick-pr

# Using pnpm
pnpm add -g quick-pr

# Using yarn
yarn global add quick-pr

Usage

Navigate to your git repository and run:

quick-pr

The CLI will interactively guide you through creating a pull request:

  • Repository Detection: Automatically detects the current Git repository
  • Branch Selection: Interactively select the target branch from available branches
  • PR Generation: Generates a standardized PR description with commit summaries
  • Media Support: Copies the PR description to your clipboard
  • Browser Launch: Opens the PR page in your default browser
  • Merge Branch: Optionally creates a suggested merge branch for conflict resolution

Features

  • 🔧 Interactive Branch Selection: Choose target branch from a list of local and remote branches
  • 📋 Auto-Generated PR Description: Includes commit summaries and formatted content
  • 📋 Clipboard Integration: Automatically copies PR description to clipboard
  • 🌐 Browser Integration: Opens PR comparison page automatically
  • 🔄 Merge Branch Suggestion: Offers to create a merge resolution branch
  • 🏷️ Multi-Platform Support: Compatible with GitHub, GitLab, and Gitee
  • 🎨 Git Service Detection: Automatically formats PR links for different Git services

Requirements

  • git version 2.0+
  • Node.js version 18+

License

MIT License © KazooTTT

Sponsors

GitHub Sponsors

Contributing

Contributions, issues, and feature requests are welcome!

Note for Developers

This project uses pnpm workspaces and tsdown for building. For development:

# Install dependencies
pnpm install

# Build the project
pnpm run build

# Run tests
pnpm run test

# Lint
pnpm run lint

Keywords

pr

FAQs

Package last updated on 17 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts