best-practices

Audit web projects for security, compatibility, and code-quality issues.

Updated May 28, 2022
One-click install
npx skills add https://github.com/GuiErba/guierba.github.io --skill best-practices-guierba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: best-practices
Source: https://github.com/GuiErba/guierba.github.io/tree/main/new/.cursor/skills/best-practices
Command: npx skills add https://github.com/GuiErba/guierba.github.io --skill best-practices-guierba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modern web apps often drift from security, compatibility, and code-quality standards, leading to vulnerabilities and maintainability challenges.

Core Features & Use Cases

  • Enforce HTTPS, CSP, and security headers across projects
  • Promote browser compatibility, semantic HTML, and accessible patterns
  • Provide actionable code-quality guidance and modernization checks
  • Use Case: perform rapid security audits and code reviews to remediate vulnerabilities and regressions

Quick Start

Run a rapid audit of your codebase against security, compatibility, and quality checks to generate actionable recommendations.

Frequently Asked Questions about best-practices

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

FAQPage Schema
How do I perform a rapid security audit for web app headers and CSP?

Perform a security audit by scanning your codebase to enforce HTTPS, secure headers, and CSP. This generates actionable recommendations to remediate vulnerabilities and ensure modern web standards compliance across your project.

How do I check browser compatibility and semantic HTML in my frontend project?

Check browser compatibility by auditing your frontend code for semantic HTML and accessible patterns. This enforces web standards and provides modernization guidance to prevent regressions across different browsers.

What is the best way to remediate code quality regressions in a modern web app?

The best way to remediate code quality regressions is to run a rapid code review. This checks your frontend and backend projects against quality standards, providing actionable guidance for modernization and maintainability.

Does this code review process support both frontend and backend projects?

Yes, the code review process supports both frontend and backend projects. It applies modern web development best practices to security, compatibility, and code quality across your entire stack.

Why do I need to enforce a doctype and semantic HTML for web security audits?

Enforcing a doctype and semantic HTML is needed for web security audits because they prevent browser quirks that lead to vulnerabilities. This ensures consistent rendering and accessible patterns for maintainable code.

Can I use this to modernize legacy web code and enforce web standards?

Yes, you can use this to modernize legacy web code. It supports modernization workflows by enforcing web standards, security headers, and compatibility checks to generate actionable remediation recommendations.