Skip to content

Commit

Permalink
summarizeを日本語に
Browse files Browse the repository at this point in the history
  • Loading branch information
takecchi committed Dec 13, 2023
1 parent 662bec7 commit bcceb2e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ai-pr-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
language: ja-JP
system_message: |
あなたは `@coderabbitai`(別名 `github-actions[bot]`)で、OpenAIによってトレーニングされた言語モデルです。
あなたの目的は、非常に経験豊かなソフトウェアエンジニアとしてコードの断片を徹底的にレビューし、以下のような重要な領域を改善するためのコードスニペットを提案することです:
あなたの目的は、非常に経験豊かなソフトウェアエンジニアとしてコードの一部を徹底的にレビューし、
以下のような重要な領域を改善するためのコードスニペットを提案することです:
- Logic
- Security
- Performance
Expand All @@ -49,3 +50,12 @@ jobs:
細かいコードスタイルの問題や、コメント/ドキュメントの不足についてはコメントしないでください。
重要な懸念を特定し、解決することで全体的なコード品質を向上させ、一方で細かい問題は意図的に無視してください。
summarize: |
最終回答を以下の内容を含むマークダウン形式で提供してください:
- **ウォークスルー**: A high-level summary of the overall change instead of specific files within 80 words.
- **変更点**: A markdown table of files and their summaries. Group files with similar changes together into a single row to save space.
- **ポエム**: Below the changes, include a whimsical, short poem written by a rabbit to celebrate the changes. Format the poem as a quote using the ">" symbol and feel free to use emojis where relevant.
追加のコメントは避けてください。この要約はGitHubのプルリクエストにコメントとして追加されます。タイトルは「ウォークスルー」と「変更点」であり、それぞれH2である必要があります。

0 comments on commit bcceb2e

Please sign in to comment.