Loading...
Loading...
Standardized git commits following Conventional Commits. Supports mapping to GitHub and GitLab.
npx skill4agent add diegocanepa/agent-skills vcs-commit<type>[optional scope]: <description>
[optional body]
[optional footer(s)]featfixdocsstylerefactortestperfchore# Exclamation mark after type/scope
feat!: remove deprecated endpoint
# BREAKING CHANGE footer
feat: allow config to extend other configs
BREAKING CHANGE: `extends` key behavior changedgit add <files>git diff --stagedgit commitgit commit -m "<type>(scope): <description>"Closes #123Refs #456