Skip to content

🔧 chore: スキルに user-invocable: true を明示 - #271

Merged
touyou merged 1 commit into
mainfrom
chore/add-user-invocable-to-skills
May 19, 2026
Merged

🔧 chore: スキルに user-invocable: true を明示#271
touyou merged 1 commit into
mainfrom
chore/add-user-invocable-to-skills

Conversation

@touyou

@touyou touyou commented May 19, 2026

Copy link
Copy Markdown
Member

Summary

  • .claude/skills/ 配下の 4 つのスキル frontmatter に user-invocable: true を追記しました
    • accessibility-checker
    • add-sparkle-component
    • change-sparkle-config
    • setup-sparkle-design

Why

user-invocable は既定値が true ですが、明示することでスラッシュコマンドからの呼び出しを意図していることがコード上で明確になります。sparkle-design-internal 側に同じ揃え方の PR を別途出します。

Test plan

  • frontmatter の追記のみで挙動への影響なし
  • git diff --stat で 4 files / +4 lines のみ

- accessibility-checker / add-sparkle-component / change-sparkle-config / setup-sparkle-design の
  frontmatter に `user-invocable: true` を追記
- スラッシュコマンドからの呼び出しを明示する意図(既定値と同じだが意図を明示)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 19, 2026 08:06
@vercel

vercel Bot commented May 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sparkle-design Ready Ready Preview, Comment May 19, 2026 8:07am

Request Review

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 994556e7-4a82-4b6a-95f6-3206dc380b26

📥 Commits

Reviewing files that changed from the base of the PR and between f646918 and f9413be.

📒 Files selected for processing (4)
  • .claude/skills/accessibility-checker/SKILL.md
  • .claude/skills/add-sparkle-component/SKILL.md
  • .claude/skills/change-sparkle-config/SKILL.md
  • .claude/skills/setup-sparkle-design/SKILL.md

Walkthrough

このプルリクエストは、Sparkleデザインシステムの4つのClaude AIスキルに対して、user-invocable: trueメタデータフラグを追加しています。変更対象は accessibility-checker、add-sparkle-component、change-sparkle-config、setup-sparkle-design の各スキルメタデータで、ユーザーからの直接呼び出しを可能にします。

Changes

スキルユーザー起動化

Layer / File(s) Summary
スキルメタデータの user-invocable フラグ追加
.claude/skills/accessibility-checker/SKILL.md, .claude/skills/add-sparkle-component/SKILL.md, .claude/skills/change-sparkle-config/SKILL.md, .claude/skills/setup-sparkle-design/SKILL.md
4つのスキルのメタデータにuser-invocable: trueを追加し、ユーザーからの直接起動を許可します。

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3分

Poem

✨ スキルたちが目覚めた朝
ユーザーの声に応える準備を整え
user-invocable: true の魔法で
直接呼び出しの道が開かれ
Sparkleはさらに輝く 🐰💫

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning PRの説明は概要、変更理由、テスト計画を明確に記載していますが、リポジトリのテンプレートで指定されている標準セクションや確認項目がほぼ欠落しています。 テンプレートの「変更内容」「動作確認」「セルフレビューリスト」「関連Issue」セクションを追加し、要件に準拠した形式に整えてください。
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed PRのタイトルは「スキルに user-invocable: true を明示」という主要な変更内容を簡潔に説明しており、変更セット全体を正確に反映しています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-user-invocable-to-skills

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

@touyou
touyou merged commit 3009c96 into main May 19, 2026
4 checks passed
@touyou
touyou deleted the chore/add-user-invocable-to-skills branch May 19, 2026 08:08
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.

2 participants