home/categories/cicd/daishiman-aiworkfloworchestrator-docs-99-claude-skills-concurrency-control-skill-md
cicddevops

concurrency-control

GitHub Actions の並行実行制御を設計し、レースコンディションを防止するスキル。 concurrency.group と cancel-in-progress を用いた競合回避と検証手順を整理する。 Anchors: • The Pragmatic Programmer / 適用: 並行実行制御と品質維持 / 目的: 実践的な改善原則の適用 • GitHub Actions Concurrency 仕様 / 適用: group と cancel-in-progress の設定 / 目的: レースコンディション防止 • CI/CD Pipeline パターン / 適用: ワークフロー設計と実行管理 / 目的: 安全なパイプライン構築 Trigger: Use when implementing concurrency control in GitHub Actions workflows, preventing race conditions, or designing group-based cancellation strategies. concurrency control, github actions, group, cancel-in-progress, race condition

daishiman
maintainer
daishiman
Updated 1/18/2026
Stars
4
Forks
0
quick start

Installation and usage

GitHub Actions の並行実行制御を設計し、レースコンディションを防止するスキル。 concurrency.group と cancel-in-progress を用いた競合回避と検証手順を整理する。 Anchors: • The Pragmatic Programmer / 適用: 並行実行制御と品質維持 / 目的: 実践的な改善原則の適用 • GitHub Actions Concurrency 仕様 / 適用: group と cancel-in-progress の設定 / 目的: レースコンディション防止 • CI/CD Pipeline パターン / 適用: ワークフロー設計と実行管理 / 目的: 安全なパイプライン構築 Trigger: Use when implementing concurrency control in GitHub Actions workflows, preventing race conditions, or designing group-based cancellation strategies. concurrency control, github actions, group, cancel-in-progress, race condition

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use concurrency-control