Loading...
Loading...
Commit unstaged changes, push changes, submit a pull request.
npx skill4agent add flora131/atomic gh-create-prgit status --porcelaingit branch --show-currentgit rev-parse --abbrev-ref origin/HEAD 2>/dev/null | sed 's|origin/||' || echo maingit diff --cached --statgit diff --statgit log --oneline -10gh pr view --json number,title,body 2>/dev/null || echo "No existing PR"git push -u origin <branch>git diff origin/<default-branch>...HEAD<type>[optional scope]: <description>featfixdocsstylerefactorperftestbuildcichorerevert!feat(api)!: change response formatgh pr create --title "TITLE" --body "DESCRIPTION"gh pr edit <number> --title "TITLE" --body "DESCRIPTION"feat(auth): add JWT token refresh endpoint
fix(ui): resolve layout shift on mobile navigation
docs: update API reference for v2 endpoints
refactor(db): migrate from raw SQL to query builder
feat(api)!: change pagination response format
chore(deps): bump TypeScript to 5.x## Summary
[1-2 sentence overview of what this PR does and why]
## Changes
- [Key change 1]
- [Key change 2]
- [Key change 3]
## Breaking Changes
[Describe what breaks and required migration steps]
## Notes
[Additional context, testing instructions, or deployment considerations]feat/123-add-authCloses #123Refs #123.pre-commit-config.yamlghgh auth login