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

$ Installer

git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/concurrency-control ~/.claude/skills/AIWorkflowOrchestrator

// tip: Run this command in your terminal to install the skill