coralogix

Fix Issues — Git skill for Claude Code

Git community

Fix the issues from the last PR review one at a time.

How to install Fix Issues

Installs to ~/.claude/commands/coralogix-cx-ios-sdk-fix-issues.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/coralogix/cx-ios-sdk/HEAD/.claude/commands/fix-issues.md -o ~/.claude/commands/coralogix-cx-ios-sdk-fix-issues.md

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

What Fix Issues does

Fix the issues from the last PR review one at a time.

For each issue:

  1. Show the current code and explain the fix.
  2. Apply the fix.
  3. Run the linter/analyzer to confirm it's clean.
  4. Stop and wait for the user to review before moving on or committing.

Do NOT commit until the user explicitly says "commit" or "commit and next". Do NOT move to the next issue until the user approves the current fix.

Start with the first unresolved **Issue**-level finding. Skip Suggestions and Nits unless the

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Bulletproof Quick Start Guide — Target Audience: Complete beginners Never used Python/git before 11.1k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★

Full documentation available on GitHub

View Source Repository