GitHub issue lifecycle management with worktree isolation
/plugin marketplace add randlee/synaptic-canvas/plugin install sc-github-issue@synaptic-canvasThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Manage GitHub issues from listing to fixing to PR creation with clean worktree isolation.
/sc-github-issue - Main entry point for all issue operationssc-github-issue-intake - List and fetch issue detailssc-github-issue-mutate - Create and update issuessc-github-issue-fix - Implement fixes in isolated worktreessc-github-issue-pr - Create pull requests--list [--repo owner/repo] - List open issues--create - Create issue interactively--update <id> - Update issue fields--fix --issue <id/url> [--yolo] - Full fix workflow: fetch → confirm → worktree → implement → test → commit → push → PRgh) version 2.0 or higherConfiguration via manifest options (defaults shown):
options:
base-branch:
type: string
default: "main"
branch-pattern:
type: string
default: "fix-issue-{number}"
auto-pr:
type: boolean
default: true
Users can override in .claude/config.yaml:
packages:
sc-github-issue:
base-branch: develop
branch-pattern: "hotfix/{number}"
auto-pr: false
github:
test_command: "npm test"
pr_template: |
## Summary
Fixes #{issue_number}
All agents return fenced JSON with v0.4 minimal envelope:
{
"success": true|false,
"data": { /* operation results */ },
"error": null|{
"code": "ERROR.CODE",
"message": "Human readable message",
"recoverable": true|false,
"suggested_action": "What to do next"
}
}
gh CLI auth checks--yolo)The --fix workflow creates isolated worktrees via the sc-git-worktree skill:
sc-worktree-create agent creates fix-issue-{number} worktree/sc-git-worktree --cleanup after PR mergeThis ensures the main working directory remains clean during fix implementation.
references/github-issue-apis.md - GitHub CLI patternsreferences/github-issue-checklists.md - Workflow checklistsCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.