git-push-and-tag

Stage, commit, and push Git changes, then label a GitHub issue.

29|2|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/jbdamask/john-claude-skills --skill git-push-and-tag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-push-and-tag
Source: https://github.com/jbdamask/john-claude-skills/tree/main/plugins/beads-planner/skills/git-push-and-tag
Command: npx skills add https://github.com/jbdamask/john-claude-skills --skill git-push-and-tag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the final steps of a development workflow by committing staged changes, pushing them to a remote repository, and tagging a GitHub issue, streamlining the process of releasing or updating code.

Core Features & Use Cases

  • Automated Git Operations: Stages changes, commits with an inferred message, and pushes to the remote.
  • GitHub Issue Labeling: Automatically applies a "Ready" label to the associated GitHub issue.
  • Use Case: After completing a set of tasks on a feature branch, this skill can be used to finalize the commit, push the branch, and signal that the work is ready for review or deployment by labeling the corresponding GitHub issue.

Quick Start

Run the git-push-and-tag skill to commit and push the current branch and label the associated GitHub issue as "Ready".

Frequently Asked Questions about git-push-and-tag

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git commit, push, and GitHub issue labeling together?

Automating git commit, push, and GitHub issue labeling requires a tool that stages changes, pushes to a remote repository, and applies a 'Ready' label to the associated issue. This skill handles all three operations in sequence using the gh CLI for issue interaction.

What is the best way to commit and push Git changes while updating a GitHub issue?

The best way to commit and push Git changes while updating a GitHub issue is using an automated workflow skill. It commits staged changes with an inferred message, pushes the branch, and signals readiness by labeling the corresponding GitHub issue.

Do I need the gh CLI to push Git changes and tag a GitHub issue?

Yes, you need the gh CLI to push Git changes and tag a GitHub issue. The skill requires the GitHub CLI for applying issue labels and the bd CLI for bead synchronization during the final phase of development workflows.

Can I use automated Git push and tagging on any feature branch?

Automated Git push and tagging operates on issue branches following a specific naming convention. It is designed for the final phase of development workflows, ensuring code is versioned and issues are updated on branches that match this required format.

How does the commit message get generated when automating Git push?

When automating Git push, the commit message is inferred by the skill. It stages changes and commits them automatically without requiring manual input, streamlining the process before pushing and tagging the GitHub issue.

Why does my Git workflow automation require the bd CLI for bead synchronization?

Git workflow automation requires the bd CLI for bead synchronization to maintain project consistency. The tool uses it alongside the gh CLI to ensure local development states are synchronized before finalizing commits and tagging GitHub issues.