fstack-push

Installation
SKILL.md

/fstack-push

Commit the current task's changes, then push to the remote. That is the whole job.

When to use

  • You want your current work committed and pushed, now.
  • The user invokes /fstack-push.

Steps

  1. Check the working tree. Separate the current task's changes from unrelated work. If the scope is unclear, stop and ask.
  2. Stage only the current task's changes and commit with a plain one-line message describing what changed. If the task is already committed, skip to the push.
  3. Push the current branch to its remote.
  4. Report what happened in one line: the commit (if any) and the push result.

Must NOT

Installs
34
GitHub Stars
20
First Seen
Jul 17, 2026
fstack-push — flaviocopes/fstack