Loading...
Loading...
Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
npx skill4agent add google-gemini/gemini-cli pr-creatormaingit branch --show-currentmaingit checkout -b <new-branch-name>.github/pull_request_template.md.github/PULL_REQUEST_TEMPLATE.md.github/PULL_REQUEST_TEMPLATE/bug_fix.mdfeature.md[x][ ]npm run preflightgh# 1. Write the drafted description to a temporary file
# 2. Create the PR using the --body-file flag
gh pr create --title "type(scope): succinct description" --body-file <temp_file_path>
# 3. Remove the temporary file
rm <temp_file_path>feat(ui): add new buttonfix(core): resolve crash