Detect staged and unstaged git changes, classify them by type (feat/fix/refactor/docs/chore/test/style/perf), group into logical commit units, then commit each group separately with user approval. Use when the user wants to commit their current work, wants help writing a commit message, or says /commit or /smart-commit.
$npx -y skills add conectlens/lenserfight --skill smart-commitInstalls into the current project.
Run `npx skills use "https://github.com/conectlens/lenserfight" --skill "conectlens/lenserfight/smart-commit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/conectlens/lenserfight" that are relevant to the current task. Run `npx skills add "https://github.com/conectlens/lenserfight"` and select the relevant skills, then follow their instructions.