con un clic
github-actions
When creating, editing, or debugging GitHub Actions workflow YAML files
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ú
When creating, editing, or debugging GitHub Actions workflow YAML files
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
Use this skill whenever the user wants to merge the main branch into their current branch. Triggers include phrases like "merge main", "mainをマージ", "mainを取り込む", "mainに追従", "sync with main", "mainの変更を取り込みたい", or any request to bring changes from main into a feature/working branch. Always use this skill — do not improvise git commands without it.
Template and notes when creating or updating SKILL.md files under skills/
Perspectives and rules when conducting a code review
Template, notes, and procedure when creating a Pull Request
Rules for Git commits, pushes, and PR creation
Constraints when operating files in an Linux environment
| name | github-actions |
| description | When creating, editing, or debugging GitHub Actions workflow YAML files |
.github/workflows/*.ymlactionlint after creating or editing a workflowubuntu-latest / ubuntu-24.04run: blocks|| true — fix the root cause| Use Case | Runner Name |
|---|---|
| Latest Linux | ubuntu-latest |
| Pinned Linux | ubuntu-24.04 |
| macOS | macos-latest |
| Mistake | Fix |
|---|---|
Wrong runs-on runner name | Check the cheatsheet above |
| SC2155: declare and assign separately | Split into local var; var=$(cmd) |
| SC2148: missing shebang | Not needed for inline scripts; add #!/usr/bin/env bash for files |
| luacheck exits non-zero | Check --no-unused-args option or .luacheckrc |
nazozokc-updater-botupdate/flake-lock-YYYYMMDD${{ secrets.NAME }} format for secretsgithub.event_name carefully in if: conditions