setup-deploy

Detect target platform and persist a unified Deploy Configuration to copilot-instructions.md.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/akiyoshi/gstack-copilot-jp --skill setup-deploy-akiyoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/akiyoshi/gstack-copilot-jp/tree/main/.github/skills/setup-deploy
Command: npx skills add https://github.com/akiyoshi/gstack-copilot-jp --skill setup-deploy-akiyoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps automate and standardize the deployment configuration workflow for gstack projects, ensuring that deployment targets, health checks, and merge strategies are consistently defined in copilot-instructions.md.

Core Features & Use Cases

  • Platform auto-detection and guided setup for common hosting options (Fly.io, Render, Vercel, Netlify, Railway).
  • Writes a reproducible Deploy Configuration into copilot-instructions.md.
  • Verifies configuration steps and provides a rollback or reconfiguration path.

Quick Start

Run /setup-deploy to initialize deployment configuration for your project and persist it to copilot-instructions.md.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I automate deployment configuration for Fly.io, Render, Vercel, Netlify, or Railway?

Automated deployment configuration detects your target platform among Fly.io, Render, Vercel, Netlify, or Railway and persists a unified setup to copilot-instructions.md for consistent, reproducible deployments.

How do I set up health checks for my deployment configuration?

Deployment health checks are configured through a guided verification flow that validates your status and ensures the persisted configuration passes health-check validation before finalizing.

What is the best way to persist a reproducible deploy configuration across environments?

Persisting a reproducible deploy configuration involves writing environment-specific setup details to copilot-instructions.md, creating an idempotent configuration that ensures consistent deployment targets across environments.

Can I reconfigure or rollback my deployment setup if platform detection fails?

If platform detection fails or configuration needs changes, you can use the guided reconfiguration path to verify steps, rollback, and re-persist the deploy configuration to ensure a valid setup.

Why does my deployment setup need platform tooling detection?

Platform tooling detection is needed to identify available hosting options and environment-specific requirements, ensuring the persisted deploy configuration aligns with the actual infrastructure tooling available.