chore: add workflow to sync webperf skills from webperf-snippets#1106
Closed
nucliweb wants to merge 1 commit intoChromeDevTools:mainfrom
Closed
chore: add workflow to sync webperf skills from webperf-snippets#1106nucliweb wants to merge 1 commit intoChromeDevTools:mainfrom
nucliweb wants to merge 1 commit intoChromeDevTools:mainfrom
Conversation
Contributor
|
In general I think it would be great to have the skills available within the DT MCP, thank you @nucliweb! I have a few remarks though:
@OrKoN @devnook @matthiasrohmer for thoughts too please. |
Collaborator
|
Yes, we cannot mix third party code (skills in this case) with our own. I also was thinking that if you are open to upstreaming the skills we can maintain them here (+ we already have some skills around performance) so it probably makes sense to have skills be consistent and in the same style (instead of a second set of skills). |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
WebPerf skills originate in nucliweb/webperf-snippets. This PR proposes a GitHub Actions workflow to automate keeping them in sync, so new releases are picked up automatically without manual intervention.
How it works
nucliweb/webperf-snippets.github/webperf-snippets-versionskills/mcp__chrome-devtools__tool_name) to the MCP server internal format (tool_name)Schedule
The workflow runs every Monday at 09:00 UTC — this is a proposal and the cadence can be adjusted or replaced with a different trigger. It also supports manual runs via
workflow_dispatch.Example execution
You can see the workflow in action here: nucliweb/chrome-devtools-mcp#2