datnguye

Dbdocs PR — Git skill for Claude Code

Git community

Open a GitHub PR for the current branch with a body that follows .github/PULL_REQUEST_TEMPLATE.md, filled from the actual diff and with the checklist verified against the repo gates.

How to install Dbdocs PR

Installs to ~/.claude/commands/datnguye-dbt-docs-dbdocs-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/datnguye/dbt-docs/HEAD/.claude/commands/dbdocs-pr.md -o ~/.claude/commands/datnguye-dbt-docs-dbdocs-pr.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dbdocs PR does


description: Open a GitHub PR for the current branch with a body that follows .github/PULL_REQUEST_TEMPLATE.md, filled from the actual diff and with the checklist verified against the repo gates.

Use the **dbdocs-pr** skill to open a pull request for the current branch.

Target (in order of precedence):

  1. If $ARGUMENTS names a base branch, an issue to close, draft, or a title, use it.
  2. Otherwise PR the current branch against the repo's default branch.

Follow the skill: run the **p

Alternatives in Git

  • Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
  • Yeet — Stage, commit, push code, and open a GitHub pull request via CLI 14.6k ★
  • Generate PR Description — You are tasked with generating a comprehensive pull request description following the repository's standard te 10k ★

Full documentation available on GitHub

View Source Repository