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
- Check the working tree. Separate the current task's changes from unrelated work. If the scope is unclear, stop and ask.
- 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.
- Push the current branch to its remote.
- Report what happened in one line: the commit (if any) and the push result.