npx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Address unresolved review comments on specified branch
This skill uses the workspace's default tool permissions.
Fix Review Point
Resolveしていないレビューコメントの指摘内容へ対応をするためのスキルです。 このスキルが呼び出された際には、Instructionsに従って、レビューコメントの内容を確認し、指摘内容への対応を行ってください。
Instructions
!git checkout $ARGUMENTS >/dev/null 2>&1
実行内容
以下のステップでレビューコメントの確認とタスクの遂行を行ってください。
- create-review-fix-plan skillを用いてPRの修正プランを確認する
- 修正プランから洗い出した各タスクを、base-tools:general-purpose-assistantサブエージェントを使用して実行する
- サブエージェントの実行はタスクごとに行い、並列で実行可能なタスクがあれば並列で実行する
- 全ての実装が完了したら、base-tools:general-purpose-assistantサブエージェントを使用してテストとLintを実行し、全て通過していることを確認する
- 問題があればbase-tools:general-purpose-assistantサブエージェントを使用して修正を行う
- commit-push skillを用いて、変更内容を適切にコミットし、pushする
- resolve-pr-comments skillを用いて、すべてのレビューコメントをResolveする
- 修正した内容を元に、PRのdescriptionを最新の状態に更新する
- Dockerを使用していた場合は、作成したDockerのコンテナを削除する
/gemini reviewというコメントをPRに追加する
注意事項
- 作業は全てworktree上で行い、mainブランチで作業は絶対に行わないこと
- ファイル編集などの作業を行う際は、pwdコマンドでworktree内部であることを確認してから行うこと
- 作業ディレクトリ: !
pwd
- 作業ディレクトリ: !
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.