quick-fix

Resolve small local maintenance tasks with test-first implementation and Codex review.

413|31|Updated Mar 16, 2025
One-click install
npx skills add https://github.com/gittower/git-flow-next --skill quick-fix-gittower
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-fix
Source: https://github.com/gittower/git-flow-next/tree/main/.claude/skills/quick-fix
Command: npx skills add https://github.com/gittower/git-flow-next --skill quick-fix-gittower

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you complete a small maintenance task or bug fix entirely locally, without creating a PR, while still preserving strong review and testing discipline.

Core Features & Use Cases

  • Eligibility Check: Confirms the task is truly small and appropriate for a quick fix workflow.
  • Local End-to-End Workflow: Guides branch creation, test-first implementation, commits, review, and final merge into main.
  • Review and Safety Gates: Requires both a local review and a mandatory Codex code review before merging.
  • Use Case: A developer needs to fix a typo, adjust a flaky test, or resolve a minor bug with an obvious cause and wants a fast but controlled path to merge it locally.

Quick Start

Use the quick-fix skill to handle this small maintenance task locally from branch creation through review and merge.

Frequently Asked Questions about quick-fix

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

FAQPage Schema
How do I merge a small bug fix locally without creating a pull request?

You can merge a small bug fix locally without a pull request by applying a test-first implementation, passing a local review, completing a mandatory Codex review, and confirming the merge directly into the main branch.

What types of maintenance tasks are appropriate for a local quick fix workflow?

Appropriate maintenance tasks for a local quick fix workflow include documentation corrections, CI and tooling maintenance, test-only changes, chores, and small bug fixes with an obvious root cause.

Can I skip code review when applying minor test changes directly to the main branch?

You cannot skip code review for minor test changes because the local workflow requires both a local review and a mandatory Codex code review before allowing a confirmed merge into main.

What is the best way to handle a local git workflow for chores and small bug fixes?

The best way to handle a local git workflow for chores and small bug fixes is to follow an end-to-end process: branch creation, test-first implementation, commits, review gates, and a final merge into main.

Does the local quick fix workflow verify if a bug fix is small enough to skip a PR?

Yes, the workflow includes an eligibility check that confirms the maintenance task is truly small and appropriate for a quick fix path before proceeding with the local branch creation and merge.

When should I not use a local quick fix approach for git maintenance?

You should not use a local quick fix approach when the bug fix lacks an obvious root cause, requires extensive testing, or involves complex changes that necessitate a standard pull request for team review.