Agent skill
read-unresolved-pr-comments
GitHub PRから未対応のコメントを取得し、修正プランを作成します。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/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サブエージェントを使用して、具体的な修正プランを策定します。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?