deploy-check

Diagnose GitHub Actions deploy runs, job logs, secrets, and live site HTTP status codes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill deploy-check-aetherrigstudio-art
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy-check
Source: https://github.com/aetherrigstudio-art/Primordial-viz/tree/main/.claude/skills/deploy-check
Command: npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill deploy-check-aetherrigstudio-art

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Diagnoses and reports the status of a website's deploy pipeline in one pass, including the latest GitHub Actions deploy run, job logs, and live site verification.

Core Features & Use Cases

  • Deploy Pipeline Diagnostics: Checks the latest GitHub Actions deploy run, pull failing job logs, and confirms the required FTP_PASSWORD secret.
  • Live Site Verification: Verifies the live site's HTTP status codes to ensure the deploy is successful.
  • Audit the Source: Performs an AI-tells audit for AI-related content and tooling fingerprints in the source code.

Quick Start

Run the deploy-check skill to diagnose the deploy pipeline for the Primordial-viz website.

Frequently Asked Questions about deploy-check

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

FAQPage Schema
How do I diagnose a failing website deploy pipeline in GitHub Actions?▼

To diagnose a website deploy pipeline, this skill checks the latest GitHub Actions run, pulls failing job logs, verifies required secrets like FTP_PASSWORD, and confirms the live site's HTTP status codes.

Can I verify website health and HTTP status codes after a deploy?▼

Yes, you can verify website health by checking the live site's HTTP status codes to ensure the deploy pipeline completed successfully and the site is reachable.

How do I check if missing GitHub Actions secrets are breaking my deploy?▼

Checking for missing GitHub Actions secrets involves verifying that required credentials like FTP_PASSWORD exist; this skill automates that verification to rule out secret mismanagement during deploy diagnostics.

What's the best way to run an AI-tells audit on my website source code?▼

Running an AI-tells audit on website source code detects AI-related content and tooling fingerprints; this skill performs the audit alongside deploy pipeline diagnostics to check source code integrity.

Do I need GitHub Actions access to troubleshoot website deploy issues?▼

Yes, you need GitHub Actions access and secret management permissions to troubleshoot website deploy issues, as this skill pulls workflow run logs and verifies repository secrets to diagnose failures.