update-submitter

Installation
SKILL.md

Update Submitter

This skill automates the process of reviewing local repository changes, grouping related file modifications, and generating standardized commit messages following the Conventional Commits specification.

1. Core Workflow

The workflow outlines the exact steps to collect changes, group them, and generate commits.

1.1 Target Initialization

Accept the target directory and gather the current state of the repository.

  1. Accept a target directory path from the user. If no path is provided, default to the current project directory.
  2. Execute git status to retrieve the list of modified, added, deleted, and untracked files.
  3. If necessary, execute git diff or git diff --staged to understand the context of the changes.

1.2 Change Analysis and Grouping

Analyze the changed files and group them into logical units that belong in the same commit.

Related skills
Installs
3
GitHub Stars
33
First Seen
Mar 28, 2026