site-audit

Aggregate WordPress QA data into a token-efficient audit summary.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/damaverick/wp-qa-skills --skill site-audit-damaverick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-audit
Source: https://github.com/damaverick/wp-qa-skills/tree/main/skills/site-audit
Command: npx skills add https://github.com/damaverick/wp-qa-skills --skill site-audit-damaverick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Site Audit Skill consolidates multiple WordPress QA data sources (QM JSON, PHP logs, and Playwright JS errors) into a single, token-efficient audit snapshot and orchestrates end-to-end analysis to identify the most critical issues on your site.

Core Features & Use Cases

  • Aggregates QM JSON, PHP errors, and access logs into audit-summary.json for quick triage.
  • Runs Playwright-based front-end crawling to capture JS errors and front-end performance data.
  • Performs RED/AMBER/GREEN ranking and initiates an autonomous fix loop to address the worst offenders, with optional review and GitHub integration.

Quick Start

Run /site-audit to execute the full audit pipeline using your CONFIG.md settings.

Frequently Asked Questions about site-audit

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

FAQPage Schema
How do I consolidate Query Monitor JSON and PHP logs for a WordPress site audit?

Consolidate Query Monitor JSON and PHP logs by aggregating them into a single audit-summary.json file. This token-efficient snapshot combines back-end errors with Playwright JS errors for rapid triage of site health issues.

What is the best way to automate WordPress QA and front-end crawling together?

Automate WordPress QA by running a full site audit pipeline that crawls front-end pages using Playwright to capture JS errors and performance data. It then ranks URLs by health status to prioritize critical fixes.

Can I use Playwright to capture JavaScript errors during a WordPress site health check?

Yes, you can use Playwright to capture JavaScript errors during a site health check. The audit pipeline crawls front-end pages to collect JS errors and aggregates them with PHP logs into a unified audit summary.

How do I prioritize WordPress site fixes using RED AMBER GREEN ranking?

Prioritize WordPress site fixes using RED AMBER GREEN ranking to categorize URLs by severity. The audit evaluates aggregated QA data, identifies the worst offenders, and initiates an autonomous fix loop to address them.

Does the autonomous site audit fix loop support Git commit workflows and code review?

Yes, the autonomous fix loop supports Git-based commit workflows to verify and push changes. It applies configurable thresholds to address issues and includes an optional review process before integrating code updates.

When do I need a token-efficient audit summary for pre-launch WordPress checks?

You need a token-efficient audit summary for pre-launch checks when consolidating large volumes of QA data from multiple sources. It aggregates QM JSON, PHP logs, and Playwright errors into a single snapshot for efficient analysis.