dev-workflow

Automate software development workflows from specification to PR summary.

5|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/kzytateishi/spikeee-plugins-marketplace --skill dev-workflow-kzytateishi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/kzytateishi/spikeee-plugins-marketplace/tree/main/plugins/dev-workflow/skills/dev-workflow
Command: npx skills add https://github.com/kzytateishi/spikeee-plugins-marketplace --skill dev-workflow-kzytateishi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end software development workflows from specification to PR summary, reducing manual handoffs and context switching.

Core Features & Use Cases

  • End-to-end workflow orchestration: specify → implement → refactor → code-review → pr-summary.
  • Gate-based progression: pauses after specify for user confirmation before proceeding.
  • Flexible scope: supports feature-driven specification and implementation across multiple files and repos.

Quick Start

Provide a feature description to begin at Step 1: Specify, then confirm to proceed through the full workflow.

Frequently Asked Questions about dev-workflow

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

FAQPage Schema
How do I automate an end-to-end development workflow from specification to PR summary?

You can automate the end-to-end development workflow by providing a feature specification, which the system uses to orchestrate implementation, refactoring, code review, and PR documentation. It pauses for user confirmation after the specify step before proceeding.

Can I run an automated code review and PR generation workflow across multiple files and repositories?

Yes, this automated workflow supports feature-driven specification and implementation across multiple files and repositories. It orchestrates the entire pipeline, ensuring quality through gated progression before generating the final PR summary.

Does automated devops workflow progression require integration with testing or linting tools?

Yes, this automated devops workflow requires integration with testing or linting tools to ensure quality. It operates in a gated, test-verified environment, pausing progression until automated gates are successfully passed.

What is the best way to reduce manual handoffs and context switching during software feature implementation?

Automating the software development workflow from specification to PR summary reduces manual handoffs and context switching. It orchestrates each phase sequentially—specify, implement, refactor, code review, and documentation—within a gated environment.

How does the gate-based progression mechanism work in an automated development workflow?

Gate-based progression pauses the automated development workflow after the specification step, requiring user confirmation before continuing. It relies on automated gates and test verification to ensure code quality before allowing progression to the next phase.