npx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
GitHub PRの未解決レビューコメントとCIステータスを確認し、修正プランを作成します。
This skill uses the workspace's default tool permissions.
scripts/fetch-unresolved-comments.shCreate Review Fix Plan
GitHubのプルリクエスト(PR)から未解決のレビューコメントとCIステータスを確認し、修正プランを作成します。
Instructions
実行ステップ
1. 未解決のプルリクエストレビューコメントの取得
以下のコマンドを実行して、未解決のプルリクエストレビューコメントを取得します。 scriptsディレクトリはプラグイン内のskills/create-review-fix-plan/配下に配置されています。
bash /プラグインルートパス/skills/create-review-fix-plan/scripts/fetch-unresolved-comments.sh
2. CIのステータスの確認
CIのステータスを確認し、失敗している場合は失敗している原因を特定します。
gh pr checks <PR番号>
失敗しているチェックがある場合は、以下のコマンドで詳細なログを確認します。
gh run view <run-id> --log-failed
3. 修正プランの作成
取得した未解決コメントとCIのステータスをもとに、修正プランを作成します。 修正プランは以下のステップで作成してください。
- 未解決コメントの内容を詳細に分析する
- コメントが指摘している問題点や改善点をExploreサブエージェントを用いて特定する
- コメントの背景や意図を理解する
- 修正が必要なコード箇所を特定する
- CIの失敗原因を分析する
- どのテストが失敗しているかを特定する
- 失敗しているテストの内容と関連するコードをExploreサブエージェントを用いて確認する
- 失敗の原因がコードの問題なのか、テストの問題なのかを判断する
- 分析した内容をもとに、具体的な修正プランを策定する
修正プラン作成時の重要なルール
- プランは具体的かつ並列実行可能な単位で分解すること
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.