ワンクリックで
github-actions
When creating, editing, or debugging GitHub Actions workflow YAML files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
When creating, editing, or debugging GitHub Actions workflow YAML files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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