{"id":29152907,"url":"https://github.com/fluidfocuschannel/ai-code-review-prompts","last_synced_at":"2026-04-27T18:03:30.398Z","repository":{"id":298738565,"uuid":"1000948084","full_name":"fluidfocuschannel/ai-code-review-prompts","owner":"fluidfocuschannel","description":"Comprehensive AI code review prompts for enterprise development teams. Covers security scanning, SOLID principles, performance optimization, and framework-specific best practices. Ready-to-use with GitHub Copilot, ChatGPT, and Claude for consistent, detailed code quality analysis.","archived":false,"fork":false,"pushed_at":"2025-06-12T15:45:37.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T01:04:23.826Z","etag":null,"topics":["ai","codereview","dast","java","prompts","sast","solid-principles","springboot"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluidfocuschannel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-12T15:09:11.000Z","updated_at":"2025-06-15T09:23:21.000Z","dependencies_parsed_at":"2025-06-12T16:35:38.747Z","dependency_job_id":"76fdc044-fb9e-4882-9b9d-a989cd03b412","html_url":"https://github.com/fluidfocuschannel/ai-code-review-prompts","commit_stats":null,"previous_names":["fluidfocuschannel/ai-code-review-prompts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fluidfocuschannel/ai-code-review-prompts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidfocuschannel%2Fai-code-review-prompts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidfocuschannel%2Fai-code-review-prompts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidfocuschannel%2Fai-code-review-prompts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidfocuschannel%2Fai-code-review-prompts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluidfocuschannel","download_url":"https://codeload.github.com/fluidfocuschannel/ai-code-review-prompts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidfocuschannel%2Fai-code-review-prompts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","codereview","dast","java","prompts","sast","solid-principles","springboot"],"created_at":"2025-07-01T01:03:29.819Z","updated_at":"2026-04-27T18:03:30.362Z","avatar_url":"https://github.com/fluidfocuschannel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Code Review Prompts\n\nA collection of comprehensive AI prompts for automated code reviews across different programming languages and frameworks.\n\n## 🚀 Quick Start\n\n### For GitHub Copilot Users\n1. Copy the prompt from the appropriate file\n2. Open GitHub Copilot Chat in VS Code\n3. Type `@workspace` followed by the prompt\n4. Add your code for review\n\n### For API Users (ChatGPT, Claude, etc.)\n1. Copy the prompt from the appropriate file\n2. Paste it into your preferred AI tool\n3. Add your code after the prompt\n4. Get comprehensive feedback\n\n## 📁 Available Prompts\n\n### Java \u0026 Spring Boot\n- **`java/spring-boot-comprehensive.md`** - Enterprise-grade comprehensive review with 37+ detailed checks\n- **`java/spring-boot-security-comprehensive.md`** - Security-focused analysis with SAST, SCA, DAST preparation, and OWASP ASVS compliance\n\n#### What Gets Reviewed:\n**🔍 Code Quality \u0026 Standards** (Comprehensive Review)\n- Java 21 modern features (records, pattern matching, sealed classes)\n- SOLID principles detailed analysis\n- Enterprise Java patterns and best practices\n- Code readability, maintainability, and documentation\n\n**🏗️ Spring Boot 3+ Framework Analysis** (Comprehensive Review)\n- Configuration and dependency injection patterns\n- REST API design and HTTP standards compliance\n- Data access layer optimization (JPA/Hibernate)\n- Security implementation (Spring Security 6+)\n- Testing strategies and coverage assessment\n\n**🔒 Security \u0026 Vulnerability Assessment** (Both Reviews)\n- Dependency vulnerability scanning (CVE detection)\n- OWASP Top 10 compliance validation\n- Authentication and authorization review\n- Input validation and data protection\n- Security headers and configuration analysis\n\n**🛡️ Advanced Security Analysis** (Security-Focused Review)\n- **SAST Analysis**: SQL injection, XSS, authentication bypass, cryptographic failures\n- **SCA Assessment**: Dependency vulnerabilities, license compliance, supply chain security\n- **DAST Preparation**: Endpoint documentation, testing recommendations, attack scenarios\n- **OWASP ASVS Compliance**: Level 1-3 verification standards with gap analysis\n- **Penetration Testing Readiness**: Scope definition, test scenarios, security roadmap\n\n**⚡ Performance \u0026 Architecture** (Comprehensive Review)\n- Database query optimization and N+1 problem detection\n- Caching strategy evaluation\n- Memory management and resource cleanup\n- Microservices patterns and scalability assessment\n- Circuit breaker and resilience patterns\n\n**📊 Detailed Reporting** (Both Reviews)\n- File-by-file analysis with line numbers\n- Severity classification (Critical/High/Medium/Low)\n- Executive dashboard with quality scores\n- Implementation steps and prevention strategies\n- Technical debt assessment and prioritization\n\n## 🛠️ Usage Example\n\n```bash\n# With GitHub Copilot in VS Code\n@workspace [paste the comprehensive prompt] \n\n# Then add your Java code for review\n```\n\n## 📝 What You Get\n\nEach prompt provides:\n- ✅ Security vulnerability analysis\n- ✅ Best practices compliance\n- ✅ Performance optimization suggestions  \n- ✅ SOLID principles assessment\n- ✅ Detailed improvement recommendations\n\n## 🤝 Contributing\n\nFeel free to:\n- Add new language prompts\n- Improve existing prompts\n- Share your feedback\n\n## ⚠️ Disclaimer\n\nThese prompts generate AI-assisted code reviews that should supplement, not replace, human judgment. Always validate AI recommendations before implementing changes in production environments. Users are responsible for reviewing and testing all suggested modifications.\n\n## 📄 License\n\nMIT License - feel free to use and modify.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidfocuschannel%2Fai-code-review-prompts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidfocuschannel%2Fai-code-review-prompts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidfocuschannel%2Fai-code-review-prompts/lists"}