diff --git a/code-reviews/.video-library.json b/code-reviews/.video-library.json index 8c142538..2ed1ef26 100644 --- a/code-reviews/.video-library.json +++ b/code-reviews/.video-library.json @@ -63,6 +63,12 @@ "youtube_url": "https://youtu.be/qz32GZkGkqc", "title": "kluster.ai Repo Reviews: System-wide Code Analysis for Bugs & Risks", "short_description": "Catch hidden bugs and risks before they hit production with kluster.ai Repo Reviews. System-wide code analysis complements PR reviews.", - "long_description": "Uncover bugs and risks that traditional PR reviews miss with kluster.ai Repo Reviews! \n\nThis video introduces kluster.ai's new Repo Reviews feature, designed to analyze your entire codebase as a system, identifying issues that don't appear in individual changes. It's the perfect complement to your existing PR review process, proactively finding problems before they impact production.\n\nHere’s how to get started:\n- *Connect Your Repository*: Easily link your GitHub or GitLab account.\n- *Select Your Repo*: Choose the repository you want kluster.ai to scan.\n- *Review Identified Issues*: After the scan, get a comprehensive list of all issues found.\n- *Detailed Insights*: Click on any issue for a description, explanation, affected files, and recommended fixes.\n- *AI-Powered Fixes*: Use the 'Fix with AI' feature to quickly transfer issue details to your AI assistant for automated remediation.\n\nRepo Reviews is included with all kluster.ai Enterprise plans. Enhance your code quality and security by finding and fixing hidden issues across your entire codebase.\n\nLearn more and get started with kluster.ai:\nkluster.ai website: \nhttps://www.kluster.ai\n\nkluster.ai Code Reviews Documentation:\nhttps://docs.kluster.ai/code-reviews/\n\nBook a demo with kluster.ai:\nhttps://www.kluster.ai/contact-us\n\n#klusterai #RepoReviews #CodeReview #SoftwareDevelopment #DevOps #CodeQuality #Security #AI #GitHub #GitLab" + "long_description": "Uncover bugs and risks that traditional PR reviews miss with kluster.ai Repo Reviews! \n\nThis video introduces kluster.ai’s new Repo Reviews feature, designed to analyze your entire codebase as a system, identifying issues that don’t appear in individual changes. It’s the perfect complement to your existing PR review process, proactively finding problems before they impact production.\n\nHere’s how to get started:\n- *Connect Your Repository*: Easily link your GitHub or GitLab account.\n- *Select Your Repo*: Choose the repository you want kluster.ai to scan.\n- *Review Identified Issues*: After the scan, get a comprehensive list of all issues found.\n- *Detailed Insights*: Click on any issue for a description, explanation, affected files, and recommended fixes.\n- *AI-Powered Fixes*: Use the ‘Fix with AI’ feature to quickly transfer issue details to your AI assistant for automated remediation.\n\nRepo Reviews is included with all kluster.ai Enterprise plans. Enhance your code quality and security by finding and fixing hidden issues across your entire codebase.\n\nLearn more and get started with kluster.ai:\nkluster.ai website: \nhttps://www.kluster.ai\n\nkluster.ai Code Reviews Documentation:\nhttps://docs.kluster.ai/code-reviews/\n\nBook a demo with kluster.ai:\nhttps://www.kluster.ai/contact-us\n\n#klusterai #RepoReviews #CodeReview #SoftwareDevelopment #DevOps #CodeQuality #Security #AI #GitHub #GitLab" + }, + "claude-code-auto-review": { + "youtube_url": "https://youtu.be/kKmSagZ2zjc", + "title": "kluster.ai Code Reviews with Claude Code: Automated Security & Performance Fixes", + "short_description": "See how kluster.ai Code Reviews automatically finds and fixes critical security and performance issues with Claude Code. Secure your AI-generated code!", + "long_description": "Watch how kluster.ai Code Reviews integrates seamlessly with Claude Code to automatically identify and rectify critical issues in your AI-generated code. In this demo, Claude Code attempts to create an admin API endpoint for deleting product reviews. kluster.ai intervenes with its powerful Deep Reviews to ensure the code is secure, performant, and bug-free.\n\nHere’s what kluster.ai Code Reviews does in this video:\n- *Automated Deep Reviews*: kluster.ai automatically analyzes modified files, even those generated by AI, to perform thorough checks.\n- *High-Severity Issue Detection*: Discovers a high-severity flaw in the new admin deletion endpoint.\n- *Critical Security Vulnerability Fixes*: Identifies and prompts the fix for a critical security issue related to a hard-coded API key fallback.\n- *Performance Optimization*: Uncovers a medium-severity performance issue, which Claude Code then optimizes.\n- *Continuous Verification*: Runs reviews after each change, ensuring that all issues are resolved and no new ones are introduced.\n\nkluster.ai Code Reviews ensures that your AI-assisted development is safe and efficient, preventing bugs and security risks from reaching production.\n\nFor more information, check out these kluster.ai resources:\n\n*Learn more about kluster.ai Code Reviews:*\nhttps://docs.kluster.ai/get-started/api/\n\n*Automatic Reviews with AI-generated code:*\nhttps://docs.kluster.ai/code-reviews/ide-reviews/ai-generated-code/automatic-reviews/\n\n*Quickstart for Automatic Reviews:*\nhttps://docs.kluster.ai/code-reviews/quickstart/\n\n*How kluster.ai speeds up Code Reviews:*\nhttps://www.kluster.ai/blog/code-review-automation\n\n*Install kluster.ai Code Reviews for your IDE or CLI:*\nhttps://docs.kluster.ai/verify\n\nTry kluster.ai Code Reviews today to enhance your code quality and security! Don’t forget to like this video and subscribe to our channel for more insights into efficient and secure coding." } } diff --git a/code-reviews/video-library.md b/code-reviews/video-library.md index 66477c48..3e101654 100644 --- a/code-reviews/video-library.md +++ b/code-reviews/video-library.md @@ -41,6 +41,12 @@ videos: badges: ["VS Code", "On-Demand", "Short"] thumbnail: "images/code-reviews/video-library/on-demand-code-reviews-with-kluster-in-vs-code.webp" description: "Learn how to perform on-demand code reviews directly in VS Code using kluster.ai. Get instant or deep analysis and fix issues with AI." + - youtube_id: kKmSagZ2zjc + title: "kluster.ai Code Reviews with Claude Code: Automated Security & Performance Fixes" + category: "Review in IDE" + badges: ["Claude", "Auto Review"] + thumbnail: "images/code-reviews/video-library/kluster-code-reviews-with-claude-code.webp" + description: "See how kluster.ai Code Reviews automatically finds and fixes critical security and performance issues with Claude Code. Secure your AI-generated code!" - youtube_id: B2x8OkPI1sc title: "Unleash Terminal-Based Code Reviews with kluster.ai CLI!" category: "CLI" diff --git a/images/code-reviews/video-library/kluster-code-reviews-with-claude-code.webp b/images/code-reviews/video-library/kluster-code-reviews-with-claude-code.webp new file mode 100644 index 00000000..88945849 Binary files /dev/null and b/images/code-reviews/video-library/kluster-code-reviews-with-claude-code.webp differ