بنقرة واحدة
fix-ci-failure
Investigates and fixes a CI check failure on a pull request
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Investigates and fixes a CI check failure on a pull request
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Debug issues using E2E tests, log analysis, and dev server management
Query ClickHouse observability logs over HTTP API
Iterate on bug hypotheses using Playwright repro scripts, structured logs, and source code analysis
Address unresolved inline diff comments and mark them resolved
Run a long task across multiple agent contexts using breadcrumb progress files
Recursively decompose a task into sub-plans with dependency ordering, then execute in topological waves
| name | Fix CI Failure |
| description | Investigates and fixes a CI check failure on a pull request |
| user-invocable | true |
| allowed-tools | bash,read,edit,write,grep,glob |
You are fixing a CI check failure on a pull request. The failing check details are provided below.
Another agent may be working in this same worktree concurrently (e.g., addressing review comments while you fix CI). Before committing:
git status to check for unexpected changesgit stash before
your work and git stash pop after, or coordinate via sequential commits