feat(skills): create gh issue in kata-close research branch#66
Merged
Conversation
Research mode previously ended with "no issue update". Close now creates a follow-up issue capturing summary, findings, and follow-ups, linked back to the research doc. Makes research output discoverable and actionable outside the research doc itself. Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
`gh issue create --label research` fails in repos without that label. Remove the flag from the example and document the safe pattern: verify label exists via `gh label list --search`, apply only if present, or add post-hoc via `gh issue edit --add-label`. Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
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.
Summary
--label research(labels are repo-specific and would causegh issue createto fail in repos without it). Documents the safe label pattern instead.Test plan
researchlabel — confirmgh issue createsucceeds.🤖 Generated with Claude Code