with one click
triage-issue
// Triage a GitHub issue — classify priority (P0/P1/P2), search for duplicates, and apply labels.
// Triage a GitHub issue — classify priority (P0/P1/P2), search for duplicates, and apply labels.
Review a FlashList PR or branch, run unit tests, test on iOS simulator, and verify RTL/LTR behavior. Shared context with fix-github-issue skill.
Interact with iOS simulator or Android emulator/device using snapshot-based coordinates. Uses accessibility tree snapshots for precise element targeting, with screenshot verification as fallback. Use when navigating the app on a simulator/emulator.
Analyze agent feedback artifacts from GitHub Actions workflow runs, extract actionable learnings, and incorporate them into skill files and CLAUDE.md. Tracks scan progress to avoid re-processing.
Full workflow for fixing a GitHub issue - understand the problem, reproduce, diagnose root cause, fix, test on iOS/Android simulators, review, and raise a PR
Create a GitHub PR for FlashList. Ensures no AI/Claude attribution in commits or PR body, follows repo conventions for title, description, and test plan.
Upgrade the React Native fixture app to a new version. Covers JS deps, Android (Gradle, Kotlin, SDK), iOS (Podfile, pbxproj), Metro config, and third-party libraries.
| name | triage-issue |
| description | Triage a GitHub issue — classify priority (P0/P1/P2), search for duplicates, and apply labels. |
gh issue list --state open --search "<key terms from the issue>" --limit 5
gh issue list --state closed --search "<key terms from the issue>" --limit 5
P0, P1, or P2):
gh issue edit $ISSUE_NUMBER --add-label "<priority>"
P0, P1, P2. Do NOT apply any other labels (especially not agent-fix).agent-fix), leave them as-is — triage only adds priority labels, never removes existing ones.gh auth, gh api, gh secret, or any gh command other than gh issue.On CI, the issue number should be passed in the workflow prompt. If gh issue commands are blocked by permissions, the workflow's allowedTools or settings.json must include gh issue view, gh issue list, gh issue edit, and gh issue comment.