Dwonczykj

CI Green — Git skill for Claude Code

Git community

Loop fix-bot-comments + CI rechecks on a PR until all checks pass and every thread is resolved.

How to install CI Green

Installs to ~/.claude/skills/dwonczykj-sf-ci-green/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dwonczykj-sf-ci-green && curl -fsSL https://raw.githubusercontent.com/Dwonczykj/sf/HEAD/commands/ci-green.md -o ~/.claude/skills/dwonczykj-sf-ci-green/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What CI Green does


description: "Loop fix-bot-comments + CI rechecks on a PR until all checks pass and every thread is resolved."

Drive an open PR to fully green.

Target PR: the arg ($ARGUMENTS), else the PR for the current branch (`gh pr view`).

Loop until done:

  1. Run fix-bot-comments on the PR — it independently verifies each bot claim against the real code before touching anything, classifies each as real / not-worth-fixing / stale, fixes the real ones, pushes, replies per thread, and resolves.

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Fix CI — Debug and fix failing GitHub Actions PR checks using log inspection 14.6k ★
  • GitHub Review Failures — Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu 1.5k ★

Full documentation available on GitHub

View Source Repository