Skip to main content

optimize-actions-parallel

GitHub Actions の steps 並列実行機能(parallel: / background: + wait: / cancel:)を使って、.github/workflows のワークフローを新規作成または最適化するスキル。直列ステップの待ち時間を重ねて短縮したいとき、別々の job に分かれたセットアップ(checkout/依存関係インストール)の重複を1つに畳んでコストを下げたいとき、CI/CDを速くしたいときに使う。ただし「なんでも並列化すればいい」わけではなく、CPU/メモリを食い合う重い処理は同一ランナーに詰めると逆に遅くなるため、steps並列とjob並列(needs/matrix)の使い分けも判断する。

Jump to install

Source facts

Repository
aki77/skills
Last source activity
July 12, 2026 at 23:19
Detected SKILL.md language
Japanese
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.