devflow-dev

Automate feature implementation from GitHub issues through PR creation.

2|1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/docutray/docutray-claude-code-plugins --skill devflow-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow-dev
Source: https://github.com/docutray/docutray-claude-code-plugins/tree/main/.kimi/skills/devflow-dev
Command: npx skills add https://github.com/docutray/docutray-claude-code-plugins --skill devflow-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement features from GitHub issues with a structured development workflow, including branch creation, validation, and PR generation.

Core Features & Use Cases

  • Create a development branch from an issue following a standardized naming convention.
  • Parse issue details, extract tasks, run validations, and commit progress with meaningful messages.
  • Generate a descriptive Pull Request when all checks pass, ready for review.

Quick Start

Start by running /flow:devflow-dev issue#123 to implement the corresponding GitHub issue.

Frequently Asked Questions about devflow-dev

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

FAQPage Schema
How do I automate feature implementation from a GitHub issue to a pull request?

You can automate feature implementation from a GitHub issue by running a structured workflow that parses issue details, creates a development branch, extracts tasks, runs validations, and generates a pull request ready for review.

What is the best way to manage branch creation and task extraction for GitHub issues?

Managing branch creation and task extraction for GitHub issues is best handled by an end-to-end workflow that creates a development branch using a standardized naming convention, parses issue details into tasks, and commits progress with meaningful messages.

Can I automatically generate a pull request with descriptive metadata after passing validations?

Yes, you can automatically generate a pull request with descriptive metadata after validations pass. The workflow orchestrates test validations during feature implementation and creates the PR ready for review once all checks are satisfied.

Does this workflow support end-to-end CI-CD and branch management for software engineering?

Yes, this workflow supports end-to-end CI-CD and branch management for software engineering contexts. It applies to teams tracking work in GitHub issues, handling branch creation, test orchestration, and automated pull request creation.

How do I start implementing a GitHub issue using a structured development workflow?

To start implementing a GitHub issue using a structured development workflow, you run a command targeting the specific issue number. This initiates the process of parsing the issue, creating a branch, and extracting tasks for feature implementation.

What are the limitations of automating pull request creation from GitHub issues?

Automating pull request creation from GitHub issues is limited to software engineering contexts where teams track work in issues and require validations. It depends on standardized branch naming and issue parsing to generate descriptive metadata for review.