Skip to content

chore: add triage skill for GitHub issue review#314

Merged
danstepanov merged 1 commit intomainfrom
chore/add-triage-skill
Mar 31, 2026
Merged

chore: add triage skill for GitHub issue review#314
danstepanov merged 1 commit intomainfrom
chore/add-triage-skill

Conversation

@danstepanov
Copy link
Copy Markdown
Member

Summary

  • Adds a /triage skill that automates GitHub issue investigation for both nativewind/react-native-css and nativewind/nativewind
  • Reads the issue (title, description, comments), determines the affected layer (compiler, native runtime, babel, metro), creates a test-based reproduction, verifies against latest published and local HEAD, then drafts a comment for review
  • References project docs (CLAUDE.md, DEVELOPMENT.md) for architecture context
  • Supports nativewind/react-native-css#45, nativewind/nativewind#123, or bare issue numbers (defaults to react-native-css)

Test plan

  • Run /triage <react-native-css-issue> and verify it reads the issue and creates a reproduction using the correct test domain (native/compiler/babel)
  • Run /triage nativewind/nativewind#<number> and verify it uses the nativewind repo and conventions

Adds a /triage skill that walks through reproducing and verifying
Nativewind and react-native-css GitHub issues. Reads the issue,
determines the version/repo, creates a test-based reproduction,
verifies against both latest published and local HEAD, and drafts
a comment response for review before posting.
@danstepanov danstepanov merged commit ba01ca5 into main Mar 31, 2026
6 checks passed
@danstepanov danstepanov deleted the chore/add-triage-skill branch March 31, 2026 21:25
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