Prompts for programming

12 prompts found

Branch catchup

Read all modified files in current branch to catch up on changes

git programming claude code

Verification suite

Run all verification checks (lint, typecheck, format, test)

programming claude code

Frontend Aesthetics

Create high-quality front ends that don't look like AI slop

programming design claude code branding marketing

Comprehensive GitHub PR Review

Expert code reviewer prompt for thorough pull request analysis covering quality, security, and best practices

programming git claude code code review

Go code performance optimization

Analyze Go codebase performance and suggest three specific optimizations with implementation examples

golang programming claude code

Go static check and fix errors

Run staticcheck on your Go project to automatically find and fix code quality issues

golang programming claude code

Go vet analysis and fix

Run go vet on codebase, identify issues, and automatically fix all reported problems

golang programming claude code

Create GitHub pull request

Generate comprehensive PRs with summaries, test plans, and Conventional Commits format

programming git claude code

Concise GitHub PR review

Quick PR review focusing on critical issues: performance, security, and correctness

programming git claude code code review

Implementation plan executor

Review and execute implementation plans with changelog and README updates

programming claude code

Git commit with analysis

Create meaningful git commits with Conventional Commits format and thorough analysis

git programming claude code

Clean code principles

Comprehensive clean code guidelines covering naming, structure, DRY, and best practices

cursor rules programming