Prompts for programming
9 prompts found
Go static check and fix errors
Run staticcheck on your Go project to automatically find and fix code quality issues
Comprehensive GitHub PR Review
Expert code reviewer prompt for thorough pull request analysis covering quality, security, and best practices
Go vet analysis and fix
Run go vet on codebase, identify issues, and automatically fix all reported problems
Go code performance optimization
Analyze Go codebase performance and suggest three specific optimizations with implementation examples
Concise GitHub PR review
Quick PR review focusing on critical issues: performance, security, and correctness
Git commit with analysis
Create meaningful git commits with Conventional Commits format and thorough analysis
Create GitHub pull request
Generate comprehensive PRs with summaries, test plans, and Conventional Commits format
Implementation plan executor
Review and execute implementation plans with changelog and README updates
Clean code principles
Comprehensive clean code guidelines covering naming, structure, DRY, and best practices