audit-prod

Run automated production smoke tests on BrickTrack pages via Playwright MCP.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ItsMattG/property-tracker --skill audit-prod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-prod
Source: https://github.com/ItsMattG/property-tracker/tree/main/.claude/skills/audit-prod
Command: npx skills add https://github.com/ItsMattG/property-tracker --skill audit-prod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated production smoke testing to quickly validate BrickTrack's live site health and surface issues before users are affected.

Core Features & Use Cases

  • Navigate critical pages (home, sign-in, dashboard, properties, transactions, documents, settings) to verify loading and navigation integrity.
  • Detect console errors, failed network requests, and slow responses, and capture screenshots for failing pages.
  • Generate a standardized report detailing pass/fail results and recommended actions for engineers or QA teams.

Quick Start

Run the automated production smoke test against bricktrack.au and review the resulting report.

Frequently Asked Questions about audit-prod

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

FAQPage Schema
How do I automate production smoke tests for my web app?

Automate production smoke tests by navigating critical web app pages like the homepage and dashboard via Playwright MCP to detect console errors, network failures, and slow responses, then generating a standardized pass/fail report.

What is automated smoke testing for live site health validation?

Automated smoke testing for live site health validation applies checks to critical pages like auth flows and core features to detect console errors and network failures before users are affected, outputting a standardized report of results.

Can I detect console errors and network failures during automated web app monitoring?

Yes, automated web app monitoring detects console errors, failed network requests, and slow responses by navigating critical pages like the homepage, auth flow, dashboard, and settings to verify loading and navigation integrity.

How do I generate a standardized QA report for production smoke testing?

Generate a standardized QA report for production smoke testing by executing Playwright MCP checks across critical pages, capturing screenshots for failing pages, and detailing pass/fail results with recommended actions for engineers.

Does audit-prod require Playwright MCP to run production smoke tests?

Yes, audit-prod requires Playwright MCP to execute automated production smoke tests against the BrickTrack live site, navigating critical pages and recording health validation results into a standardized report.