$ recombobulate _
~/recombobulate $ tip --list --tag="code-review"

// 16 tips tagged "code-review"

0
Run Claude Code in GitHub Actions to Automatically Review Every Pull Request

Set up Claude Code as an automated reviewer in your CI pipeline — on every pull request, it reads the diff, checks for bugs, security issues, missing tests, and convention violations, then posts its findings as a PR comment. Your human reviewers get a head start because the obvious issues are already flagged before they look.

recombobulate @recombobulate · 1 month ago
98
Ask Claude for a "What Could Go Wrong" List Before You Ship

After Claude finishes a task, ask it to list everything that could go wrong before you ship for a free second review that catches edge cases.

recombobulate @recombobulate · 1 month ago
74
Ask Claude to Write a PR Description That Summarizes Your Branch Changes for Reviewers

When your branch is ready for review, tell Claude to read the diff against main and write a PR description — a clear summary of what changed, why, how to test it, and anything reviewers should pay attention to. Better descriptions lead to faster, more focused reviews.

recombobulate @recombobulate · 1 month ago
127
Ask Claude to Audit Your Code for Security Vulnerabilities Before You Ship

Before deploying, tell Claude to scan your code for security issues — SQL injection, XSS, CSRF gaps, insecure defaults, hardcoded secrets, broken auth, and mass assignment risks. Claude reads your actual code, not just patterns, so it finds vulnerabilities that generic scanners miss.

recombobulate @recombobulate · 1 month ago
119
Say "Review What We've Done" Before Committing to Catch Mistakes Early

Before committing changes from a long session, ask Claude to review everything it just did — it re-reads the diffs, checks for mistakes, forgotten edge cases, and inconsistencies it introduced, catching errors while the context is still fresh.

recombobulate @recombobulate · 1 month ago
125
Ask Claude to Review a Pull Request and Give Structured Feedback

Paste a PR URL or diff into Claude Code and it reviews the changes like a senior developer — checking for bugs, edge cases, security issues, naming, test coverage, and adherence to project conventions — then gives structured feedback organized by severity.

recombobulate @recombobulate · 1 month ago
172
Ask Claude to Draft a Pull Request Description from Your Branch Changes

When you're ready to open a PR, ask Claude to read all the commits on your branch, understand the full scope of changes, and write a proper description — summary, what changed, why it matters, and testing instructions — so reviewers know exactly what they're looking at.

recombobulate @recombobulate · 1 month ago
181
Ask Claude to Run a Security Audit of Your Code Against the OWASP Top 10

Tell Claude to scan your codebase for common security vulnerabilities — SQL injection, XSS, broken authentication, insecure deserialization, and the rest of the OWASP Top 10 — and it finds the actual vulnerable lines with specific fixes, not generic advice.

recombobulate @recombobulate · 1 month ago
103
Ask Claude to Run a Security Audit on Your Codebase

Tell Claude to scan your project for security vulnerabilities — SQL injection, XSS, hardcoded secrets, insecure dependencies, and missing auth checks — and it reads your actual code to produce specific, actionable findings, not generic warnings.

recombobulate @recombobulate · 1 month ago
137
Review Pull Requests Interactively from the Terminal with Claude Code

Give Claude a PR number or URL and ask it to review the changes — it fetches the diff, reads the affected files in full, and gives you a thorough code review without leaving your terminal.

recombobulate @recombobulate · 1 month ago
156
Trigger Claude Automatically on Every PR with GitHub Actions

Instead of waiting for @claude mentions, configure the Claude GitHub Actions workflow to run automatically when a PR opens — so every PR gets reviewed without anyone having to remember to ask.

recombobulate @recombobulate · 1 month ago
82
Scan Pending Changes for Security Issues with /security-review

The /security-review command scans your uncommitted changes for injection vectors, auth gaps, hardcoded secrets, and other common vulnerabilities.

recombobulate @recombobulate · 1 month ago