fix

Identify and fix bugs in a codebase with deterministic patches.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bilgrami/corporate-agent --skill fix-bilgrami
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/bilgrami/corporate-agent/tree/main/skills/fix
Command: npx skills add https://github.com/bilgrami/corporate-agent --skill fix-bilgrami

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically identifies and fixes bugs in codebases, reducing debugging time and improving code quality.

Core Features & Use Cases

  • Automated Bug Detection: analyzes code to locate logical, runtime, and edge-case issues across supported languages.
  • Deterministic Patch Application: generates minimal, precise code changes and applies them via an integrated Edit tool.
  • Use Case: imagine a large repository with flaky tests; this Skill finds the root cause, suggests fixes, and applies them with a single command.

Quick Start

Run the fix skill on a project to automatically locate and repair a reported bug.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automatically fix bugs in a git repository?

Automated bug fixing applies deterministic patches to identified issues across a repository. It analyzes code to locate logical, runtime, and edge-case problems, then uses an integrated Edit tool to apply minimal changes and verify the results.

Can I use automated code analysis to find the root cause of flaky tests?

Yes, automated code analysis can locate the root cause of flaky tests by examining the codebase for logical, runtime, and edge-case issues. It then suggests fixes and applies precise code changes to repair the identified faults.

What is the best way to apply minimal code modifications for bug fixes?

The best way to apply minimal code modifications for bug fixes is using deterministic patch application. An integrated Edit tool generates and applies precise code changes across the repository, ensuring minimal disruption while resolving the issue.

Does automated bug fixing work with large codebases across different languages?

Automated bug fixing analyzes code to locate issues across supported languages within large codebases. It generates minimal, precise patches and applies them via an integrated Edit tool, ensuring changes are verified and summarized in a bug fix summary.

Why are my automated code edits not resolving the runtime issues?

Automated code edits may not resolve runtime issues if the deterministic patches are not applied correctly or the root cause is an unsupported edge case. The tool verifies applied changes and summarizes fixes, but complex logical issues may require manual review.