dev-workflow-full

Automate the software development ticket lifecycle from branch creation to PR review.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/luigiinred/dotfiles --skill dev-workflow-full
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow-full
Source: https://github.com/luigiinred/dotfiles/tree/main/dot_cursor/skills/dev-workflow-full
Command: npx skills add https://github.com/luigiinred/dotfiles --skill dev-workflow-full

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire software development ticket lifecycle, from initialization to PR review, reducing manual steps and ensuring consistency.

Core Features & Use Cases

  • End-to-End Automation: Orchestrates multiple development skills to complete a ticket's workflow sequentially.
  • Flexible Modes: Supports both 'autopilot' (fully automated) and 'pair' (interactive, step-by-step) modes.
  • Use Case: When starting a new feature, you can invoke this skill to automatically create a branch, implement changes, commit them, open a pull request, and even initiate a review, all with minimal user intervention.

Quick Start

Run the full development workflow from ticket to reviewed PR by saying "run the full workflow".

Frequently Asked Questions about dev-workflow-full

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

FAQPage Schema
How do I automate the full developer workflow from branch creation to pull request review?

You can automate the developer workflow by chaining initialization, implementation, commit, and pull request review steps sequentially. This skill orchestrates the entire ticket lifecycle from branch generation to final PR validation.

Can I automate GitHub pull request creation and commit strategies?

Yes, you can automate GitHub pull request creation and commit strategies. The skill handles branch generation, structures commit messages, and generates PR descriptions automatically during the development lifecycle.

Does full development workflow automation support interactive pair programming?

Full development workflow automation supports interactive pair programming through a dedicated mode. You can choose between fully automated autopilot execution or step-by-step interactive pair mode for guided ticket implementation.

How do I run the complete agile ticket lifecycle automatically?

To run the complete agile ticket lifecycle automatically, trigger the workflow to process initialization through PR review sequentially. The automation handles branch creation, commits, validation, and pull requests without manual intervention.

What is the best way to ensure consistency in git branch generation and PR descriptions?

The best way to ensure consistency in git branch generation and PR descriptions is using end-to-end workflow automation. It standardizes branch naming, commit strategies, and pull request formatting across the entire development cycle.