fix(skills): reference templates and scripts from code-review SKILL.md#62
Open
muratclk wants to merge 1 commit intoluongnv89:mainfrom
Open
fix(skills): reference templates and scripts from code-review SKILL.md#62muratclk wants to merge 1 commit intoluongnv89:mainfrom
muratclk wants to merge 1 commit intoluongnv89:mainfrom
Conversation
…-review SKILL.md The code-review skill had templates/ and scripts/ directories alongside SKILL.md, but SKILL.md never referenced them. Since Claude Code only loads SKILL.md when a skill is invoked, the supporting files were effectively invisible. This adds a Reference Files section that instructs Claude to read and use each supporting file. Closes luongnv89#43 Co-Authored-By: Paperclip <noreply@paperclip.ing>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
03-skills/code-review/SKILL.mdthat explicitly references thetemplates/andscripts/directoriesWhy
As noted in #43, Claude Code only loads
SKILL.mdwhen a skill is invoked. Thetemplates/(review-checklist, finding-template) andscripts/(analyze-metrics, compare-complexity) were present but never referenced, making them effectively unused. The official skill docs confirm that supporting files must be explicitly referenced from SKILL.md.Closes #43
Test plan
🤖 Generated with Claude Code