delegate

Scan, classify, and assign GitHub issues to a bot for resolution.

2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/flavordrake/mobissh --skill delegate-flavordrake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegate
Source: https://github.com/flavordrake/mobissh/tree/main/.claude/skills/delegate
Command: npx skills add https://github.com/flavordrake/mobissh --skill delegate-flavordrake

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh-ops.sh, gh-file-issue.sh, integrate-cleanup.sh, test-fast-gate.sh, test-headless.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of triaging and assigning GitHub issues to a bot for resolution, streamlining development workflows and ensuring tasks are handled efficiently.

Core Features & Use Cases

  • Issue Triage: Automatically scans open GitHub issues to identify those suitable for bot delegation.
  • Contextual Enrichment: Adds design direction and context to delegatable issues before assignment.
  • Bot Assignment: Assigns issues to the @claude bot via comments, initiating the automated resolution process.
  • Failure Analysis & Decomposition: Analyzes past bot failures on issues, decomposes large tasks, and re-delegates with refined constraints.
  • Use Case: When a new bug report comes in, this Skill can automatically classify it, determine if the bot can fix it, add necessary context, and assign it to the bot for a quick turnaround.

Quick Start

Use the delegate skill to scan open GitHub issues and assign delegatable ones to the bot.

Frequently Asked Questions about delegate

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

FAQPage Schema
How do I automate GitHub issue triage and assign tasks to a bot?

Automating GitHub issue triage involves scanning open issues, classifying delegatable ones, enriching them with context, and assigning them to a bot via comments. This skill manages that workflow by integrating with GitHub operations scripts for deterministic task execution and label management.

What is bot delegation for GitHub issues and how does it work?

Bot delegation for GitHub issues is the process of routing open tasks to an automated agent for resolution. This skill scans and classifies issues, adds design direction, assigns them to the @claude bot, and analyzes prior failures to decompose complex tasks for efficient workflow management.

Can I use this to re-assign GitHub issues after a bot failure?

Yes, you can re-assign GitHub issues after a bot failure. This skill analyzes past bot failures on issues, decomposes large tasks into manageable parts, and re-delegates them with refined constraints to ensure successful automated resolution.

Does this workflow management tool require specific GitHub scripts to run?

This workflow management tool depends on specific GitHub operation scripts to run. It integrates with gh-ops.sh, gh-file-issue.sh, integrate-cleanup.sh, test-fast-gate.sh, and test-headless.sh for deterministic task execution and issue label management.

What is the best way to handle complex issue decomposition for automated resolution?

The best way to handle complex issue decomposition for automated resolution is to analyze prior bot failures, break down large tasks, and re-delegate with refined constraints. This skill automates that process while enriching issues with necessary design context.

When should I not use automated bot delegation for issue triage?

You should not use automated bot delegation for issue triage when tasks require human intuition or lack clear technical constraints. This skill is designed for deterministic task execution and works best when issues can be clearly classified and enriched with design direction for bot resolution.