Dbdocs PR — Git skill for Claude Code
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
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):
- If
$ARGUMENTSnames a base branch, an issue to close, draft, or a title, use it. - 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 RepositoryRelated Skills
Stats Newpr
Run the full pre-PR checklist for claude-stats, then open the pull request.
PR Template
Generate a pull request description for the current branch by analyzing all commits and changes since divergin
PR Desc
Reads git diff between the current branch and main (or a specified base branch), analyzes changed files, and g
Check PR
Pre-PR validation checklist - ensures code is ready for pull request.
Awesome List PR
Generate a pull request body for adding dev-suite to an awesome list
Create Pull Request
by liam-hq - Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, followi
Related Agents
Create PR
This agent should be invoked to open a pull request end to end or to update an existing one. This includes com
PR Intent Verifier
Verify a pull request actually does what it claims - map the PR body and its linked issues to a requirement ch
PR Creator
Opens a GitHub pull request for the current branch using gh pr create. Use when work is committed and pushed a