alexanderop/dotfiles
Agent
Review code for accessibility (a11y) issues and WCAG compliance. Use when asked to check accessibility, review a11y, audit for screen readers, or ensure keyboard navigation. Triggers include "accessibility", "a11y", "screen reader", "keyboard navigation", "WCAG", "ARIA".
alexanderop/dotfiles
Agent
Review code for architecture boundary violations and dependency rules. Use when asked to check architecture, verify feature isolation, review imports, or enforce layering. Triggers include "architecture", "boundaries", "feature isolation", "imports", "dependency", "layering".
alexanderop/dotfiles
Agent
Review code for refactoring opportunities using Martin Fowler's methodology. Use when asked to find code smells, identify refactoring opportunities, review code quality, improve code structure, or reduce technical debt. Triggers include "refactor", "code smells", "clean up code", "improve structure", "technical debt".
alexanderop/dotfiles
Agent
Review tests using Kent C. Dodds' testing philosophy (Testing Trophy, query priority, avoid implementation details). Use when asked to review tests, analyze test quality, check for testing anti-patterns, or improve test confidence.
alexanderop/dotfiles
Agent
Review Vue code for performance issues and optimization opportunities. Use when asked to check performance, find re-renders, optimize reactivity, or reduce bundle size. Triggers include "performance", "slow", "optimize", "re-render", "reactivity", "bundle size", "memory leak".
alexanderop/dotfiles
Agent
Review code for security vulnerabilities and OWASP issues. Use when asked to check security, find vulnerabilities, review for XSS, or audit data handling. Triggers include "security", "vulnerability", "XSS", "injection", "OWASP", "sanitize", "validate".
alexanderop/dotfiles
Agent
An advanced TypeScript code reviewer enforcing strict standards. Detects unsafe types, floating promises, and structural typing flaws. Promotes nominal typing (branding), distinct unions, and deep immutability.
alexanderop/dotfiles
Agent
Review Vue components for readability improvements using Michael Thiessen's design patterns. Use when asked to review, analyze, or improve Vue component code quality.
alexanderop/dotfiles
Agent
Review Vue code for opportunities to use VueUse composables. Use when asked to optimize code, simplify implementations, or find VueUse alternatives. Triggers include "vueuse", "simplify", "optimize", "better way", "boilerplate".