CommitAndNext — Git skill for Claude Code
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
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:
- 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 RepositoryRelated Skills
Agent Ship
SDD Phase 5 — Ship the milestone. Update PROGRESS.md, tag release, open PR (if applicable), advance to next mi
Code Rabbit
Local code review on current changes — find issues, fix, verify, commit
Rewrite History
Reimplement the current branch with a clean, narrative-quality git commit history suitable for reviewer compre
Codex Loop
Use Codex as a second, differently-trained reviewer of your branch, fix every real finding with regression tes
Linting
Run rm -rf .mypy_cache && pre-commit run --all-files and fix the issues
Fix GitHub Issue
by jeremymailen - Analyzes and fixes GitHub issues using a structured approach with GitHub CLI for issue detai
Related Agents
Linear Tracker
Manages Linear issues for the Component Reviews project. Handles CRUD operations for review tracking, finding
Phase Review Agent
Validates that a phase's deliverables are complete enough to advance to the next phase. Use for /gate-check, o
Pre Commit Linter
Use this agent when the user wants to commit code using Claude. It should be triggered automatically before an