Skip to content

feat: 配布へ移した 4 アイテムにアイコンを設定する - #44

Merged
hitalin merged 1 commit into
mainfrom
feat/icons-for-moved-builtins
Aug 12, 2026
Merged

feat: 配布へ移した 4 アイテムにアイコンを設定する#44
hitalin merged 1 commit into
mainfrom
feat/icons-for-moved-builtins

Conversation

@hitalin

@hitalin hitalin commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

#43 で同梱から配布へ移した skill 3 本とプラグイン 1 本にアイコンが設定されておらず、一覧でフォールバック表示のままだった。ICON_MAP に追加して pnpm icons:sync で同期する。

アイテム アイコン 理由
notedeck-guide life-buoy 「使い方は?」に答える案内役
notedeck-memo sticky-note メモそのもの
self-profile user-round-cog 自分の像を更新し続ける
ai-actions clipboard-type クリップボードのテキストを処理する

いずれも lucide (ISC) で、既存アイテムが使っているアイコンとは重複しない。

確認

  • pnpm icons:sync 成功 (synced 90 icons)
  • pnpm run registry:build 成功 — 4 アイテムに iconUrl が入った
  • node scripts/check-registry-integrity.mjs — 完全性チェック OK (警告 0 件)

queries.json / themes.json の差分はビルド時刻 (updatedAt) のみで、内容の変更はない。

🤖 Generated with Claude Code

#43 で同梱から配布へ移した skill 3 本とプラグイン 1 本にアイコンが無く、
一覧でフォールバック表示のままだった。ICON_MAP に追加して同期する。

- notedeck-guide → life-buoy (使い方の案内)
- notedeck-memo → sticky-note (メモ)
- self-profile → user-round-cog (自分の設定を更新し続ける)
- ai-actions → clipboard-type (クリップボードのテキストを処理する)

いずれも既存アイテムと重複しない lucide のアイコン。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@hitalin, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 30797913-d2f0-4035-a8c4-145d6a951ec9

📥 Commits

Reviewing files that changed from the base of the PR and between 5228f03 and 7803a90.

⛔ Files ignored due to path filters (4)
  • public/registry/plugins/ai-actions/icon.svg is excluded by !**/*.svg
  • public/registry/skills/notedeck-guide/icon.svg is excluded by !**/*.svg
  • public/registry/skills/notedeck-memo/icon.svg is excluded by !**/*.svg
  • public/registry/skills/self-profile/icon.svg is excluded by !**/*.svg
📒 Files selected for processing (7)
  • public/registry/index.json
  • public/registry/plugins.json
  • public/registry/queries.json
  • public/registry/skills.json
  • public/registry/themes.json
  • public/registry/widgets.json
  • scripts/sync-icons.js

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@hitalin hitalin self-assigned this Aug 12, 2026
@hitalin
hitalin merged commit 0fc5425 into main Aug 12, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant