preview-environments-builder

Installation
SKILL.md

Preview Environments Builder

Deploy isolated preview environments for every pull request.

Vercel Preview Deployment

# .github/workflows/preview.yml
name: Preview Deployment

on:
  pull_request:
    types: [opened, synchronize, reopened]

jobs:
  deploy-preview:
    runs-on: ubuntu-latest
    environment:
      name: preview-${{ github.event.pull_request.number }}
Related skills

More from patricio0312rev/skills

Installs
96
GitHub Stars
38
First Seen
Jan 24, 2026