fix: make creating-skills explicitly invoke skill-creator via Skill tool - #16
Conversation
The passive instruction ("use skill-creator when available") was not
triggering actual Skill tool invocation. Rewrote the Workflow section
to use imperative language that directs Claude to call the Skill tool
before doing any other work.
📝 WalkthroughWalkthroughThe SKILL.md documentation was restructured to establish itself as the single entry point for skill creation. It now mandates checking for and invoking the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
plugins/skill-set/skills/creating-skills/SKILL.md (1)
23-24: Consider replacing forward references with direct section links.The phrases "see Skill Conventions below" and "see the checklist below" create forward references that require readers to scan down to find the content. This is a minor navigation friction point.
♻️ Suggested improvement for clearer navigation
-While following skill-creator's workflow, enforce these guardrails from this skill throughout: -- **Language and size rules** — see Skill Conventions below -- **Red flags** — see the checklist below +While following skill-creator's workflow, enforce these guardrails from this skill throughout: +- **Language and size rules** — see [Skill Conventions](`#skill-conventions`) +- **Red flags** — see [Red Flags](`#red-flags---stop-immediately`) and [reference/checklist.md](reference/checklist.md)🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@plugins/skill-set/skills/creating-skills/SKILL.md` around lines 23 - 24, Replace the forward-reference phrases in SKILL.md: "**Language and size rules — see Skill Conventions below**" and "**Red flags — see the checklist below**" with direct section links to the corresponding headers (e.g., replace with "[Skill Conventions](`#skill-conventions`)" and "[Red flags checklist](`#red-flags`)" or the exact header anchor names used in the file) so readers can jump directly to those sections without scanning; update the two lines in the SKILL.md content accordingly to use the link text matching the actual section headings.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@plugins/skill-set/skills/creating-skills/SKILL.md`:
- Around line 23-24: Replace the forward-reference phrases in SKILL.md:
"**Language and size rules — see Skill Conventions below**" and "**Red flags —
see the checklist below**" with direct section links to the corresponding
headers (e.g., replace with "[Skill Conventions](`#skill-conventions`)" and "[Red
flags checklist](`#red-flags`)" or the exact header anchor names used in the file)
so readers can jump directly to those sections without scanning; update the two
lines in the SKILL.md content accordingly to use the link text matching the
actual section headings.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 29025c7f-a9a6-41aa-9320-de83465c8d75
📒 Files selected for processing (1)
plugins/skill-set/skills/creating-skills/SKILL.md
Summary
creating-skills의 Workflow 섹션에서skill-creator:skill-creator를 Skill tool로 명시적으로 호출하도록 수정Changes
Test Plan
Summary by CodeRabbit
Release Notes