woostack-commit

Installation
SKILL.md

woostack-commit

Commit only the changes relevant to the current session, then update the pull request so reviewers see the latest intent, summary, and test plan.

This skill is local-only. It mutates git state and PR metadata, but it never merges, force-pushes, or stages unrelated work.

Commands

  • /woostack-commit — Commit the session-relevant changes and update the current PR.
  • /woostack-commit <message> — Use <message> as the commit subject if it accurately describes the staged change.
  • /woostack-commit --no-pr-update [<message>] — Commit the session-relevant changes and push/submit without updating the pull request's title or body description.

Optional config

Consumers may add a commit hook command under .woostack/config.json:

Installs
27
First Seen
Jun 3, 2026
woostack-commit — howarewoo/woostack