cyberneticlibrary

Review, commit and push changes

gccommandsetup L12
PartyDAO/party-forever
What it does

Review, stage, commit, and push code changes

Best for

Standard git workflow when you need a single command to review, stage (by name), commit, and push safely.

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
  • · [object Object]
Requires
  • · Bash (git)
  • · Bash (gh)
Preconditions

Repo is clean, no merge conflicts; user reviews staged files

Failure modes
  • · Secrets or build artifacts accidentally staged
  • · Commit message unclear or missing scope
  • · Push fails due to upstream changes
Trust signals
  • · Explicit file-by-file review before staging
  • · Rejects git add -A in favor of named files
  • · Flags secrets and build artifacts