npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

git-pr-ai

v1.13.4

Published

A tool to automatically extract JIRA ticket numbers from branch names and create GitHub/GitLab PRs

Readme

Git PR AI

npm version npm downloads

A CLI tool that empowers developers to create GitHub Pull Requests faster and more efficiently with the help of AI.


Read the Docs

git-pr-ai is a command-line tool designed to streamline the process of creating GitHub Pull Requests from JIRA tickets. By leveraging the power of AI, it can automatically generate branch names, PR descriptions, and even assist with code reviews, allowing you to focus on what truly matters: writing high-quality code.

Key Features

  • AI-Powered Intelligence: Harness Claude Code, Gemini AI, Cursor Agent, or Codex to transform mundane git tasks into intelligent, context-aware workflows that understand your code and intentions.
  • Smart JIRA Integration: Seamlessly bridge your project management and development workflow with automated branch creation and context extraction from tickets.
  • Agent-Agnostic Simplicity: No need to rely on MCP or write custom prompts. Use the same intuitive commands to switch seamlessly between different AI Agents.
  • Zero-Friction Setup: From installation to first PR in under 5 minutes - because your time is better spent coding, not configuring tools.

Prerequisites

Before you begin, please ensure you have completed the following setup:

Platform & AI Provider Support

| Platform | Claude Code | Gemini CLI | Cursor CLI | Codex CLI | | -------- | :---------: | :--------: | :--------: | :-------: | | GitHub | ✅ | ✅ | ✅ | ✅ | | GitLab | ✅ | ✅ | ✅ | ✅ |

All combinations of platforms and AI providers are fully supported!

Installation

pnpm add -g git-pr-ai

Quick Start

After installing git-pr-ai, the CLI registers a suite of git subcommands (e.g., git pr-ai, git create-branch, git pr-review) so you can run everything directly from your terminal.

  1. Configure the tool (required for git-pr-ai to fetch JIRA data):

    # Set up your preferred AI provider (see AI Providers guide for options)
    git pr-ai config
  2. Create a branch from a JIRA Ticket:

    # Automatically generates semantic branch names from JIRA tickets
    git create-branch --jira PROJ-123

    No more inconsistent branch names or forgetting ticket details. Just paste your JIRA ID and get perfectly formatted branches every time.

  3. Create AI-powered Commits:

    # AI-generated commit messages based on your changes
    git ai-commit

    No more generic commit messages. AI analyzes your changes and suggests 3 meaningful commit messages following conventional commit format. Pick the one that fits best!

  4. Create a Pull Request:

    # One-command PR creation with intelligent title formatting
    git open-pr

    Transform your workflow from "commit → switch to browser → fill forms → copy URLs" to just "commit → one command → done!"

  5. Update PR Description with AI:

    # AI-powered PR descriptions that explain what changed and why
    git update-pr-desc

    Never write another boring "fix bug" description. Get detailed, context-aware PR descriptions that help reviewers understand your changes instantly.

  6. Review PR with AI:

    # Instant AI code review with improvement suggestions
    git pr-review

    Think of it as having a senior developer review your code 24/7. Catch bugs early, improve code quality, and learn best practices automatically.

  7. Generate Weekly Summary:

    # AI-generated weekly summaries for standups and reviews
    git weekly-summary

    Stop scrambling to remember what you worked on this week. Get AI-generated summaries that highlight your impact and achievements automatically.

Documentation

Want to learn more about detailed configurations and features?

Please refer to our full documentation.