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 para a instalação

Informações da origem

Repositório
cashew-labs/opencode-gui
Última atividade na origem
12 de fevereiro de 2026 às 00:31
Idioma detectado do SKILL.md
inglês
Estrelas
58
Forks
20

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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 no GitHub