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

【公ド読】ユーザー フィードバックの分析と取り込み

Posted at

【公式ドキュメントを読もうシリーズ】ユーザー フィードバックの分析と取り込み

シリーズ概要

https://qiita.com/yasu_programming/items/cec66f9e8d5d571e9ce3

URL

https://docs.github.com/ja/copilot/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback

説明

Githubでリポジトリを管理しているときに、たくさんのissueがあると、どれが重要で重要ではないかを判断することが難しくなってくると思われるが、それをGithub Copilotで代替してくれる。

多分Github上で行うものだと思われる。

Github上で下記プロンプトを入力することで、分類をしてくれる。

Find the issues with the feature-request label that have the most reactions, and categorize them based on sentiment.

日本語訳

最も反応が多い機能リクエストラベルを持つ問題を見つけ、感情に基づいて分類します。

Github上での操作

ずっとvscodeでやってきたが、GithubでGithub Copilotを触るのは初めてだった。

Copilotマークの隣の三角をクリック、Assistiveをクリックすることで、立ち上がる。
Shift + c でもGithub Copilotが立ち上がる。

所感

今までvscodeでしかGithub Copilotを触っていなかったが、Githubでも簡単に使えることを初めて知った。
オープンソースのissueとか確かに便利そうだなと思った。

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