7
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

お題は不問!Qiita Engineer Festa 2023で記事投稿!

GitHubのコメントをChatGPTでポジティブにするChrome拡張を作ってみた

Posted at

背景

Slackで開発チームのメンバーからおすすめ記事をいただいた。
スクリーンショット 2023-07-13 9.44.46.png

そして自分がコメントして

Gitでコメント書いてPOSTしたら、はんなり変換後にコメント差し替えてPOSTしてくれるChrome拡張機能とか作ると面白いかもですね :thinking:

実際にChrome拡張機能を作りました。

作ったもの

「Friendly GitHub comments」というChrome拡張機能です。
GitHubのPull Requestに入力したコメントをChatGPTで各種方言に変換します。

ChromeウェブストアからChromeブラウザにインストールできます。

使ってみる

最初にオプションからChatGPTのAPIキーを保存する必要があります。
(保存先はLocal Storageなのでブラウザ内にだけ保存されます)
スクリーンショット 2023-07-13 9.53.45.png

GitHubのPull Requestにコメントを入力して、Chrome拡張機能のアイコンから「コメントを変換する」以下にある変換後の方言を選択。
スクリーンショット 2023-07-13 10.01.25.png

ChatGPTがコメントを選択した方言に変換してくれます(口が悪い時もあります :sweat_smile:
スクリーンショット 2023-07-13 10.01.56.png

拡張機能から「コメントを変換前に戻す」を選択すれば、元のコメントにもすぐ戻せます。
スクリーンショット 2023-07-13 10.02.32.png

じわじわ広がってほしい

Pull Requestのコメントをポジティブに言い換えて、開発チーム内の心理的安全性を高めましょう!

作るきっかけになった記事

ありがとうございます :bow:
https://qiita.com/Yametaro/items/1ad077ef8e98c436dfeb

7
1
2

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
7
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?