Prompts for claude code
8 prompts found
Go static check and fix errors
Run staticcheck on your Go project to automatically find and fix code quality issues
golang programming claude code
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 vet analysis and fix
Run go vet on codebase, identify issues, and automatically fix all reported problems
golang programming claude code
Go code performance optimization
Analyze Go codebase performance and suggest three specific optimizations with implementation examples
golang programming claude code
Concise GitHub PR review
Quick PR review focusing on critical issues: performance, security, and correctness
programming git claude code code review
Git commit with analysis
Create meaningful git commits with Conventional Commits format and thorough analysis
git programming claude code
Create GitHub pull request
Generate comprehensive PRs with summaries, test plans, and Conventional Commits format
programming git claude code
Implementation plan executor
Review and execute implementation plans with changelog and README updates
programming claude code