develop

Automate local GitHub issue implementation using isolated worktrees and agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh-ops.sh, develop-propose.sh, test-fast-gate.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of developing and implementing GitHub issues locally, replacing slower remote bot execution with a faster, more reliable local workflow.

Core Features & Use Cases

  • Local Issue Implementation: Spawns isolated development agents to work on GitHub issues directly on your machine.
  • Automated Issue Proposal: When invoked without arguments, it intelligently proposes issues to work on based on risk, relevance, and freshness.
  • Batch Processing: Supports developing multiple issues concurrently (up to 2 in parallel) with queuing for the rest.
  • Use Case: You can type /develop to have the AI suggest the most critical open issue to tackle next, or /develop 16,25 to start working on issues 16 and 25 simultaneously.

Quick Start

Use the develop skill to start working on issue number 16.

Frequently Asked Questions about develop

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

FAQPage Schema
How do I implement GitHub issues locally instead of using a remote bot?

Automate local development of GitHub issues by spawning isolated coding agents in Git worktrees on your machine. This local workflow replaces slower remote bot execution with faster, more reliable issue processing and automated label updates.

What is the best way to automate coding multiple GitHub issues at once?

Automate coding multiple GitHub issues concurrently using batch processing with up to 2 parallel agents. Pass multiple issue numbers like `/develop 16,25` to start simultaneous worktrees, while remaining issues queue automatically for sequential processing.

How does automated issue proposal work for local development?

Automated issue proposal analyzes open GitHub issues based on risk, relevance, and freshness. When invoked without arguments, the agent intelligently suggests the most critical open issue to tackle next, eliminating manual triage before local development.

Do I need Git worktrees to run a coding agent for GitHub issue implementation?

Yes, isolated Git worktrees are required to run coding agents for GitHub issue implementation. Worktrees provide the isolated local development environment that allows multiple agents to work on separate issues concurrently without branch conflicts.

What pre-flight checks are performed before implementing a GitHub issue?

Pre-flight checks verify PR status and prior failures before implementing a GitHub issue locally. These detailed checks ensure the coding agent avoids duplicating work or hitting known blockers, preventing wasted local development cycles.