/fix-issues
Apply fixes for Lighthouse audit failures to improve scores.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow 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
/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
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.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

