quick-push

Automate committing and pushing code changes to a remote repository.

1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/ryosukesuto/dotfiles --skill quick-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-push
Source: https://github.com/ryosukesuto/dotfiles/tree/main/config/claude/skills/quick-push
Command: npx skills add https://github.com/ryosukesuto/dotfiles --skill quick-push

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of committing and pushing code changes, making daily development workflows more efficient.

Core Features & Use Cases

  • Rapid Committing: Automatically stages, commits, and pushes your changes with intelligent commit message suggestions.
  • Safety Checks: Includes checks to prevent pushing merged branches and warns about sensitive files.
  • Use Case: After finishing a small bug fix, you can use this Skill to quickly commit your changes with a fix: prefix and push them to the remote repository without manual git add, git commit, and git push commands.

Quick Start

Use the quick-push skill to commit and push your current changes.

Frequently Asked Questions about quick-push

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

FAQPage Schema
How do I quickly commit and push code changes to a remote repository?

To quickly commit and push code changes, this Skill automates staging, committing, and pushing modifications to your remote repository. It intelligently suggests commit prefixes and performs safety checks to ensure efficient Git operations.

What is the best way to automate git commit message generation for small bug fixes?

Automating git commit message generation for small bug fixes involves suggesting appropriate prefixes like fix:. This Skill applies intelligent prefixes to your commits, ensuring consistent naming conventions for rapid code iterations.

Can I use this workflow to prevent pushing merged branches and sensitive files?

Yes, you can prevent pushing merged branches and sensitive files. This Skill includes built-in safety checks that verify PR merge status and warn about sensitive files before executing any remote Git operations.

Do I need git and gh installed to automate staging and pushing code?

Yes, you need git, gh, and jq installed. These dependencies are required for the Skill to execute automated Git operations, interact with GitHub workflows, and parse JSON responses safely.

How does rapid iteration and deployment of small code modifications work?

Rapid iteration of small code modifications works by combining staging, committing, and pushing into a single automated workflow. This bypasses manual Git commands, allowing developers to deploy small fixes efficiently with suggested commit prefixes.

Why should I use an automated git workflow instead of manual git add and git push commands?

Using an automated git workflow eliminates manual command entry and reduces human error. It streamlines daily development workflows by suggesting commit prefixes, checking PR status, and excluding sensitive files during rapid deployment.