pr-create

- Check for existing PR: gh pr view --json url -q .url 2>/dev/null — if a PR already exists, output its URL and stop

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pr-create" with this command: npx skills add significant-gravitas/autogpt/significant-gravitas-autogpt-pr-create

Create Pull Request

Steps

  • Check for existing PR: gh pr view --json url -q .url 2>/dev/null — if a PR already exists, output its URL and stop

  • Understand changes: git status , git diff dev...HEAD , git log dev..HEAD --oneline

  • Read PR template: .github/PULL_REQUEST_TEMPLATE.md

  • Draft PR title: Use conventional commits format (see CLAUDE.md for types and scopes)

  • Fill out PR template as the body — be thorough in the Changes section

  • Format first (if relevant changes exist):

  • Backend: cd autogpt_platform/backend && poetry run format

  • Frontend: cd autogpt_platform/frontend && pnpm format

  • Fix any lint errors, then commit formatting changes before pushing

  • Push: git push -u origin HEAD

  • Create PR: gh pr create --base dev

  • Output the PR URL

Rules

  • Always target dev branch

  • Do NOT run tests — CI will handle that

  • Use the PR template from .github/PULL_REQUEST_TEMPLATE.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-style

No summary provided by upstream source.

Repository SourceNeeds Review
General

vercel-react-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

worktree-setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

backend-check

No summary provided by upstream source.

Repository SourceNeeds Review