Skip to content
Development
Command

/fix-issues

Apply fixes for Lighthouse audit failures to improve scores.

From plugin
rohitg00-claude-code-toolkit
2.5k199 skills138 agents199 commands
Install
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/fix-issues

Context preview

What this command does when you run it.

Apply fixes for Lighthouse audit failures to improve scores.

Command definition

fix-issues.md

/fix-issues - Fix Lighthouse Issues

Apply fixes for Lighthouse audit failures to improve scores.

Steps

1. Load the most recent Lighthouse audit results 2. Prioritize issues by impact: high-impact, medium-impact, low-impact 3. For Performance issues:

  • Add lazy loading to below-the-fold images
  • Optimize image formats and sizes (WebP, AVIF)
  • Add preload hints for critical resources
  • Defer non-critical JavaScript and CSS

4. For Accessibility issues:

  • Add missing alt text to images
  • Fix color contrast ratios
  • Add ARIA labels to interactive elements
  • Ensure proper heading hierarchy

5. For Best Practices issues:

  • Fix mixed content (HTTP resources on HTTPS pages)
  • Add security headers (CSP, X-Frame-Options)
  • Update deprecated APIs

6. For SEO issues:

  • Add missing meta descriptions and titles
  • Fix mobile viewport configuration
  • Add structured data markup

7. Apply each fix incrementally and verify it resolves the flagged audit 8. Re-run Lighthouse to measure the improvement 9. Report: fixes applied, score changes, remaining issues

Rules

  • Fix high-impact issues first for maximum score improvement
  • Do not break existing functionality while fixing audit issues
  • Test visual appearance after applying performance optimizations
  • Verify accessibility fixes with manual keyboard navigation
  • Keep performance optimizations progressive (do not block rendering)
  • Document each fix for team awareness and future maintenance
Read more
Ships withrohitg00-claude-code-toolkit

The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.

Get the whole plugin