github-issue

Manage GitHub issue lifecycles with isolated worktrees and fenced JSON results.

4|2|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/randlee/synaptic-canvas --skill github-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue
Source: https://github.com/randlee/synaptic-canvas/tree/main/.claude/skills/github-issue
Command: npx skills add https://github.com/randlee/synaptic-canvas --skill github-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire GitHub issue lifecycle, from creation to fixing and pull request generation, eliminating manual steps and ensuring consistent, efficient developer workflows.

Core Features & Use Cases

  • Full Issue Lifecycle Management: List, create, update, and fix GitHub issues directly through AI commands.
  • Isolated Development Workflows: Automatically create and manage Git worktrees for each issue, ensuring clean, parallel development.
  • Automated PR Creation: Generate pull requests for completed fixes, streamlining the contribution process.
  • Use Case: Imagine a bug report comes in. Use this Skill to automatically create a new worktree, implement the fix, and then generate a pull request, all while Claude guides you through the process.

Quick Start

Use the github-issue skill to list all open issues in the 'randlee/synaptic-canvas' repository.

Frequently Asked Questions about github-issue

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

FAQPage Schema
How do I automate GitHub issue workflows with AI?

Automate GitHub issue workflows by using this Skill to list, create, update, and fix issues across repositories. It creates isolated Git worktrees for each issue, manages the full lifecycle from creation through pull request generation, and enforces safety gates via .claude/config.yaml configuration.

Can I create and manage Git worktrees automatically for each GitHub issue?

Yes, the Skill automatically creates and manages isolated Git worktrees for each issue, enabling parallel development without manual setup. Each worktree keeps changes isolated and clean, reducing merge conflicts and workflow friction.

How do I generate pull requests automatically after fixing GitHub issues?

After fixing an issue in its isolated worktree, the Skill automatically generates pull requests with your changes. This streamlines the contribution process by eliminating manual PR creation steps.

What do I need to set up before using automated GitHub issue management?

Before using this Skill, install GitHub CLI, ensure you have the sc-managing-worktrees Skill available, and configure .claude/config.yaml to define safety gates and approval prompts. These prerequisites enable secure, controlled automation.

Does this work with multiple repositories in a single workflow?

Yes, the Skill applies across repositories, allowing you to list, create, and fix issues in different projects without switching contexts. Isolated worktrees keep each repository's changes separate and manageable.

What happens if I need to enforce approval steps before applying fixes?

The Skill supports safety gates and test prompts configured in .claude/config.yaml, letting you require approvals before changes are applied. Results are returned as fenced JSON for easy review and integration.