best-practices

Audit web projects against Lighthouse-based security, performance, and code quality best practices.

59|14|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/guilhermemarketing/esc-skills --skill best-practices-guilhermemarketing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: best-practices
Source: https://github.com/guilhermemarketing/esc-skills/tree/main/skills/best-practices
Command: npx skills add https://github.com/guilhermemarketing/esc-skills --skill best-practices-guilhermemarketing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modern web development projects often drift from security, performance, and accessibility best practices; this Skill codifies the steps to audit and enforce them.

Core Features & Use Cases

  • Security hardening via HTTPS, CSP, and security headers checks.
  • Browser compatibility and modern code quality validation.
  • Comprehensive audit guidance and implementation patterns used by real-world campaigns.

Quick Start

Audit a web project against Lighthouse-based best practices and implement the recommended security, performance, and quality improvements.

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 modern best practices and security headers?

To audit a web project for best practices, you validate HTTPS enforcement, CSP, and security headers alongside Lighthouse-based checks. This process identifies gaps in security, performance, and code quality, providing implementation patterns to resolve them.

How do I enforce HTTPS and Content Security Policy in my web application?

You enforce HTTPS and Content Security Policy by applying security hardening checks to your web project. This involves auditing existing configurations and implementing recommended security headers to satisfy modern web development requirements.

How do I integrate Lighthouse performance checks into my CI pipeline?

Integrate Lighthouse performance checks into a CI pipeline by applying this auditing process to validate browser compatibility and code quality. It provides comprehensive audit guidance to ensure performance and security remain critical during continuous integration.

What is the best way to review code for web security and maintainability?

The best way to review code for web security and maintainability is to audit it against modern web development best practices. This validates security headers, browser compatibility, and accessible code patterns to ensure high code quality.

Can I use Lighthouse auditing for browser compatibility and accessible code patterns?

Yes, you can use Lighthouse-based auditing to validate browser compatibility and accessible, maintainable code patterns. It checks modern code quality and ensures your web project aligns with performance and compatibility standards.