git-remote-release

Installation
SKILL.md

Git Remote Release

Git Remote Release

This skill generates polished GitHub release notes from the commits and pull requests between two tags, two branches, or the current branch and the upstream default branch. It produces a human-friendly summary optimized for release notes, not a raw commit log.

When explicit tags or a compare URL are provided, the skill works entirely through GitHub's API — no local clone is needed. When no input is provided, the skill detects the current Git working repository and resolves the comparison range from local branch and remote state.

Input

The skill accepts input in three ways, checked in this order:

1. Compare URL:

When the user provides a GitHub compare URL like https://github.com/codebeltnet/agentic/compare/v1.0.0...v1.0.1, extract the owner, repository, previous ref, and current ref from it.

2. Separate values:

Installs
1
GitHub Stars
3
First Seen
5 days ago
git-remote-release — codebeltnet/agentic