← スキル一覧に戻る

reviewing-frontend-code
by BenWork17
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: reviewing-frontend-code description: Reviews React and Next.js code for performance, accessibility, security, and adherence to project standards. Use when asked to review frontend PRs or components.
Reviewing Frontend Code
This skill provides comprehensive review for frontend code within the VeXeViet project.
Review Checklist
1. Design & Layout
- Responsiveness: Does it work on mobile, tablet, and desktop?
- Tailwind Usage: Are classes optimized? No arbitrary values unless necessary.
- Components: Proper use of
shadcn/uiand base components.
2. Code Quality & Logic
- TypeScript: Strict typing used? No
any. - Hooks: Correct use of
useEffect,useMemo,useCallback. - State Management: Is state lifted properly or kept local where needed?
3. Performance & Accessibility
- Images: Using
next/imagewith proper sizes? - ARIA: Correct labels and roles for screen readers?
- Bundle Size: Any heavy libraries imported unnecessarily?
4. Standards
- Imports: Using absolute paths (
@/...)? - Exports: Named exports preferred.
- Naming: PascalCase for components, camelCase for hooks/functions.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です