best-practices

Audit web projects against Lighthouse best-practices guidelines and generate a structured report.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/workleap/wl-agents-code-review-poc --skill best-practices-workleap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: best-practices
Source: https://github.com/workleap/wl-agents-code-review-poc/tree/main/.agents/skills/best-practices
Command: npx skills add https://github.com/workleap/wl-agents-code-review-poc --skill best-practices-workleap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams standardize and enforce modern web development practices to improve security, performance, accessibility, and overall code quality.

Core Features & Use Cases

  • Security: guidance on secure headers, CSP, and defensive coding patterns to reduce vulnerabilities.
  • Compatibility & Performance: recommendations to ensure cross-browser compatibility and efficient loading using Lighthouse metrics.
  • Code Quality: best-practice patterns for semantic HTML, accessibility, testing, and maintainability across projects.
  • Use Case: during project audits, code reviews, or onboarding new engineers, apply the skill to generate a remediation plan and a checklist aligned with Lighthouse audits.

Quick Start

Analyze a sample web project to produce a Lighthouse-aligned report and prioritized improvement list.

Frequently Asked Questions about best-practices

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

FAQPage Schema
How do I audit my web project for Lighthouse best practices and security headers?

To audit web project best practices, you analyze your codebase against Lighthouse guidelines to identify gaps. This produces a structured report covering security headers, accessibility, performance, and code-quality recommendations.

What is a Lighthouse best-practices audit report and what does it include?

A Lighthouse best-practices audit report is a structured assessment of a web project. It includes actionable recommendations for security headers, accessibility, performance, and code quality to improve overall web standards.

Can I use a best practices audit to improve web accessibility and semantic HTML?

Yes, you can use a best practices audit to improve web accessibility. It analyzes your codebase to provide specific recommendations for semantic HTML patterns, accessibility gaps, and testing improvements.

Does a Lighthouse best practices audit check for security headers and CSP?

Yes, a Lighthouse best practices audit checks for security headers and CSP. It evaluates your project to identify missing defensive coding patterns and provides guidance to reduce vulnerabilities.