Create a commit that closes a GitHub issue
Creates a git commit that automatically closes a GitHub issue by appending the issue reference.
/plugin marketplace add bengous/claude-code-plugins/plugin install git-tools@bengous-plugins[issue-number]Create a git commit following standard commit guidelines, then append Closes #N to close the issue.
Issue detection: Use $ARGUMENTS if provided, otherwise extract from branch name (e.g., fix/123-* → 123).
Now commit with: $ARGUMENTS