HomeBrowseUpload
← Back to registry
// Skill profile

commit

name: commit

by brennerspear · published 2026-03-22

自定义
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:brennerspear/brennerspear-commit
View on GitHub
// Full documentation

---

name: commit

description: Create a git commit with a contextual message based on current changes, then push the branch.

allowed-tools: [Bash]

---

Context

  • Current git status: !`git status`
  • Current git diff (staged and unstaged changes): !`git diff HEAD`
  • Current branch: !`git branch --show-current`
  • Recent commits: !`git log --oneline -10`
  • Your task

    Based on the above changes, stage everything, create one commit with a contextual message, and push the current branch.

    Required sequence:

    1. Stage changes.

    2. Create a single commit.

    3. Push the current branch to origin (use `--set-upstream origin <branch>` if needed).

    Do not use interactive commands and do not output extra commentary.

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band