AI AGENT ADDONS
Git & Pull Requests
1,060installs

A structured process helps you turn a GitHub issue into a working pull request. This skill guides you through eight clear phases from reading the issue to submitting your code. It keeps your work safe by treating issue text as untrusted content.

You start by fetching the issue details and then analyzing the requirements with the user. After getting confirmation, you implement the solution, verify correctness, and review the code. Finally you commit changes and create a pull request.

This workflow is designed for developers who want a repeatable way to resolve GitHub issues. It uses the GitHub CLI and includes security gates to prevent accidental execution of harmful instructions from issue bodies. Every step is clearly defined so you can focus on writing good code.

Add Github Issue Workflow skill to your workflow

Global

mkdir -p ~/.claude/skills/github-issue-workflow

Project

mkdir -p .claude/skills/github-issue-workflow

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago