browser-compatibility-tester
Installation
SKILL.md
Browser Compatibility Tester
This skill checks and fixes issues specific to different browser engines (Chrome, Safari, Firefox, Edge).
Instructions
- Identify CSS properties with poor browser support using 'Can I Use'.
- Add vendor prefixes when necessary.
- Use polyfills for missing modern JavaScript features.
- Test rendering issues specific to iOS Safari.
- Provide fallback styles for older browsers.
Examples
- "Check if
backdrop-filteris supported in older Firefox versions." - "Fix a layout bug that only appears in Safari on iPhone."