iyaki/Skills Update: AI Agent Skills Automation

Automatically update repository agent skills from Vercel Skills CLI, create commits and pull requests with path safety policies. AI agent automation for GitHub repositories.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token used for repository and pull request write operations.no""
working-directoryDirectory where update and git operations run.no.
skills-cli-versionVersion of the skills CLI to use in default update command.nolatest
update-commandOptional non-interactive command used to update skills.no""
add-pathsComma-separated allowlist globs for changed files.noskills-lock.json,.agents/skills/**
ignore-pathsComma-separated ignore globs excluded from write stages.no.agents/.skill-lock.json
create-commitEnable commit stage.notrue
commit-messageCommit message used when creating a commit.nochore(skills): update installed skills
create-prEnable pull request stage.notrue
pr-generate-commitAllow pull request stage to generate commit when missing.notrue
base-branchPull request base branch; defaults to repository default branch.no""
pr-branchRolling pull request branch.nochore/skills-update
pr-titleTitle for created or updated pull request.nochore(skills): update installed skills
pr-labelsComma-separated pull request labels.nochore,automation
namedescription
changedWhether allowlisted files changed (true/false).
updated-filesNewline-delimited allowlisted changed files.
commit-createdWhether a commit was created (true/false).
commit-shaCommit SHA when commit was created.
pull-request-numberPull request number when PR exists.
pull-request-urlPull request URL when PR exists.
branchBranch used for commit or pull request stages.