Stats
Actions
Tags
From wordpress-skills
Comprehensively update all actions referenced in all GitHub Actions workflow files to their latest version.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wordpress-skills:update-actionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Find all workflow files in the `.github/workflows` and `.github/actions` directories of this repo.
.github/workflows and .github/actions directories of this repo.gh to fetch the very latest version of every action referenced in every GitHub Actions workflow file in this repo.uses: docker references within workflow files to their very latest version. All references must use the full length sha256 hash.run: uvx references within workflow files to their very latest version. Use exact tag names.v, eg. # 1.2.3 or # v4.0.0. Floating references such as v4 are not allowed.trunk, develop, main, but do flag them in your output.johnbillion/plugin-infrastructure action gets updated, update the same in composer.json and package.json, then run npm install to update package-lock.json.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub johnbillion/skills --plugin wordpress-skills