con un clic
usethis-github-actions-update
Update GitHub Actions workflows
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Update GitHub Actions workflows
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | usethis-github-actions-update |
| description | Update GitHub Actions workflows |
| compatibility | GitHub Actions, YAML |
| license | MIT |
| metadata | {"version":"2.1"} |
These are in .github/workflows/.
Avoid redundant glob patterns. In this example:
on:
push:
paths-ignore:
- "docs/**"
- "**/*.md"
We would not want to add xyz/**/*.md to the paths-ignore list, since it is already covered by the **/*.md pattern.
General guidelines for writing tests in the usethis project, including test class organization
Guidelines for Python code design decisions such as when to share vs. duplicate code
Create a lesson from a development difficulty, covering root cause analysis, principle generalisation, and filing as a GitHub issue
Write bespoke prek hooks as reusable Python scripts for custom checks
Check whether docs/config-files.txt (the machine-readable export) is in-sync with the per-tool tables in docs/about/config-files.md
Enforce version bumping, scope checking, and content quality guidelines when modifying SKILL.md files