Skip to content

feat(cli): warn when installed skill is out of date - #427

Merged
Pavel Feldman (pavelfeldman) merged 1 commit into
microsoft:mainfrom
pavelfeldman:feat-skill-version-check
Jun 23, 2026
Merged

feat(cli): warn when installed skill is out of date#427
Pavel Feldman (pavelfeldman) merged 1 commit into
microsoft:mainfrom
pavelfeldman:feat-skill-version-check

Conversation

@pavelfeldman

Copy link
Copy Markdown
Member

Summary

  • On every CLI run, compare the SKILL.md installed at the two predefined locations (.claude/skills/playwright-cli and .agents/skills/playwright-cli) against the SKILL.md bundled with the package.
  • When they differ, print a framed hint recommending playwright-cli install --skills (or --skills=agents) to update.
  • The check writes to stderr (keeps --json output clean), is skipped during install, and never breaks the CLI.

Comment thread skillCheck.js
@pavelfeldman
Pavel Feldman (pavelfeldman) merged commit 9805da3 into microsoft:main Jun 23, 2026
3 of 4 checks passed
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