drabaioli

Cdd Pre PR — Git skill for Claude Code

Git community

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

Terminal
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 Repository