coralogix

CommitAndNext — Git skill for Claude Code

Git community

Commit the current applied fix and advance to the next /fix-issues finding.

How to install CommitAndNext

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

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

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

What CommitAndNext does


description: Commit the current applied fix and advance to the next /fix-issues finding.

You're in the middle of a `/fix-issues` review-fix loop. The current fix has been applied and verified; the user has just approved it.

Do exactly this, in order:

  1. Stage and commit only the files that changed for the current fix. Use a HEREDOC for the commit message. Follow this repo's commit-message convention (the prior commit message style on this branch — typically `TICKET type(scope): su

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
  • Gh Fix CI — Debug and fix failing GitHub Actions PR checks using log inspection 14.6k ★

Full documentation available on GitHub

View Source Repository