KS
Killer-Skills

git-pr-changelog — how to use git-pr-changelog how to use git-pr-changelog, git-pr-changelog setup guide, git-pr-changelog alternative, git-pr-changelog vs GitHub workflow, automating Git PR and changelog, git-pr-changelog install, what is git-pr-changelog, git-pr-changelog workflow automation, git-pr-changelog for developers

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/7/2026

Quality Score

Top 5%
41
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add lolopinto/ent/git-pr-changelog

Agent Capability Analysis

The git-pr-changelog MCP Server by lolopinto is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use git-pr-changelog, git-pr-changelog setup guide, git-pr-changelog alternative.

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 MCP Server

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
Project
SKILL.md
1.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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.

Related Skills

Looking for an alternative to git-pr-changelog or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication