Documentation
README
Auto-create PR based on Git change analysis
Creates Pull Requests automatically by analyzing your Git changes for a smoother workflow.
Usage
# Auto-create PR from your changes
git add . && git commit -m "feat: Implement user authentication"
"Create a Draft PR with the right description and labels"
# Keep your existing template
cp .github/PULL_REQUEST_TEMPLATE.md pr_body.md
"Fill in the blanks but keep the template structure intact"
# Mark as ready when done
gh pr ready
"Switch to Ready for Review after checking quality"
Basic Examples
This is the opening of the README. Read the full README on GitHub.