0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CodeRabbit、お前はこれまでに行ったレビュー数を覚えているか?

0
Posted at

CodeRabbitはAIコードレビューサービスです。GitHubやGitLabなどと連携し、PRを自動的にコードレビューします。VS Code機能拡張やCLIも提供しており、こちらは無料で利用できます。パブリックなリポジトリであれば、CodeRabbitを無料で利用できます。

CodeRabbit CLIのバージョン0.4.1に、新しく stats が追加されたので、紹介します。

事前準備

まずCodeRabbit CLIをインストールする必要があります。Windowsの場合はWSL環境が必要です。

curl -fsSL https://cli.coderabbit.ai/install.sh | sh

インストール後、 coderabbit コマンドを使って認証します。

coderabbit auth login

すでにインストールされている方は、 アップデートしてください。

coderabbit update

バージョンが 0.4.1 以上であればOKです。

coderabbit -V    
0.4.1

実行してみる

では stats を実行してみます。

coderabbit stats

そうすると、こんな感じでGitHubのコントリビューショングラフ風の表示が出ます。

image.png

月ごと、曜日ごとのレビュー実行状況が可視化されます。オレンジが強いほど、レビューを行った回数が多い日になります。

他、トータルのレビュー数やIssueの数も表示されます。

まとめ

ちょっとしたジョーク的な機能ですが、自分の開発ログとして眺めてニヤニヤするのも良いんじゃないでしょうか。

CodeRabbitをお使いの方は、ぜひ試してみてください。

CodeRabbit CLI | CLIでのAIコードレビュー

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?