issue-discover: repo から新規 issue 候補を発見する skill を追加 - #61
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #60
目的
リポジトリ内の確認可能な根拠から、既存の open issue と重複しない改善テーマを最大 3 件提案する read-only entry point
issue-discoverを追加します。登録済み issue を選ぶissue-pick、選択後に起票するissue-createとの責務境界も明確化します。変更内容
skills/issue-discover/SKILL.mdをversion: 1.3.0で追加gh api --paginateで repository issues endpoint の全ページを取得し、pull_request項目を除外する手順を定義skills/issue-pick/SKILL.mdを1.3.0に更新し、未起票テーマの発見をissue-discoverに委譲README.mdとAGENTS.mdの skill 一覧・役割・skill graph・plugin / APM 表記を同期影響パス
skills/issue-discover/SKILL.mdskills/issue-pick/SKILL.mdREADME.mdAGENTS.md検証
git diff --check origin/main...HEADgh api --paginate 'repos/{owner}/{repo}/issues?state=open&per_page=100'の実行確認