Loading...
Loading...
Create and execute Git commits in Conventional Commits format with a required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit. Always run a pre-commit safety guard first, abort on log files or untracked high-risk binary extensions, then stage with `git add . -A`.
npx skill4agent add bohdan-shulha/skills commitpython3 scripts/precommit_guard.pygit addgit commitgit add . -Agit diff --cached --name-onlygit diff --cached --statgit commit -m "<subject>" -m "<body>"*.log*.out*.errnpm-debug.log*yarn-debug.log*yarn-error.log*pnpm-debug.log*logs/.exe.dll.so.dylib.bin.class.zip.tar.gz.bz2.xz.7z.rar.jar.iso.dmg.db.sqlite.sqlite3<type>(<scope>): <description>typefeatfixrefactordocstestchorebuildciperfstylerevertfix(auth): handle token refresh race in session middleware- Serialize refresh attempts per user session to prevent duplicate refresh calls.- Add timeout handling so failed refresh does not block subsequent requests.- Update session middleware tests for concurrent request scenarios.