git-dev-feature

Create GitHub issues and feature branches across multiple repositories.

15|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/bluredengine/blured --skill git-dev-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-dev-feature
Source: https://github.com/bluredengine/blured/tree/main/.claude/skills/git-dev-feature
Command: npx skills add https://github.com/bluredengine/blured --skill git-dev-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

Manages the creation of issues and feature branches across multiple repositories to streamline the feature development process.

Core Features & Use Cases

  • Multi-Repo Issue Creation: Automates the creation of GitHub issues in multiple repositories based on a user-provided description.
  • Feature Branch Creation: Generates feature branches with consistent naming conventions across repositories.
  • Branch Management: Tracks the status of feature branches in a workspace configuration file.

Quick Start

Start a new feature with the command: /git-dev-feature <description>

Frequently Asked Questions about git-dev-feature

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

FAQPage Schema
How do I create feature branches across multiple repositories at once?

You can create feature branches across multiple repositories by providing a description, which triggers automated branch generation with consistent naming conventions and tracked status in a workspace configuration file.

What is the best way to automate GitHub issue creation for multi-repo feature development?

Automating GitHub issue creation for multi-repo feature development is handled by passing a feature description, which generates corresponding issues across the targeted repositories simultaneously.

Do I need the GitHub CLI installed to manage multi-repo branching strategies?

Yes, you need the GitHub CLI installed, as it is a required dependency for executing the issue and feature branch creation commands across your multiple codebases.

Can I use this workflow to track feature branch status in a configuration file?

Yes, you can track feature branch status because the workflow automatically records the state of newly generated feature branches within a dedicated workspace configuration file.

How do I start a feature development workflow with a single command?

You start a feature development workflow by executing the provided command with your feature description, which automates the setup of issues and branches across configured repositories.