Create an atomic git commit with a properly formatted commit message following best practices for the uncommited changes or these specific files if specified.
Creates atomic git commits with conventional commit messages for staged changes.
/plugin marketplace add Wirasm/PRPs-agentic-eng/plugin install prp-core@prp-marketplaceCreate an atomic git commit with a properly formatted commit message following best practices for the uncommited changes or these specific files if specified.
Specific files (skip if not specified):
Commit Message Format:
<type>: <description>feat, fix, docs, style, refactor, test, choreExamples:
feat: add web search tool with structured loggingfix: resolve type errors in middlewaretest: add unit tests for config moduledocs: update CLAUDE.md with testing guidelinesrefactor: simplify logging configurationchore: update dependenciesAtomic Commits:
IMPORTANT
git diff HEADgit statusgit add -Agit commit -m "<type>: <description>"