Skip to content

feat(skills): create gh issue in kata-close research branch#66

Merged
codevibesmatter merged 2 commits into
mainfrom
chore/kata-close-research-issue-creation
Apr 19, 2026
Merged

feat(skills): create gh issue in kata-close research branch#66
codevibesmatter merged 2 commits into
mainfrom
chore/kata-close-research-issue-creation

Conversation

@codevibesmatter
Copy link
Copy Markdown
Owner

Summary

  • Research mode close now creates a follow-up GitHub issue summarizing findings and follow-ups, linked back to the research doc.
  • Drops the hardcoded --label research (labels are repo-specific and would cause gh issue create to fail in repos without it). Documents the safe label pattern instead.

Test plan

  • Manually run through research-mode close in a repo without a research label — confirm gh issue create succeeds.
  • Confirm the example output renders as intended in the SKILL.md.

🤖 Generated with Claude Code

codevibesmatter and others added 2 commits April 19, 2026 11:45
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>
@codevibesmatter codevibesmatter merged commit 51a2316 into main Apr 19, 2026
1 of 2 checks passed
@codevibesmatter codevibesmatter deleted the chore/kata-close-research-issue-creation branch April 19, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant