ai-factory.deploy

Run pre-flight checks and generate release notes for guarded deployments.

1.1k|92|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/lee-to/ai-factory --skill ai-factory-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-factory.deploy
Source: https://github.com/lee-to/ai-factory/tree/main/skills/deploy
Command: npx skills add https://github.com/lee-to/ai-factory --skill ai-factory-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment preparation and execution requires pre-flight checks, changelog generation, and CI/CD integration while never auto-deploying; this skill ensures deliberate, guarded deployment workflows.

Core Features & Use Cases

  • Pre-flight checks: verify Git status, build, tests, environment variables, and dependencies to ensure readiness prior to deployment.
  • Release notes generation: automatically generate changelogs from commits and PRs for transparent deployments.
  • CI/CD integration: provide commands and hooks to integrate with common providers and workflows, with auditable logging of actions.
  • Safety and rollback: enforce explicit user intent for production deployments and suggest rollback commands.

Quick Start

Trigger a guarded deployment workflow for the specified environment (staging or production) with pre-flight checks and release notes.

Frequently Asked Questions about ai-factory.deploy

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

FAQPage Schema
How do I prevent accidental production deployments in my CI/CD pipeline?

Preventing accidental production deployments requires enforcing explicit user intent and pre-flight guardrails. This skill automates deployment readiness checks, ensuring clean Git status, valid environment variables, and deliberate approval before providing environment-specific deployment commands.

What pre-flight checks should I run before deploying to staging or production?

Essential pre-flight checks for deployment include verifying Git status, validating builds and tests, ensuring environment variables are set, and confirming dependencies. This skill automates these readiness checks to guarantee your staging and production workflows start safely.

How do I automatically generate release notes from commits and PRs?

Generating release notes from commits and PRs provides transparency for deployment workflows. This skill automatically compiles changelogs from your repository history as part of its pre-flight deployment readiness process.

Can I integrate deployment guardrails into existing CI/CD workflows?

Integrating deployment guardrails into existing CI/CD workflows is supported through commands and hooks for common providers. This skill provides auditable logging and environment-specific deployment commands without ever auto-deploying to production.

What is the best way to handle deployment rollback for staging and production?

Handling deployment rollback safely involves enforcing explicit user intent before production releases and providing rollback commands. This skill suggests rollback steps as part of its guarded deployment workflow to ensure quick recovery.

Does this deployment automation tool require a clean Git status to run?

Yes, a clean Git status is required for deployment readiness. This skill detects uncommitted changes during its pre-flight checks to ensure the repository state is stable before generating release notes and deployment commands.