Loading...
Loading...
Generate clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or preparing commits.
npx skill4agent add nodnarbnitram/claude-code-extensions commit-helpergit diff --stagedfeatfixdocsrefactortestchorefeat(auth): add OAuth2 support for GitHub login
- Implement OAuth2 flow with PKCE
- Add token refresh mechanism
- Store tokens securely in encrypted storage
Closes #123