Agent skill

fix-review-point

Address unresolved review comments on specified branch

Stars 11
Forks 0

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

実行内容

以下のステップでレビューコメントの確認とタスクの遂行を行ってください。

  1. create-review-fix-plan skillを用いてPRの修正プランを確認する
  2. 修正プランから洗い出した各タスクを、base-tools:general-purpose-assistant サブエージェントを使用して実行する
  • サブエージェントの実行はタスクごとに行い、並列で実行可能なタスクがあれば並列で実行する
  1. 全ての実装が完了したら、base-tools:general-purpose-assistant サブエージェントを使用してテストとLintを実行し、全て通過していることを確認する
  • 問題があればbase-tools:general-purpose-assistant サブエージェントを使用して修正を行う
  1. commit-push skillを用いて、変更内容を適切にコミットし、pushする
  • Push後CIの結果は待たずに次のステップへ進む
  1. resolve-pr-comments skillを用いて、すべてのレビューコメントをResolveする
  2. 修正した内容を元に、PRのdescriptionを最新の状態に更新する
  3. /gemini reviewというコメントをPRに追加する

注意事項

  • 作業は全てworktree上で行い、mainブランチで作業は絶対に行わないこと
  • ファイル編集などの作業を行う際は、pwdコマンドでworktree内部であることを確認してから行うこと
    • 作業ディレクトリ: !pwd

Expand your agent's capabilities with these related and highly-rated skills.

getty104/claude-code-marketplace

bump-version

base-toolsプラグインのバージョン(patchバージョン)をインクリメントし、commit-pushでコミット・プッシュする。「バージョンを上げて」「バージョンアップ」「bump version」などのリクエストで使用する。

11 0
Explore
getty104/claude-code-marketplace

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.

11 0
Explore
getty104/claude-code-marketplace

resolve-pr-comments

GitHub PRの未解決Review threadsを一括Resolveします。

11 0
Explore
getty104/claude-code-marketplace

update-issue

Update an existing GitHub Issue's description based on the issue number and request provided as arguments

11 0
Explore
getty104/claude-code-marketplace

create-task-summary

直近一週間で自身が作成したPRを取得し、やったことのサマリーを作成する。週次報告や作業振り返り時に使用。

11 0
Explore
getty104/claude-code-marketplace

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).

11 0
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results