fix

Create Git branches, implement fixes, run verification, and generate pull requests.

2|1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Vekta/PolyForge --skill fix-vekta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/Vekta/PolyForge/tree/main/skills/fix
Command: npx skills add https://github.com/Vekta/PolyForge --skill fix-vekta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fixing bugs or implementing changes based on issue trackers, streamlining the development workflow from issue to pull request.

Core Features & Use Cases

  • Automated Branching: Creates a new Git branch for each fix.
  • Intelligent Implementation: Analyzes issues and implements code changes, including writing tests.
  • PR Generation: Automatically generates a pull request with a descriptive title and body.
  • Use Case: When a bug is reported as issue #123, you can use this Skill to automatically create a branch, fix the bug, run tests, and open a PR for review.

Quick Start

Use the fix skill to resolve issue number 123.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate bug fix pull request creation from a GitHub issue?

Automate bug fix pull request creation by using a tool that reads the GitHub issue, creates a branch, implements the code changes, and opens the PR. This Skill automates that exact workflow from issue to pull request.

Can I automatically create a branch and resolve Jira issues with code changes?

Yes, you can automatically create a branch and resolve Jira issues with code changes. This Skill supports issue tracking integration for Jira to implement fixes and generate pull requests.

What is the best way to streamline issue resolution and PR generation in git?

The best way to streamline issue resolution and PR generation in git is automating the workflow. This Skill handles branch creation, implements code changes, runs verification pipelines, and generates the pull request automatically.

Does automated issue resolution run verification pipelines before opening a PR?

Yes, automated issue resolution runs verification pipelines before opening a PR. This Skill implements code changes, writes tests, and executes verification pipelines to ensure the fix is valid prior to pull request generation.

Can I configure the autonomy level for automated pull request creation?

Yes, you can configure the autonomy level for automated pull request creation. This Skill supports configurable autonomy levels for both the implementation phase and the PR creation process.

How does automated issue resolution handle writing tests for bug fixes?

Automated issue resolution handles writing tests for bug fixes by intelligently implementing code changes that include test generation. This Skill analyzes the issue and writes tests as part of the fix before running verification pipelines.