commit
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Smart Git Commit (Español)
Crear commit bien formateado: $ARGUMENTS
Estado Actual del Repositorio
- Estado de Git: !
git status --porcelain - Rama actual: !
git branch --show-current - Cambios en staging: !
git diff --cached --stat - Cambios sin staging: !
git diff --stat - Commits recientes: !
git log --oneline -5