← スキル一覧に戻る

icon-system-consistency
by paulyd-oi
Open Invite - Social Calendar App (Frontend)
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: icon-system-consistency description: Prevent icon-related runtime crashes and keep icons consistent with existing project patterns.
Icon System Consistency
Rule
Do NOT introduce new icon libraries. Use existing project icon exports/wrappers.
Workflow
- If an icon crashes (
type.displayName), verify the import exists and matches export type (named vs default). - Prefer a single source of truth (project icon wrapper or
@expo/vector-iconsif already used in the repo). - If an icon is optional/dynamic, add a guard:
Icon ? <Icon .../> : null
- If many files are broken, do a repo-wide sweep:
- Find JSX tags for icons
- Verify all are imported and defined
Mandatory output
Always end with HANDOFF PACKET.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です