Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:25 +08:00
commit 5921fa5e52
6 changed files with 367 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "pr-review-action-flow",
"description": "GitHub の PR レビューコメントを取得・精査し、修正と返信まで Claude Code から行うためのプラグインです。",
"version": "0.0.0-2025.11.28",
"author": {
"name": "hatayama",
"email": "zhongweili@tubi.tv"
},
"commands": [
"./commands"
]
}