[00:00] (0.04s)
All right, so when you're doing development at
[00:03] (3.80s)
any point in time, especially with AI developing assistance, you want to
[00:07] (7.33s)
make sure that you have as many code reviews as possible. So great
[00:10] (10.95s)
thing about this is we now have built in directly into
[00:14] (14.82s)
Claude Code. If we install the GitHub app, what this
[00:18] (18.61s)
will allow us to do is we can have for every pull request,
[00:22] (22.51s)
we'll be able to go ahead here and get an actual code
[00:26] (26.56s)
review set up for each of these different items. So what I'm going to be
[00:30] (30.07s)
able to do here is once I make this approval, I'll be able to have Claude
[00:33] (33.76s)
Code directly in this repository, which is super
[00:37] (37.32s)
cool. So every single code review as we go through, we have multiple
[00:41] (41.11s)
checks and balances. So now we have it fully set up there.
[00:44] (44.84s)
So if I go back over to the, back to the terminal, we
[00:48] (48.53s)
can see that it was installed in the app. I'm going to go
[00:52] (52.14s)
ahead and click enter. And now I can go ahead and give Claude Code to
[00:55] (55.73s)
tag it for issues in pull request comments, as well as an automated
[00:59] (59.97s)
code review. Once I go through and do that, I can say, okay, what do I want
[01:03] (63.62s)
to leverage? And this is probably one of the coolest features of this, right? You can use,
[01:07] (67.50s)
if you have an existing Claude subscription,
[01:11] (71.15s)
you can use your, your pro or your max plans that are there,
[01:15] (75.01s)
or you can enter and leverage an API key. So for this, since I already
[01:18] (78.96s)
have the max plan, I'm going to go ahead and use it. And it's going to
[01:22] (82.63s)
prompt me to be able to authorize if I want to allow it to come through,
[01:26] (86.48s)
which I'll do. And then it will go ahead and say, I can
[01:30] (90.18s)
close the window. So if we come back, we will
[01:33] (93.70s)
now be able to see that we have access to be able
[01:37] (97.38s)
to have a full breakdown of everything that's going to do with the
[01:40] (100.92s)
installation process. And it will actually install Claude
[01:44] (104.51s)
as a pull request itself. All right. And
[01:48] (108.02s)
then once we have the pull request, it'll go through the normal checks and balances
[01:51] (111.92s)
and we will merge this in.
[01:56] (116.10s)
And once it's fully merged, it will run through and be available in our code base to
[01:59] (119.65s)
leverage. [BLANK_AUDIO]