Issue Processing

SkillAI & models

Process GitHub issues — load issue, analyze type/complexity/areas, select workflow, execute agents, create PR with 'Fixes #X'

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Issue Processing skill

What this skill tells your AI

The instructions your AI receives, as published by cubetribe/claudecode_godmode-on in skills/issue-processing/SKILL.md and read by ahel’s review.

Command

"Process Issue #X"

Workflow

1. @github-manager loads issue #X from GitHub
    ↓
2. Orchestrator analyzes issue:
    ↓
3. Select & execute appropriate workflow
    ↓
4. @github-manager creates PR with "Fixes #X"

Issue Analysis Schema

When analyzing a loaded issue, determine:

DimensionOptionsHow to Determine
TypeBug / Feature / Enhancement / DocsIssue labels, title keywords, description
ComplexityLow / Medium / HighScope of changes, number of files, dependencies
AreasAPI / UI / Backend / Infrastructure / DocsFile paths mentioned, components affected
API ImpactYes / NoDoes it touch critical API paths?

Workflow Selection

TypeComplexityWorkflow
BugAnyBug Fix workflow
FeatureAnyFeature workflow
EnhancementLowBug Fix workflow
EnhancementMedium/HighFeature workflow
DocsAny@scribe only
AnyAny + API ImpactAPI Change workflow

PR Requirements

The PR created by @github-manager MUST include:

  • Title: Clear description of the change
  • Body: Summary of what was done
  • Reference: "Fixes #X" or "Closes #X" in body
  • Labels: Match issue labels
  • Reviewers: If configured

Issue Labels → Agent Routing

LabelImplication
bugBug Fix workflow
enhancementFeature workflow
apiAPI Change workflow (include @api-guardian)
docsDocumentation only (@scribe)
securityForce @validator security check
performanceAdd performance metrics to @tester
urgent / hotfixEmergency workflow (streamlined)

Signals

GitHub stars
51
Forks
8
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
issue-processing
Source
github.com/cubetribe/claudecode_godmode-on