raine

cs

0
0
# Install this skill:
npx skills add raine/skills --skill "cs"

Install specific skill from multi-skill repository

# Description

Commit all pending changes as separate, logical commits using git-surgeon.

# SKILL.md


name: cs
description: Commit all pending changes as separate, logical commits using git-surgeon.


/git-surgeon Commit all pending changes as separate, logical commits. Group
related changes together by feature, bug fix, or concern. Separate unrelated
changes into distinct commits. Keep commits atomic β€” each should make sense on
its own. Order commits so earlier ones don't depend on later ones when possible.
Use line ranges when a hunk contains changes belonging to different groups.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.