raine

commit

by @raine in Tools
0
0
# Install this skill:
npx skills add raine/skills --skill "commit"

Install specific skill from multi-skill repository

# Description

Commit the staged changes. If there are no staged changes, stage all changes first.

# SKILL.md


name: commit
description: Commit the staged changes. If there are no staged changes, stage all changes first.
allowed-tools: Bash


Run git status, git diff, and git diff --cached in parallel to understand
the current state. Then:

  • If there are staged changes, commit only what's staged.
  • If there are no staged changes, stage all changes first, then commit.

# 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.