react-code-review-patterns
✓Überprüfen Sie Checklisten und Muster für React/TypeScript-Frontend-Codeüberprüfungen. Wird verwendet, wenn: (1) React-Komponenten überprüft werden, (2) die TypeScript-Typsicherheit überprüft wird, (3) die Verwendung von Hooks validiert wird, (4) die Einhaltung der Barrierefreiheit überprüft wird.
Installation
SKILL.md
| 1 | Security | No secrets, XSS prevention, safe innerHTML | | 2 | Type Safety | No any, explicit types, proper generics | | 3 | React Patterns | Hooks rules, component structure, keys | | 4 | Performance | Memoization, bundle size, re-renders | | 5 | Accessibility | ARIA, keyboard nav, semantic HTML |
| Type annotations | Explicit types | any, implicit any | | Generics | Proper constraints | | | Null handling | Strict null checks | ! assertions | | Type guards | Proper narrowing | Type casting | | API types | Generated from schema | Manual types | | Enums | String enums or const objects | Numeric enums |
| Component type | Functional components | Class components | | Props typing | Interface/type for props | Inline types, any | | Default props | Default parameters | defaultProps | | Children | Explicit children prop | Implicit | | Fragments | <> or Fragment | Unnecessary divs | | Keys | Stable, unique keys | Index as key |
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill react-code-review-patterns- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist react-code-review-patterns?
Überprüfen Sie Checklisten und Muster für React/TypeScript-Frontend-Codeüberprüfungen. Wird verwendet, wenn: (1) React-Komponenten überprüft werden, (2) die TypeScript-Typsicherheit überprüft wird, (3) die Verwendung von Hooks validiert wird, (4) die Einhaltung der Barrierefreiheit überprüft wird. Quelle: thapaliyabikendra/ai-artifacts.
Wie installiere ich react-code-review-patterns?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill react-code-review-patterns Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/thapaliyabikendra/ai-artifacts
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01