add_comment
Add a comment to a GitHub issue to update task status or provide feedback. Optionally change the issue state to open or closed while commenting.
Instructions
タスクにコメントを追加
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | コメントの内容(Markdown形式対応) | |
| repo | Yes | GitHubリポジトリ名 | |
| state | No | コメント時に変更するissueの状態(オプション) | |
| issue_number | Yes | タスク(Issue)のID |