react-code-review-patterns
✓查看 React/TypeScript 前端代码审查的清单和模式。在以下情况下使用:(1) 检查 React 组件,(2) 检查 TypeScript 类型安全性,(3) 验证钩子使用情况,(4) 检查可访问性合规性。
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 |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill react-code-review-patterns- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 react-code-review-patterns?
查看 React/TypeScript 前端代码审查的清单和模式。在以下情况下使用:(1) 检查 React 组件,(2) 检查 TypeScript 类型安全性,(3) 验证钩子使用情况,(4) 检查可访问性合规性。 来源:thapaliyabikendra/ai-artifacts。
如何安装 react-code-review-patterns?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill react-code-review-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/thapaliyabikendra/ai-artifacts
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01