Loading...
Loading...
Create conventional commit messages by analyzing staged changes. Generates semantic commit messages following the Conventional Commits specification. Use when user says "commit", "save changes", or "create commit".
npx skill4agent add lee-to/ai-factory aif-commitgit statusgit diff --cachedfeatfixdocsstylerefactorperftestbuildcichoresrc/auth/auth<type>(<scope>): <subject>
<body>
<footer>feat(auth): add password reset functionalityfix(api): handle null response from payment gateway
The payment API can return null when the gateway times out.
Added null check and retry logic.
Fixes #123feat(api)!: change response format for user endpoint
BREAKING CHANGE: user endpoint now returns nested profile objectgit commitgit status -sbgit push -u origin <branch>git push/aif-commit auth