tag

fixing

5 indexed skills · max 10 per page

skills (5)

test-fixing

sickn33/antigravity-awesome-skills · Testing

0

Systematically identify and fix all failing tests using smart error grouping. \n \n Groups failures by error type, affected module, and root cause, then prioritizes fixes by impact and dependency order \n Fixes infrastructure issues first (imports, dependencies, configuration), followed by API changes, then logic bugs \n Runs focused test subsets after each fix using pytest markers and file patterns to verify progress before moving to the next group \n Follows a structured workflow: initial test

fixing-accessibility

ibelick/ui-skills · Productivity

0

Audit and fix HTML accessibility issues across ARIA labels, keyboard navigation, focus management, and WCAG compliance. \n \n Covers nine rule categories prioritized by impact: accessible names, keyboard access, focus management, semantics, forms and errors, announcements, contrast, media, and tool boundaries \n Provides targeted fixes for common patterns like icon-only buttons, form error linking, and focus trapping in modals \n Includes quick reference for when to apply (interactive controls,

fixing-motion-performance

ibelick/ui-skills · Productivity

0

Audit and fix animation performance issues including layout thrashing, compositor properties, and scroll-linked motion. \n \n Covers nine rule categories by priority: never patterns, mechanism selection, measurement batching, scroll-linked motion, paint optimization, layer promotion, blur/filter constraints, view transitions, and tool boundaries \n Provides file-level review mode that identifies violations with exact line quotes, impact explanation, and concrete code fixes \n Includes FLIP-style

test-fixing

davila7/claude-code-templates · Testing

0

Systematically identify and fix all failing tests using smart grouping strategies.

fixing-metadata

ibelick/ui-skills · Productivity

0

Audit and fix HTML metadata including titles, descriptions, canonical URLs, Open Graph tags, and structured data. \n \n Covers eight priority categories: correctness and duplication, title and description, canonical and indexing, social cards, icons and manifest, structured data, locale and alternates, and tool boundaries \n Ensures metadata consistency across page titles, descriptions, canonical URLs, and Open Graph tags; prevents duplicates and enforces deterministic values \n Includes rules f