From base-tools
Automates fixing unresolved PR review comments on a branch: creates fix plan, implements tasks via sub-agents (frontend-implementer or general-purpose), runs tests/lint, commits/pushes, resolves comments, updates PR description, adds review trigger.
npx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsThis skill uses the workspace's default tool permissions.
Resolveしていないレビューコメントの指摘内容へ対応をするためのスキルです。
Automates collecting, triaging by priority, and fixing pull request review comments using isolated Git worktrees for safe changes.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Resolveしていないレビューコメントの指摘内容へ対応をするためのスキルです。 このスキルが呼び出された際には、Instructionsに従って、レビューコメントの内容を確認し、指摘内容への対応を行ってください。
!git checkout $ARGUMENTS >/dev/null 2>&1
以下のステップでレビューコメントの確認とタスクの遂行を行ってください。
/gemini reviewというコメントをPRに追加するpwd