Cdd Pre PR — Git skill for Claude Code
Run a pre-PR checklist for the current branch.
How to install Cdd Pre PR
Installs to ~/.claude/commands/drabaioli-cdd-cdd-pre-pr.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/drabaioli/cdd/HEAD/.claude/commands/cdd-pre-pr.md -o ~/.claude/commands/drabaioli-cdd-cdd-pre-pr.md Restart Claude Code, or start a new session, for it to be picked up.
What Cdd Pre PR does
Run a pre-PR checklist for the current branch. Compare against the base branch to identify all changes. This is a verification session: it runs CI gates, code-reviews the diff, and reconciles documentation against the changes.
This session is **fresh and separate** from the implementation session by design, so that the verification work is not biased by the context that produced the change. Any "propose to the user" step in this command is a proposal to the user running this session.
0. Res
Alternatives in Git
- Git Worktree Setup — Create isolated git worktrees with instant feedback and background Rust verification 25.5k ★
- GitHub Review PR — Use when a PR needs full review — resolves merge conflicts with the base first, then fixes CI failures, then a 1.5k ★
- Loki Verify — Run Loki's deterministic PR verification on the current change and summarize the evidence verdict 1.1k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Dbdocs PR
Open a GitHub PR for the current branch with a body that follows .github/PULL_REQUEST_TEMPLATE.md, filled from
Review Merge
Pre-merge exhaustive review of the current branch against its base
V Resume
Resume an interrupted Compound V orchestrator run by run-id. Reconciles state.json against git reality (git-wi
Cdd Merge Base
Integrate the current state of the base branch into the feature branch. Two phases: a dry-run conflict assessm
Check PR
Pre-PR validation checklist - ensures code is ready for pull request.
Stats Newpr
Run the full pre-PR checklist for claude-stats, then open the pull request.
Related Agents
Compare Branch
Compare current branch vs main/staging — changes, risk assessment, merge readiness.
Release Quality Runner
MUST BE USED in Phase 0 of the releasing-erfana skill to enforce the pre-flight checklist before any release t
Gdd Auditor
Independent GDD reviewer. Reads a draft Game Design Document scoped to the current tag, applies a game-design