Feature Branch → Tests → Migration Scripts

advanced15 minPublished Apr 1, 2026
No ratings

Build new features with automated test generation and database migration scripts using parallel AI agents for comprehensive development workflow.

Workflow Steps

1

GitHub Copilot CLI

Generate feature code

Use '/fleet create --feature user-authentication --files src/auth/**/*.js,src/middleware/*.js' to have multiple agents build authentication components across different files simultaneously

2

GitHub Copilot CLI

Create comprehensive tests

Run '/fleet test --coverage --files tests/**/*.test.js --dependencies src/auth' to generate unit, integration, and end-to-end tests for the new authentication feature in parallel

3

GitHub Copilot CLI

Generate database migrations

Execute '/fleet migrate --database --files migrations/*.sql --sync src/models' to create necessary database schema changes and model updates that support the new authentication system

Workflow Flow

Step 1

GitHub Copilot CLI

Generate feature code

Step 2

GitHub Copilot CLI

Create comprehensive tests

Step 3

GitHub Copilot CLI

Generate database migrations

Why This Works

Parallel agent execution means code, tests, and migrations are built simultaneously rather than sequentially, ensuring consistency and saving hours of development time.

Best For

Full-stack feature development with testing and database changes

Explore More Recipes by Tool

Comments

0/2000

No comments yet. Be the first to share your thoughts!

Related Recipes