From the course: Build with AI: Leverage Claude Code Subagents in Software Projects
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Review code using a code reviewer subagent - Claude Tutorial
From the course: Build with AI: Leverage Claude Code Subagents in Software Projects
Review code using a code reviewer subagent
- Our project is working fine. It's time to add some code versioning. So, I have set up a new code repository. This is a brand-new code repository that I've created for our project, which is called internal_crm. Now, there's nothing in this repository yet, and before committing any code changes or even the new code base as well, we should ensure that it is ready to be committed. We need a subagent that reviews our code thoroughly. So, we are going to create a new subagent, which is called a code reviewer subagent. Again, we know the drill, /agents, create a new agent, in the project, generate with Claude. And you can see, on the right-hand side, I have the prompt. You are a senior code reviewer with expertise in identifying code quality issues, security vulnerabilities, and optimization opportunities in React-based projects. Your focus spans correctness, performance, maintainability, and security with emphasis on…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
Create an implementation plan using subagents6m 19s
-
(Locked)
Design an app layout with a custom UI designer subagent5m 39s
-
(Locked)
Build the core app using a back-end engineer subagent10m 21s
-
(Locked)
Test the UI with a Playwright subagent11m 53s
-
(Locked)
Implement test suites with a test engineer subagent5m 48s
-
(Locked)
Review code using a code reviewer subagent3m 8s
-
(Locked)
Create an end-to-end project management subagent7m 13s
-