Agent skill

update-issue

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

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/update-issue

SKILL.md

Update Issue

引数で受け取ったIssue番号と依頼内容をもとにコードを分析し、該当のGitHub Issueのdescriptionを更新するためのスキルです。 このスキルが呼び出された際には、Instructionsに従って、Issueの内容を確認し、コードの分析を行い、Issueのdescriptionの更新を行ってください。

Instructions

実行ステップ

1. デフォルトブランチへの移動

デフォルトブランチに移動し、originをpullして最新状態にしてください。

2. 既存Issueの取得

引数で受け取ったIssue番号のIssueを取得し、現在の内容を確認してください。

gh issue view <Issue番号>

3. タスクの分析

タスクの内容を理解するために、要件定義ドキュメントやデザインファイル(Pencilファイル)を読み込んでください。 Pencilファイルはpencil MCPツールを使用して読み込むこと。

これらの情報をもとに、タスクの背景・目的・関連する仕様を把握してください。

依頼内容

依頼内容は以下の通りです。

$ARGUMENTS

4. コードの分析

Explore サブエージェントで依頼内容に基づき、コードベースをできるだけ詳細に分析してください。 ユーザーへの確認が必要な事項がある場合は途中で質問をせず、実装後、GitHub Issueにコメントしてください。

5. GitHub Issueの更新

ステップ2で取得した既存のIssue内容とステップ3・4の分析結果をもとに、Issueのdescriptionを更新してください。

更新時の注意事項

  • 既存のIssue構造を尊重しつつ、依頼内容を反映する
  • 本文: 以下の構造で作成
    • 概要: タスクの目的と達成すべきゴール
    • 要件: 機能要件と非機能要件のリスト
    • 参照情報: タスクの分析で参照したドキュメントファイルのパスとデザインファイルのパス、およびそれぞれの関連箇所の説明
    • 実装プラン: コードの分析によって策定したフェーズごとの計画
    • 影響範囲: 変更が必要なファイルや関連コード

Issueの更新コマンド

gh issue edit <Issue番号> --body "本文"を使用してください。

6. GitHub Issueへ確認事項のコメントを行う

Issueの更新後、ユーザーにIssueの実施にあたり確認が必要な事項がある場合は、Issueにコメントしてください。

Issueへのコメントコマンド

gh issue comment <Issue番号> --body "コメント内容"を使用してください。

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

fix-review-point

Address unresolved review comments on specified branch

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