Skip to content

Conversation

@pwang347
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings December 16, 2025 23:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR renames the "Claude Skills" feature to "Agent Skills" to make it more vendor-agnostic and generalized. The renaming affects interfaces, method names, configuration keys, file paths, test cases, and user-facing messages throughout the chat/prompts subsystem.

Key Changes

  • Renamed IClaudeSkill interface to IAgentSkill and findClaudeSkills() method to findAgentSkills() across service interfaces and implementations
  • Updated configuration key from USE_CLAUDE_SKILLS to USE_AGENT_SKILLS and changed the file system path from .claude/skills to .agent/skills
  • Updated all tests, comments, documentation, and localized strings to use "Agent" terminology instead of "Claude"

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
promptsService.test.ts Updated test suite name and all test cases to use "Agent Skills" terminology, file paths changed from .claude/skills to .agent/skills
mockPromptsService.ts Updated mock service interface method signature from findClaudeSkills to findAgentSkills with IAgentSkill return type
promptFilesLocator.ts Renamed methods to findAgentSkillsInFolder, findAgentSkillsInWorkspace, and findAgentSkillsInUserHome; updated file paths to .agent/skills
promptsServiceImpl.ts Updated implementation of findAgentSkills method with renamed types and updated error log messages
promptsService.ts Renamed interface IClaudeSkill to IAgentSkill and method signature from findClaudeSkills to findAgentSkills
config.ts Updated configuration constant from USE_CLAUDE_SKILLS to USE_AGENT_SKILLS
computeAutomaticInstructions.ts Updated method call from findClaudeSkills to findAgentSkills
chat.contribution.ts Updated configuration registration with new key, localized title and description strings

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