AI Prompts for Claude Code
13 prompts purpose-built for Claude Code — from git workflows and code reviews to static analysis and verification suites.
AI Code Slop Reviewer Prompt
AI code review prompt to identify and remove AI-generated slop — excessive comments, unnecessary defensive code, type workarounds, and over-engineering
Dead Code Audit Prompt
AI prompt for comprehensive codebase audits to find all unused files, functions, classes, and variables that can be safely deleted
Verification Suite Prompt
AI prompt to run all code verification checks — linting, typechecking, formatting, and tests — and report results concisely
Branch Catchup Prompt
AI prompt to read all modified files in the current git branch and summarize completed vs in-progress changes
Frontend Aesthetics Prompt
AI design prompt to build distinctive, high-quality frontend interfaces that avoid generic AI-generated aesthetics
Go Static Check and Fix Errors Prompt
AI prompt to run staticcheck on Go projects, automatically detecting and fixing code quality issues and common bugs
Go Code Performance Optimization Prompt
AI prompt to analyze Go codebase performance and generate three targeted optimizations with implementation examples and benchmarks
Comprehensive GitHub PR Review Prompt
AI code review prompt for thorough GitHub pull request analysis covering code quality, security vulnerabilities, and engineering best practices
Git Commit with Analysis Prompt
AI prompt to generate meaningful git commits using Conventional Commits format with thorough change analysis
Go Vet Analysis and Fix Prompt
AI prompt to run go vet analysis on your codebase, identify all issues, and automatically apply fixes
Create GitHub Pull Request Prompt
AI prompt to generate comprehensive GitHub pull requests with summaries, test plans, and Conventional Commits format
Concise GitHub PR Review Prompt
Fast AI code review prompt for GitHub PRs focused on performance bottlenecks, security flaws, and correctness issues
Implementation Plan Executor Prompt
AI prompt to review and execute implementation plans step-by-step with changelog and README updates