Skip to content

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

Merged
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
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 pavelfeldman force-pushed the feat-skill-version-check branch from aeb4bf9 to ef02f2b Compare June 23, 2026 17:20
@pavelfeldman pavelfeldman force-pushed the feat-skill-version-check branch from ef02f2b to 8872891 Compare June 23, 2026 17:38
@pavelfeldman 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