Skip to content

fix(skill): use existing 'review-work' skill name in tool examples (fixes #3285)#3304

Open
MoerAI wants to merge 1 commit intocode-yeongyu:devfrom
MoerAI:fix/skill-example-name
Open

fix(skill): use existing 'review-work' skill name in tool examples (fixes #3285)#3304
MoerAI wants to merge 1 commit intocode-yeongyu:devfrom
MoerAI:fix/skill-example-name

Conversation

@MoerAI
Copy link
Copy Markdown
Contributor

@MoerAI MoerAI commented Apr 10, 2026

Summary

  • Replace non-existent 'code-review' example with actual 'review-work' skill name in tool schema

Problem

The skill tool's description and argument schema reference 'code-review' as an example skill name, but this skill does not exist. Users who follow the example get an error. The actual built-in review skill is named 'review-work'.

Fix

Updated both references from 'code-review' to 'review-work'.

Changes

File Change
src/tools/skill/constants.ts Update example in TOOL_DESCRIPTION_PREFIX
src/tools/skill/tools.ts Update example in argument schema description

Fixes #3285


Summary by cubic

Replaced the non-existent 'code-review' example with the correct 'review-work' skill name in the skill tool description and argument schema to prevent usage errors. Fixes #3285.

Written for commit b076923. Summary will update on new commits.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: This PR only updates documentation and schema description strings to use a valid skill name example. There is no logic change and zero risk of regression.

@MoerAI
Copy link
Copy Markdown
Contributor Author

MoerAI commented Apr 10, 2026

I have read the CLA Document and I hereby sign the CLA

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.

[Bug]: Skill tool schema uses non-existent "code-review" as example instead of actual "review-work" skill

1 participant