Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

Sync workflows lack validation of synced skill files #59

Description

@StencilwashCoder

The sync-anthropic-official.yml workflow syncs the official Anthropic skills repo, but there's no validation that synced files are actually valid Claude Code skills. A broken or malformed skill file from upstream could be auto-committed to this repo without any checks.

The workflow should:

  1. Validate that each synced file has required skill metadata (name, description, version)
  2. Check that referenced scripts/files actually exist
  3. Run a basic syntax check on any code files
  4. Fail the workflow if validation doesn't pass, preventing broken files from entering the repo

Currently the workflow just copies files blindly, which could introduce broken or even malicious skill definitions from third-party repos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions