quick-fix

Apply small, targeted fixes to an existing pull request branch.

Updated May 16, 2026
One-click install
npx skills add https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory --skill quick-fix-p-o-ke-nae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quick-fix
Source: https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory/tree/main/.github/skills/quick-fix
Command: npx skills add https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory --skill quick-fix-p-o-ke-nae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you apply small, low-risk fixes to an existing pull request without restarting the full feature workflow.

Core Features & Use Cases

  • Review-driven updates: Resolve review comments and user-reported issues directly on the current feature branch.
  • Safe scope control: Detects when a change is too large or too risky and routes it back to the fuller feature lifecycle.
  • Practical examples: Use it for UI text edits, minor bug fixes, formatting adjustments, and other isolated PR cleanup tasks.

Quick Start

Apply quick-fix to the existing PR and implement the requested small changes on its current branch.

Frequently Asked Questions about quick-fix

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

FAQPage Schema
How do I apply small bug fixes to an existing pull request branch?▼

Small bug fixes to an existing pull request are applied directly to the current PR branch using a targeted quick-fix workflow. This requires branch verification, build and test validation, and Conventional Commit formatting.

What is the best way to resolve code review comments without restarting the feature workflow?▼

Resolving code review comments without restarting the feature workflow is best handled by applying small, low-risk updates directly to the existing feature branch. This keeps isolated PR cleanup tasks contained within the current pull request scope.

Can I use quick-fix for UI text tweaks and minor formatting adjustments in dotnet projects?▼

Yes, quick-fix handles UI text tweaks and formatting adjustments in dotnet projects. It is specifically designed for isolated PR cleanup tasks like UI text edits and minor bug fixes.

When should I not use a quick-fix for pull request changes?▼

You should not use a quick-fix when the change is too large or too risky for the current pull request. If the scope exceeds quick-fix limits, it escalates and routes the work back to the fuller feature lifecycle.

Does GitHub Actions support Conventional Commit formatting for automated pull request updates?▼

GitHub Actions supports Conventional Commit formatting for automated pull request updates. A quick-fix workflow integrates this formatting requirement alongside build and test validation to ensure safe PR updates.