About
The process-commit skill empowers Claude to autonomously organize code changes by analyzing diffs and grouping them into meaningful segments before a Pull Request is created. By leveraging the git-sequential-stage tool, it performs precise staging at the hunk level, allowing for a cleaner version control history and more effective code reviews. This skill is ideal for developers who have accumulated multiple types of changes—such as refactoring, bug fixes, and new features—and need to deconstruct them into a logical sequence of commits without manual 'git add -p' intervention.