git-pr-changelog — automating Git PR and changelog git-pr-changelog, community, automating Git PR and changelog, ide skills, git-pr-changelog install, git-pr-changelog workflow automation, git-pr-changelog for developers, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing automated Git workflow management and changelog updates. git-pr-changelog is a skill that automates the Git PR and changelog workflow, including verifying repository state, staging changes, and updating CHANGELOG.md with PR numbers.

Features

Executes standard Git flow: verify repo state, stage changes, commit, push, and open PR
Updates CHANGELOG.md with PR numbers
Uses Git commands like git rev-parse and git status to inspect repository state
Stages specific files requested by the user, leaving unrelated changes untouched
Checks remotes using git remote -v and confirms repo root with git rev-parse --show-toplevel

# Core Topics

lolopinto lolopinto
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The git-pr-changelog skill by lolopinto is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for automating Git PR and changelog, git-pr-changelog install, git-pr-changelog workflow automation.

Ideal Agent Persona

Perfect for Development Agents needing automated Git workflow management and changelog updates.

Core Value

Empowers agents to automate the standard Git PR and changelog workflow, executing tasks like verifying repo state, staging changes, committing, pushing, opening a PR, and updating CHANGELOG.md with the PR number using Git commands like git rev-parse and git status.

Capabilities Granted for git-pr-changelog

Automating Git PR creation with changelog updates
Verifying repository state before committing changes
Updating CHANGELOG.md with PR numbers

! Prerequisites & Limits

  • Requires Git installation and configuration
  • Limited to Git repositories
  • Needs write access to the repository and CHANGELOG.md file
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

git-pr-changelog

Install git-pr-changelog, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Git PR + Changelog Workflow

Overview

Execute the standard flow: verify repo state, stage changes, commit, push, open a PR, and update CHANGELOG.md with the PR number.

Workflow

1) Inspect repo state

  • Confirm repo root: git rev-parse --show-toplevel
  • Check status: git status -sb
  • Note branch: git rev-parse --abbrev-ref HEAD
  • Check remotes: git remote -v

If there are unrelated changes, keep them untouched and only stage the files requested by the user.

2) Stage changes

  • Stage specific paths: git add <path>...
  • If the user did not specify which files to include, ask before staging everything.

3) Commit

  • Use a clear message: git commit -m "<message>"
  • Do not amend or reword existing commits unless explicitly asked.

4) Push

  • If upstream is missing, set it: git push -u origin <branch>
  • Otherwise: git push

5) Create PR

Prefer GitHub CLI if available:

  • Check: command -v gh
  • Create: gh pr create --fill
  • Capture PR number/URL: gh pr view --json number,url

If gh is unavailable, provide the compare URL:

  • Get remote URL: git remote get-url origin
  • Build: https://github.com/<org>/<repo>/compare/<branch>?expand=1

6) Update changelog

  • Find CHANGELOG.md (usually repo root); search for Unreleased or the latest version section.
  • Add a bullet under the correct section with the PR number, e.g. - add clause loader concurrency (#1234).
  • If the PR number is not known yet, update it after the PR is created.

7) Commit changelog

  • Stage changelog only: git add CHANGELOG.md
  • Commit as a follow-up: git commit -m "Update changelog for <topic>"
  • Push: git push

Output checklist

  • Provide commit SHA(s) and the PR URL.
  • Mention changelog location and the inserted entry.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is git-pr-changelog?

Perfect for Development Agents needing automated Git workflow management and changelog updates. git-pr-changelog is a skill that automates the Git PR and changelog workflow, including verifying repository state, staging changes, and updating CHANGELOG.md with PR numbers.

How do I install git-pr-changelog?

Run the command: npx killer-skills add lolopinto/ent/git-pr-changelog. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for git-pr-changelog?

Key use cases include: Automating Git PR creation with changelog updates, Verifying repository state before committing changes, Updating CHANGELOG.md with PR numbers.

Which IDEs are compatible with git-pr-changelog?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for git-pr-changelog?

Requires Git installation and configuration. Limited to Git repositories. Needs write access to the repository and CHANGELOG.md file.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add lolopinto/ent/git-pr-changelog. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use git-pr-changelog immediately in the current project.

Related Skills

Looking for an alternative to git-pr-changelog or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI