The Standardized Commit Automator streamlines version control by analyzing your repository changes and drafting professional commit messages according to a structured convention. It intelligently categorizes changes into types like Add, Update, Fix, or Refactor, and formats subjects in a clear, imperative style (supporting Korean language requirements). By managing the staging process, excluding sensitive files, and requiring explicit user confirmation before execution, it ensures a clean, safe, and highly readable project history without the manual overhead.
主な機能
01Sensitive data protection to prevent committing .env or secret files
02Semantic type classification for structured commit history
030 GitHub stars
04Interactive staging workflow for unstaged or untracked files
05Automated change analysis using git diff and status logs
06Standardized formatting with support for Korean imperative subjects