원클릭으로
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