portal-verify

Verify Showpane Cloud portals after publish with Bash and curl checks.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/twillcocks/showpane --skill portal-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portal-verify
Source: https://github.com/twillcocks/showpane/tree/main/skills/portal-verify
Command: npx skills add https://github.com/twillcocks/showpane --skill portal-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies a Showpane Cloud portal after publish, ensuring the deployment is reachable and functioning across DNS, SSL, login, content rendering, and engagement tracking.

Core Features & Use Cases

  • DNS health checks and SSL certificate validity
  • Login page and portal content rendering verification
  • Engagement tracking readiness and endpoint availability
  • End-to-end health check across multiple portals

Quick Start

Run a post-deploy verification to confirm the portal is healthy and ready for users.

Frequently Asked Questions about portal-verify

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

FAQPage Schema
How do I verify portal health after a cloud deployment?

Portal health verification checks DNS resolution, SSL certificate validity, login page accessibility, content rendering, and engagement tracking readiness after a cloud deployment using Bash and curl probes to confirm reachability and functionality.

What does a post-deploy health check include for cloud portals?

A post-deploy health check validates DNS configuration, SSL certificates, login pages, content rendering, and engagement tracking endpoints to ensure the portal is fully operational and ready for users.

Can I run health checks across multiple portals simultaneously?

Yes, end-to-end health checks can probe multiple portals after publish, verifying DNS, SSL, login, content rendering, and engagement tracking across all configured portals with graceful handling of outages.

Do I need a database connection to verify portal uptime?

No, portal uptime verification primarily uses Bash-based checks and curl to probe health, with optional DB reads when available, allowing verification to proceed even without database access.

How are SSL certificate issues handled during portal verification?

SSL certificate validity is checked as part of the verification process, and the system handles outages gracefully, allowing the health check to continue and report issues without failing the entire verification.