gza-task-improve

Apply inline review feedback to a Gza task and commit verified fixes.

11|1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/mhawthorne/gza --skill gza-task-improve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gza-task-improve
Source: https://github.com/mhawthorne/gza/tree/main/src/gza/skills/gza-task-improve
Command: npx skills add https://github.com/mhawthorne/gza --skill gza-task-improve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address review comments for a gza task inline — reads the most recent review, checks out the implementation branch, fixes must-fix items, runs verify, and commits.

Core Features & Use Cases

  • Inline review resolution: load the latest review, determine the target implementation task, and prepare fixes in the correct branch.
  • Must-fix driven workflow: prioritize blockers (M1, M2, etc.) before considering suggestions.
  • End-to-end verification: run the configured verify command, iterate on fixes until success, then commit changes and optionally clear the review status.

Quick Start

Provide a task ID for the review you want to improve, then follow the prompts to apply must-fix items, run verification, and commit changes.

Frequently Asked Questions about gza-task-improve

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

FAQPage Schema
How do I resolve inline code review feedback for a git branch?

To resolve inline code review feedback, the skill loads the latest review for a task, checks out the implementation branch, and applies fixes directly to the code. It prioritizes must-fix items before running verification and committing the changes.

What is the best way to prioritize must-fix items from a code review?

Prioritizing must-fix items involves loading the latest review and addressing blockers like M1 or M2 before considering general suggestions. The skill enforces this workflow by focusing on required fixes, running verification, and committing the resolved changes.

How do I automate running verify commands after applying review fixes?

Automate running verify commands after applying review fixes by using a workflow that iterates on fixes until verification succeeds. The skill runs the configured verify command, ensures success, and then commits the changes to the branch.

Can I clear the review status automatically after committing fixes?

Yes, you can clear the review status after committing fixes. The skill optionally clears the review status during the re-review phase once all must-fix items are addressed, verified, and changes are successfully committed.

How do I checkout the correct implementation branch to apply task fixes?

To checkout the correct implementation branch for task fixes, the skill reads the most recent review, identifies the target implementation task, and automatically prepares the fixes in the correct branch for an ongoing review-improve cycle.