ci-monitoring とは?
PR の作成後に使用 - CI パイプラインを監視し、緑色になるか問題が解決不能であると特定されるまで周期的に障害を解決します。 ソース: troykelly/codex-skills。
PR の作成後に使用 - CI パイプラインを監視し、緑色になるか問題が解決不能であると特定されるまで周期的に障害を解決します。
コマンドラインで ci-monitoring AI スキルを開発環境にすばやくインストール
ソース: troykelly/codex-skills。
If CI finds a bug you didn't find locally, your local testing was insufficient. Before blaming CI, ask yourself: Did you run all tests locally? Did you test against local services (postgres, redis)?
Did you run the same checks CI runs? Did you run integration tests, not just unit tests with mocks? CI should only fail for: environment differences, flaky tests, or infrastructure issues—never for bugs you could have caught locally.
Core principle: CI failures are blockers. But they should never be surprises.
PR の作成後に使用 - CI パイプラインを監視し、緑色になるか問題が解決不能であると特定されるまで周期的に障害を解決します。 ソース: troykelly/codex-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/troykelly/codex-skills --skill ci-monitoringPR の作成後に使用 - CI パイプラインを監視し、緑色になるか問題が解決不能であると特定されるまで周期的に障害を解決します。 ソース: troykelly/codex-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/troykelly/codex-skills --skill ci-monitoring インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/troykelly/codex-skills