Agent skill
read-unresolved-pr-comments
GitHub PRから未対応のコメントを取得し、修正プランを作成します。
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/read-unresolved-pr-comments
SKILL.md
Read Unresolved PR Comments
Instructions
以下のステップに従って、GitHubプルリクエストから未対応のコメントを取得し、修正プランを作成します。
未解決のプルリクエストレビューコメントの取得
以下のコマンドを実行して、未解決のプルリクエストレビューコメントを取得します。 scriptsディレクトリはプラグイン内のskills/read-unresolved-pr-comments/配下に配置されています。
bash /プラグインルートパス/skills/read-unresolved-pr-comments/scripts/read-unresolved-pr-comments.sh
修正プランの作成
取得した未解決コメントをもとに、修正プランを作成します。 修正プランは以下のステップで作成してください。
- Exploreサブエージェントを使用して、未解決コメントの内容を分析します。
- Planサブエージェントを使用して、具体的な修正プランを策定します。
Didn't find tool you were looking for?