project-deploy-validator

Validate GitHub CI, Vercel, and Supabase deployments for pull requests.

1|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/rodrigorjsf/political-authority-highlighter --skill project-deploy-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-deploy-validator
Source: https://github.com/rodrigorjsf/political-authority-highlighter/tree/main/.claude/skills/project-deploy-validator
Command: npx skills add https://github.com/rodrigorjsf/political-authority-highlighter --skill project-deploy-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the crucial post-pull request deployment validation process, ensuring that code changes integrate smoothly with CI, Vercel deployments, and Supabase migrations before they are merged.

Core Features & Use Cases

  • Automated CI/CD Validation: Verifies GitHub Actions CI status, Vercel deployment readiness, and Supabase migration integrity.
  • Auto-Fixing Capabilities: Attempts to automatically fix common deployment failures like linting errors, type mismatches, or build issues.
  • Use Case: After pushing a feature branch to a pull request targeting development, this Skill automatically runs, checks if the CI pipeline passed, if Vercel deployed successfully, and if Supabase migrations were applied correctly. If any step fails, it attempts a fix and reports the outcome.

Quick Start

Use the project deploy validator skill to check the deploy status for the current branch.

Frequently Asked Questions about project-deploy-validator

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

FAQPage Schema
How do I automate post-pull request deployment validation for GitHub Actions, Vercel, and Supabase?

Automated deployment validation checks GitHub CI status, Vercel build readiness, and Supabase migration integrity after a pull request. It automatically attempts to fix common failures once per type and reports the outcome via PR comments or stdout.

Can I automatically fix CI failures, Vercel build errors, and Supabase migration issues after pushing a branch?

Yes, auto-fixing deployment failures attempts to resolve linting errors, type mismatches, and build issues in CI, Vercel, and Supabase migrations. It makes a single auto-fix attempt per failure type and reports the final deployment validation results.

What is the process for checking if a feature branch deployment passed CI and database migrations?

Deployment validation verifies branch deployments by checking if the CI pipeline passed, Vercel deployed successfully, and Supabase migrations applied correctly. It runs automatically after pushing a feature branch to a pull request targeting the development branch.

Does the deployment validator work with Supabase migrations and Vercel builds?

Yes, deployment validation works with Supabase migrations and Vercel builds alongside GitHub Actions CI. It verifies deployment readiness across these platforms, attempts to auto-fix failures, and reports results through PR comments or stdout for direct pushes.

What are the limitations of auto-fixing CI/CD pipeline failures and deployment errors?

The limitation of auto-fixing CI/CD pipeline failures is that it attempts only a single fix per failure type for CI, Vercel builds, or Supabase migrations. If the automated fix fails, it reports the deployment validation error without making further attempts.

How do I validate deployment status for the current branch without creating a pull request?

To validate deployment status for direct development pushes, the validator runs the CI, Vercel, and Supabase checks and reports the results via stdout. This allows you to verify branch deployment readiness without requiring a pull request comment.