Skip to content

fix(skills): reference templates and scripts from code-review SKILL.md#62

Open
muratclk wants to merge 1 commit intoluongnv89:mainfrom
muratclk:fix/skill-reference-templates-scripts
Open

fix(skills): reference templates and scripts from code-review SKILL.md#62
muratclk wants to merge 1 commit intoluongnv89:mainfrom
muratclk:fix/skill-reference-templates-scripts

Conversation

@muratclk
Copy link
Copy Markdown

@muratclk muratclk commented Apr 8, 2026

Summary

  • Adds a Reference Files section to 03-skills/code-review/SKILL.md that explicitly references the templates/ and scripts/ directories
  • Each file is described with its purpose and when to use it, so Claude loads and uses them during reviews

Why

As noted in #43, Claude Code only loads SKILL.md when a skill is invoked. The templates/ (review-checklist, finding-template) and scripts/ (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

  • Invoke the code-review skill and verify Claude reads the referenced template and script files
  • Confirm the checklist and finding template format appear in review output

🤖 Generated with Claude Code

…-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>
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.

[DOCS] code-review skill example does not references templates and scripts

1 participant