Agent skill
local-ci
remote CI (GitHub Actions) 相当のチェックをローカルで実行。Biome check、テスト、ビルドを並列実行し、全てのチェックが成功したことを確認する。PR作成前の事前チェックに使用。
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/local-ci
SKILL.md
Local CI スキル
このスキルの役割: remote CI (GitHub Actions) 相当のチェックをローカルマシン上で実行するスキル。
詳細な実装手順
詳細な実装手順、使い方、エラーハンドリングについては .claude/commands/local-ci.md を参照してください。
このスキルは、.claude/commands/local-ci.md に記載された手順に従って以下を実行します:
- 開始メッセージを表示
- 3つの sub agent(biome-check、test-check、build-check)を並列起動
- TaskOutput で各 sub agent の出力を取得
- 結果を集計してサマリーを表示
使い方
bash
/local-ci
このコマンドを実行すると、Claude が .claude/commands/local-ci.md の手順を実行します(3つのチェックは並列実行されます)。
Didn't find tool you were looking for?