develop

Create GitHub issue branches, assign work, and post development comments.

2|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ondrasek/cc-plugins --skill develop-ondrasek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop
Source: https://github.com/ondrasek/cc-plugins/tree/main/plugins/github-issues/skills/develop
Command: npx skills add https://github.com/ondrasek/cc-plugins --skill develop-ondrasek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Development teams often struggle to move from issue tracking to actual coding work. This skill bridges GitHub issues with the development workflow by creating branches, assigning work, and posting contextual updates to keep the issue and code in sync.

Core Features & Use Cases

  • Start Development: view an issue, create a feature branch, self-assign, and add a development comment to kick off work.
  • Check Out Existing Issue Branch: locate and switch to a branch linked to an issue to resume work.
  • Show Development Context: display issue details, linked branches, open PRs, and related issues to maintain alignment with the codebase.
  • Branch Naming & Readiness: ensure branch naming follows conventions and that the issue has acceptance criteria before starting.

Quick Start

Start development on issue NUMBER to create a branch, assign yourself, and begin work.

Frequently Asked Questions about develop

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

FAQPage Schema
How do I start development on a GitHub issue and create a branch automatically?

To start development on a GitHub issue, this skill validates the issue state and acceptance criteria, creates a feature branch following naming conventions, self-assigns the issue, and posts a contextual comment to begin work.

What is the best way to link a GitHub issue with my development workflow?

The best way to link a GitHub issue with your development workflow is using an automated bridge that checks out existing branches, displays related PRs, and maintains codebase alignment by syncing issue tracking with branch creation.

Do I need the gh CLI installed to automate issue branching and development workflow?

Yes, you need the gh CLI and git tooling installed to automate issue branching, validate issue readiness, self-assign GitHub issues, and post contextual development comments.

Can I check out an existing branch linked to a GitHub issue to resume work?

Yes, you can check out an existing branch linked to a GitHub issue to resume work, as this skill locates and switches to the associated branch while displaying related PRs and issue context.

Why does my automated development workflow fail to start on some GitHub issues?

Your automated development workflow may fail to start if the GitHub issue lacks proper acceptance criteria, has an invalid state, or fails the readiness validation checks required before creating a branch.