commit-detection

Installation
SKILL.md

Commit Type Detection Skill

Expert knowledge for detecting the optimal conventional commit type.

Detection Algorithm

Step 1: Gather Data

# Get modified files
git diff --name-only
git diff --staged --name-only

# Get change statistics
git diff --stat
git diff --staged --stat
Installs
42
GitHub Stars
18
First Seen
Feb 10, 2026
commit-detection — fusengine/agents