Skip to main content

push-everything

Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.

Ir a la instalación

Datos de origen

Repositorio
cashew-labs/opencode-gui
Última actividad en el origen
12 de febrero de 2026 a las 00:31
Idioma detectado de SKILL.md
inglés
Estrellas
58
Forks
20

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
push-everything
description
Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.
If on main, checkout a new branch first. Stage ALL changes in the repository (not just session changes) with `git add -A`. Commit the changes with an appropriate message summarizing all the work. Use gh cli to see if a PR exists already. If it doesn't, create one with an appropriate title and description. If a PR does exist, query the current title and description, and update it if appropriate. Then push the changes.
Ver en GitHub