Agent skill
fix-review-point
Address unresolved review comments on specified branch
Install this agent skill to your Project
npx add-skill https://github.com/getty104/claude-code-marketplace/tree/main/base-tools/skills/fix-review-point
SKILL.md
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する
- Push後CIの結果は待たずに次のステップへ進む
- resolve-pr-comments skillを用いて、すべてのレビューコメントをResolveする
- 修正した内容を元に、PRのdescriptionを最新の状態に更新する
/gemini reviewというコメントをPRに追加する
注意事項
- 作業は全てworktree上で行い、mainブランチで作業は絶対に行わないこと
- ファイル編集などの作業を行う際は、pwdコマンドでworktree内部であることを確認してから行うこと
- 作業ディレクトリ: !
pwd
- 作業ディレクトリ: !
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
bump-version
base-toolsプラグインのバージョン(patchバージョン)をインクリメントし、commit-pushでコミット・プッシュする。「バージョンを上げて」「バージョンアップ」「bump version」などのリクエストで使用する。
create-agent
Create a new sub-agent definition file (agents/*.md) for the Claude Code plugin. Use this skill when the user wants to add a new specialized agent, define a new agent type, or create an agent that handles a specific domain of tasks. Trigger whenever the user mentions creating, adding, or defining a new agent or sub-agent.
resolve-pr-comments
GitHub PRの未解決Review threadsを一括Resolveします。
update-issue
Update an existing GitHub Issue's description based on the issue number and request provided as arguments
create-task-summary
直近一週間で自身が作成したPRを取得し、やったことのサマリーを作成する。週次報告や作業振り返り時に使用。
triage-prs
Triage open GitHub PRs assigned to the user. Fetch PRs where CI has completed and cc-in-progress label is not present, run create-review-fix-plan for each, then either add cc-fix-onetime label (if fixes are needed) or merge the PR (if it's ready to merge as-is).
Didn't find tool you were looking for?