# github-issue-pr-fixer > Fixes GitHub issues and creates PRs. Invoke when user wants to fix a specific GitHub issue and submit a pull request to the upstream repository. - Author: Andres Jimenez - Repository: kattsushi/prisma-effect-kysely - Version: 20260202130410 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/kattsushi/prisma-effect-kysely - Web: https://mule.run/skillshub/@@kattsushi/prisma-effect-kysely~github-issue-pr-fixer:20260202130410 --- --- name: "github-issue-pr-fixer" description: "Fixes GitHub issues and creates PRs. Invoke when user wants to fix a specific GitHub issue and submit a pull request to the upstream repository." --- # GitHub Issue PR Fixer This skill helps fix GitHub issues and create pull requests by: 1. Analyzing the GitHub issue to understand the problem 2. Exploring the codebase to identify the root cause 3. Implementing the fix following the project's conventions 4. Testing the fix to ensure it works correctly 5. Creating a fork and submitting a pull request 6. Providing clear documentation of the changes ## When to Use - When user provides a GitHub issue URL that needs fixing - When user wants to contribute to an open source project - When a specific bug or feature request needs implementation ## Steps 1. Read and understand the GitHub issue 2. Examine the codebase to locate relevant files 3. Implement the fix with proper testing 4. Verify the fix works as expected 5. Create fork and submit PR with clear description 6. Document changes for the maintainers