fix

Identify and automatically fix code issues, bugs, and lint errors in repositories.

4|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ghbvf/gocell --skill fix-ghbvf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/ghbvf/gocell/tree/main/.gemini/skills/fix
Command: npx skills add https://github.com/ghbvf/gocell --skill fix-ghbvf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically handles repair workflows for code issues, bugs, and lint errors, reducing manual debugging time.

Core Features & Use Cases

  • Auto-detection: Identify code issues, bugs, and lint errors in the repository.
  • Deterministic repairs: Apply safe, patch-based fixes with a dry-run option to preview changes.
  • CI-friendly workflows: Integrate with CI to run fixes on pull requests and report results.

Quick Start

Ask it to scan your repository and automatically apply fixes for detected issues.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automatically fix lint errors and bugs in my repository?

To automatically fix lint errors and bugs, the Skill scans your repository to identify code issues and applies safe, deterministic patch-based repairs to resolve them.

Can I preview code repairs before applying them to my local workspace?

Yes, you can preview code repairs before applying them by using the available dry-run option to review the generated patches and ensure safe application to your local workspace.

Does this auto-fix tool integrate with CI pipelines and pull request workflows?

Yes, this auto-fix tool integrates with CI pipelines and pull request workflows to automatically detect code issues, apply repairs, and report results directly within your CI environment.

What is the best way to reduce manual debugging time for code issues?

The best way to reduce manual debugging time is to automate the repair workflow, which handles the detection and deterministic patching of code issues, bugs, and lint errors across your repository.

Are there limitations when applying deterministic patches across CI pipelines?

While it applies deterministic patches safely across CI pipelines, you should review dry-run outputs for complex bugs to ensure the auto-generated repairs do not conflict with your existing code logic.