fix

Automate end-to-end fix workflows for review findings across sprints.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/nicolasguelfi/gensem --skill fix-nicolasguelfi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/nicolasguelfi/gensem/tree/main/gse-one/plugin/skills/fix
Command: npx skills add https://github.com/nicolasguelfi/gensem --skill fix-nicolasguelfi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end process of addressing review findings across sprints, reducing manual toil and ensuring traceable fixes.

Core Features & Use Cases

  • Structured fix workflow: from finding selection to patch application and verification.
  • Guardrails and traceability: enforce sprint and branch policies, commit metadata, and status updates.
  • Team collaboration: aligns backlog, review docs, and patch deployment across strategies (worktree, branch-only, none).

Quick Start

Initiate the fix workflow by running the fix command in your project workspace to begin addressing review findings.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate applying patch fixes from code review findings in a sprint?

Automating patch fixes from review findings requires a structured workflow that handles branch management, patch application, and verification. This ensures traceable commits with required metadata while enforcing sprint and branch policies.

What is the best way to manage review findings across different git workflow strategies?

Managing review findings across git workflows involves adapting to worktree, branch-only, or none strategies. An automated fix workflow aligns backlog and review docs, applying patches consistently while enforcing guardrails for each strategy.

How do I ensure traceable commits when applying patches from sprint review findings?

Traceable commits for patch application require enforced commit metadata and status updates integrated with backlog and review docs. The fix workflow automates this by linking patch deployment directly to the original review findings.

Can I integrate backlog documentation updates into an automated patch fix workflow?

Integrating backlog documentation updates into a patch fix workflow is supported natively. The process aligns backlog and review docs with patch deployment, ensuring documentation is updated automatically alongside branch management and verification steps.

What guardrails are needed for a sprint fix workflow managing review findings?

Guardrails for a sprint fix workflow include enforcing sprint and branch policies, verifying patches after application, and requiring traceable commit metadata. These guardrails prevent invalid patches and maintain consistency across worktree or branch-only strategies.