commit-hard-push-mm

Commit and push changes to target branches while bypassing protected-branch rules.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill commit-hard-push-mm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: commit-hard-push-mm
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/minmos-harness/skills/commit-hard-push-mm
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill commit-hard-push-mm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables performing commits and pushes across any branch without being blocked by protected-branch rules, simplifying emergency or fast-paced workflows.

Core Features & Use Cases

  • Allow commit-and-push on any branch for quick hotfixes.
  • Useful in maintenance windows or when bypassing strict branch protections with proper authorization.
  • Use case: when a critical fix must reach a release branch immediately, this skill commits changes locally and pushes to the target branch.

Quick Start

Use this skill to commit changes on any branch and push them to the desired target branch, bypassing protected-branch restrictions when you have authorization.

Frequently Asked Questions about commit-hard-push-mm

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

FAQPage Schema
How do I push a commit to a protected git branch when it is blocked by branch protection rules?▼

To push a commit to a protected git branch, you can use this skill to bypass branch protection rules and push directly to the target branch, provided you have the proper authorization and follow organizational policies.

What is a git hotfix workflow for pushing emergency fixes to a release branch immediately?▼

A git hotfix workflow for emergency fixes involves committing changes locally and pushing them directly to the target release branch, bypassing strict branch protections to ensure critical fixes reach production immediately.

Can I commit and push across any git branch without being blocked by protected-branch rules?▼

Yes, you can commit and push across any git branch without being blocked by protected-branch rules if you have the necessary authorization, which is useful for fast-paced development and maintenance windows.

Do I need special permissions to bypass git branch protection for a critical hotfix?▼

Yes, you need special authorization and proper permissions to bypass git branch protection for a critical hotfix, ensuring that you comply with your organization's security policies when pushing immediate fixes.

When should I not bypass branch protection rules to push commits directly?▼

You should not bypass branch protection rules to push commits directly outside of emergency or fast-paced maintenance scenarios, as doing so requires proper authorization and violates standard organizational policies for regular development.