What problem does it solve? Setting up automated deployments on Render involves coordinating GitHub integration, render.yaml blueprints, environment variables, preview environments, and deploy-trigger API calls, which is error-prone when done manually. ## Core Features & Use Cases - Guided Render Setup: Walks through connecting a GitHub repository, creating web services, and defining infrastructure declaratively via a render.yaml blueprint. - Preview and Staging Environments: Configures automatic PR preview environments with unique URLs and separate staging services on different branches. - GitHub Actions Deploy Triggers: Provides a ready-made workflow that triggers Render deploys via the REST API and verifies health checks after production deploys. - Use Case: A developer wants every pull request to get a live preview URL and every merge to main to auto-deploy with a health check; this skill configures the blueprint, secrets, and workflow to make that happen. ## Quick Start Ask the AI to set up Render deployments with GitHub auto-deploy and PR preview environments for your web application.