supaguard

Generate Playwright-based synthetic monitoring checks from application source code.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Samuelca6399/AbsolutelySkilled --skill supaguard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supaguard
Source: https://github.com/Samuelca6399/AbsolutelySkilled/tree/main/skills/supaguard
Command: npx skills add https://github.com/Samuelca6399/AbsolutelySkilled --skill supaguard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

supaguard helps you create reliable production synthetic monitoring checks from your existing source code, without manually writing and committing Playwright scripts to your repo.

Core Features & Use Cases

  • Source-code driven monitoring: Read routes, UI selectors, and critical user journeys to determine what to monitor.
  • Playwright script generation for uptime/health checks: Automatically generate resilient Playwright monitoring scripts and run them in a cloud runner.
  • CLI-based testing and deployment with guardrails: Test first, then interactively deploy recurring or on-demand checks with correct scheduling, regions, and optional alerting.

Quick Start

Use the supaguard skill by running: npx skills add AbsolutelySkilled/AbsolutelySkilled --skill supaguard.

Frequently Asked Questions about supaguard

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

FAQPage Schema
How do I generate synthetic monitoring checks from an existing codebase?

Synthetic monitoring checks are simulated browser interactions that validate critical user journeys like login and checkout for production uptime. This skill automates creating them by reading application source code routes and selectors to generate Playwright scripts for cloud health observability.

Can I test Playwright monitoring scripts before deploying them as scheduled checks?

You can test Playwright monitoring scripts before deployment by running cloud tests with JSON output via the command line. Validate script resilience first, then interactively deploy recurring or on-demand synthetic checks with correct scheduling and regions.

Does synthetic monitoring work with Playwright for automated uptime checks?

Synthetic monitoring works with Playwright by automatically generating resilient browser scripts from source code. The skill produces Playwright-based checks for critical user journeys and deploys them via CLI as scheduled or on-demand runs for production uptime observability.

How do I deploy synthetic checks for production observability without committing scripts to my repo?

Deploy synthetic checks without committing scripts to your repo by generating Playwright files to a temporary directory and using CLI deployment commands. This source-code driven approach reads application routes to create and schedule cloud checks interactively.

Do I need to manually write Playwright scripts for health checks and user journey monitoring?

You do not need to manually write Playwright scripts for health checks. The skill reads your application codebase to automatically determine what to monitor and generates resilient Playwright monitoring scripts for critical user journeys.