test-prod

Automate end-to-end smoke testing of web application user flows on staging and production.

61|9|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/jonathanmalkin/jules --skill test-prod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-prod
Source: https://github.com/jonathanmalkin/jules/tree/main/.claude/skills/test-prod
Command: npx skills add https://github.com/jonathanmalkin/jules --skill test-prod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of smoke testing and verifying the functionality of a web application on staging and production environments, ensuring a smooth user experience without relying on developer tools.

Core Features & Use Cases

  • End-to-End User Flow Testing: Simulates a complete user journey from landing page to results.
  • Environment Verification: Works on both staging (staging.example.com) and production (app.example.com) URLs.
  • Deployment Validation: Confirms UI rendering and core features post-deployment.
  • Admin Dashboard Check: Verifies accessibility and basic rendering of the admin login.

Quick Start

Open the production URL and take a full-page screenshot.

Frequently Asked Questions about test-prod

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

FAQPage Schema
What is end-to-end smoke testing for a production web application?

Smoke testing on staging and production environments simulates a complete user journey from the landing page through form submission to results display. It verifies core functionality and accessibility across both environments post-deployment.

How do I automate verification of my web app's user flow on staging?

You can automate user flow verification by using browser automation tools to navigate and interact with the live staging environment. This simulates the complete journey covering consent, form submission, results display, and admin dashboard access.

Do I need browser automation tools to run smoke tests on staging and production?

Yes, browser automation tools are required to navigate and interact with the live web application during smoke testing. They execute the automated end-to-end checks against specified staging and production URLs.

Can I verify the admin dashboard access as part of a post-deployment smoke test?

Yes, post-deployment smoke testing can verify admin dashboard access. The automated flow checks the accessibility and basic rendering of the admin login to ensure the dashboard is reachable after deployment.

What's the best way to validate UI rendering after deploying to production?

Validating UI rendering post-deployment is best handled by automating end-to-end smoke tests that navigate the live application and interact with core features. This confirms the production UI renders correctly without manual developer tool checks.