Skip to content

Add GitHub Action to validate skills command on PR and commits#3

Merged
hustcc merged 2 commits into
masterfrom
copilot/add-github-action-for-skills
Jan 23, 2026
Merged

Add GitHub Action to validate skills command on PR and commits#3
hustcc merged 2 commits into
masterfrom
copilot/add-github-action-for-skills

Conversation

Copilot AI commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

Adds automated validation that runs npx skills add antvis/chart-visualization-skills on every push and pull request.

Changes

  • New workflow: .github/workflows/skills-check.yml
    • Triggers on all push and PR events
    • Runs on ubuntu-latest with Node.js 18
    • Executes the skills add command via npx

This ensures the skills command is validated against repository changes automatically.

Original prompt

增加一个 github action,每次 PR 和 commit 的时候,执行命令:npx skills add antvis/chart-visualization-skills


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
Copilot AI changed the title [WIP] Add GitHub action to run command on PR and commit Add GitHub Action to validate skills command on PR and commits Jan 23, 2026
Copilot AI requested a review from hustcc January 23, 2026 01:19
@hustcc
hustcc marked this pull request as ready for review January 23, 2026 01:21
@hustcc
hustcc merged commit 42f52a5 into master Jan 23, 2026
2 checks passed
@hustcc
hustcc deleted the copilot/add-github-action-for-skills branch January 23, 2026 16:05
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