CI Feedback Loop

Iterate on a feature by fetching GitHub Actions CI logs, statuses, and artifacts to debug failures locally. USE WHEN: a PR has failing CI checks, the user asks to "debug CI", "fix the pipeline", "why is the test failing in CI", "fetch the CI logs", "check the CI", or wants to set up a fix-push-recheck loop. INVOKES: gh CLI (run list/view/download), local zip/json parsing. DO NOT USE FOR: triggering new runs, modifying workflows themselves, or general code review.

camunda 0d84da0 7 files · 49.0 KB Updated

File contents

camunda/camunda-deployment-references/tree/main/.github/skills/ci-feedback-loop commit 0d84da01bd

Frequently asked questions

npx skillmds@latest add camunda/ci-feedback-loop