[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-callstack-github":3,"mdc-3jf7go-key":36,"related-org-callstack-github":666,"related-repo-callstack-github":842},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"github","manage GitHub PRs with gh CLI","GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation. Use when working with GitHub PRs, merging strategies, or repository management tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"callstack","Callstack","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcallstack.png","callstackincubator",[13,16,19,22],{"name":14,"slug":4,"type":15},"GitHub","tag",{"name":17,"slug":18,"type":15},"Code Review","code-review",{"name":20,"slug":21,"type":15},"CLI","cli",{"name":23,"slug":24,"type":15},"Pull Requests","pull-requests",1527,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fagent-skills","2026-04-06T18:06:37.430056","MIT",109,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"A collection of agent-optimized React Native skills for AI coding assistants.","https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fagent-skills\u002Ftree\u002FHEAD\u002Fskills\u002Fgithub","---\nname: github\ndescription: GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation. Use when working with GitHub PRs, merging strategies, or repository management tasks.\nlicense: MIT\nmetadata:\n  author: Callstack\n  tags: github, gh-cli, pull-request, stacked-pr, squash, rebase\n---\n\n# GitHub Patterns\n\n## Tools\n\nUse `gh` CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage.\n\n## Quick Commands\n\n```bash\n# Create a PR from the current branch\ngh pr create --title \"feat: add feature\" --body \"Description\"\n\n# Squash-merge a PR\ngh pr merge \u003CPR_NUMBER> --squash --title \"feat: add feature (#\u003CPR_NUMBER>)\"\n\n# View PR status and checks\ngh pr status\ngh pr checks \u003CPR_NUMBER>\n```\n\n## Stacked PR Workflow Summary\n\nWhen merging a chain of stacked PRs (each targeting the previous branch):\n\n1. **Merge the first PR** into main via squash merge\n2. **For each subsequent PR**: rebase onto main, update base to main, then squash merge\n3. **On conflicts**: stop and ask the user to resolve manually\n\n```bash\n# Rebase next PR's branch onto main, excluding already-merged commits\ngit rebase --onto origin\u002Fmain \u003Cold-base-branch> \u003Cnext-branch>\ngit push --force-with-lease origin \u003Cnext-branch>\ngh pr edit \u003CN> --base main\ngh pr merge \u003CN> --squash --title \"\u003CPR title> (#N)\"\n```\n\nSee [stacked-pr-workflow.md][stacked-pr-workflow] for full step-by-step details.\n\n## Quick Reference\n\n| File | Description |\n| --- | --- |\n| [stacked-pr-workflow.md][stacked-pr-workflow] | Merge stacked PRs into main as individual squash commits |\n\n## Problem -> Skill Mapping\n\n| Problem | Start With |\n| --- | --- |\n| Merge stacked PRs cleanly | [stacked-pr-workflow.md][stacked-pr-workflow] |\n\n[stacked-pr-workflow]: references\u002Fstacked-pr-workflow.md\n",{"data":37,"body":40},{"name":4,"description":6,"license":28,"metadata":38},{"author":9,"tags":39},"github, gh-cli, pull-request, stacked-pr, squash, rebase",{"type":41,"children":42},"root",[43,52,59,74,80,310,316,321,357,555,569,575,617,623,660],{"type":44,"tag":45,"props":46,"children":48},"element","h1",{"id":47},"github-patterns",[49],{"type":50,"value":51},"text","GitHub Patterns",{"type":44,"tag":53,"props":54,"children":56},"h2",{"id":55},"tools",[57],{"type":50,"value":58},"Tools",{"type":44,"tag":60,"props":61,"children":62},"p",{},[63,65,72],{"type":50,"value":64},"Use ",{"type":44,"tag":66,"props":67,"children":69},"code",{"className":68},[],[70],{"type":50,"value":71},"gh",{"type":50,"value":73}," CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage.",{"type":44,"tag":53,"props":75,"children":77},{"id":76},"quick-commands",[78],{"type":50,"value":79},"Quick Commands",{"type":44,"tag":81,"props":82,"children":87},"pre",{"className":83,"code":84,"language":85,"meta":86,"style":86},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Create a PR from the current branch\ngh pr create --title \"feat: add feature\" --body \"Description\"\n\n# Squash-merge a PR\ngh pr merge \u003CPR_NUMBER> --squash --title \"feat: add feature (#\u003CPR_NUMBER>)\"\n\n# View PR status and checks\ngh pr status\ngh pr checks \u003CPR_NUMBER>\n","bash","",[88],{"type":44,"tag":66,"props":89,"children":90},{"__ignoreMap":86},[91,103,163,173,182,242,250,259,276],{"type":44,"tag":92,"props":93,"children":96},"span",{"class":94,"line":95},"line",1,[97],{"type":44,"tag":92,"props":98,"children":100},{"style":99},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[101],{"type":50,"value":102},"# Create a PR from the current branch\n",{"type":44,"tag":92,"props":104,"children":106},{"class":94,"line":105},2,[107,112,118,123,128,134,139,144,149,153,158],{"type":44,"tag":92,"props":108,"children":110},{"style":109},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[111],{"type":50,"value":71},{"type":44,"tag":92,"props":113,"children":115},{"style":114},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[116],{"type":50,"value":117}," pr",{"type":44,"tag":92,"props":119,"children":120},{"style":114},[121],{"type":50,"value":122}," create",{"type":44,"tag":92,"props":124,"children":125},{"style":114},[126],{"type":50,"value":127}," --title",{"type":44,"tag":92,"props":129,"children":131},{"style":130},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[132],{"type":50,"value":133}," \"",{"type":44,"tag":92,"props":135,"children":136},{"style":114},[137],{"type":50,"value":138},"feat: add feature",{"type":44,"tag":92,"props":140,"children":141},{"style":130},[142],{"type":50,"value":143},"\"",{"type":44,"tag":92,"props":145,"children":146},{"style":114},[147],{"type":50,"value":148}," --body",{"type":44,"tag":92,"props":150,"children":151},{"style":130},[152],{"type":50,"value":133},{"type":44,"tag":92,"props":154,"children":155},{"style":114},[156],{"type":50,"value":157},"Description",{"type":44,"tag":92,"props":159,"children":160},{"style":130},[161],{"type":50,"value":162},"\"\n",{"type":44,"tag":92,"props":164,"children":166},{"class":94,"line":165},3,[167],{"type":44,"tag":92,"props":168,"children":170},{"emptyLinePlaceholder":169},true,[171],{"type":50,"value":172},"\n",{"type":44,"tag":92,"props":174,"children":176},{"class":94,"line":175},4,[177],{"type":44,"tag":92,"props":178,"children":179},{"style":99},[180],{"type":50,"value":181},"# Squash-merge a PR\n",{"type":44,"tag":92,"props":183,"children":185},{"class":94,"line":184},5,[186,190,194,199,204,209,215,220,225,229,233,238],{"type":44,"tag":92,"props":187,"children":188},{"style":109},[189],{"type":50,"value":71},{"type":44,"tag":92,"props":191,"children":192},{"style":114},[193],{"type":50,"value":117},{"type":44,"tag":92,"props":195,"children":196},{"style":114},[197],{"type":50,"value":198}," merge",{"type":44,"tag":92,"props":200,"children":201},{"style":130},[202],{"type":50,"value":203}," \u003C",{"type":44,"tag":92,"props":205,"children":206},{"style":114},[207],{"type":50,"value":208},"PR_NUMBE",{"type":44,"tag":92,"props":210,"children":212},{"style":211},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[213],{"type":50,"value":214},"R",{"type":44,"tag":92,"props":216,"children":217},{"style":130},[218],{"type":50,"value":219},">",{"type":44,"tag":92,"props":221,"children":222},{"style":114},[223],{"type":50,"value":224}," --squash",{"type":44,"tag":92,"props":226,"children":227},{"style":114},[228],{"type":50,"value":127},{"type":44,"tag":92,"props":230,"children":231},{"style":130},[232],{"type":50,"value":133},{"type":44,"tag":92,"props":234,"children":235},{"style":114},[236],{"type":50,"value":237},"feat: add feature (#\u003CPR_NUMBER>)",{"type":44,"tag":92,"props":239,"children":240},{"style":130},[241],{"type":50,"value":162},{"type":44,"tag":92,"props":243,"children":245},{"class":94,"line":244},6,[246],{"type":44,"tag":92,"props":247,"children":248},{"emptyLinePlaceholder":169},[249],{"type":50,"value":172},{"type":44,"tag":92,"props":251,"children":253},{"class":94,"line":252},7,[254],{"type":44,"tag":92,"props":255,"children":256},{"style":99},[257],{"type":50,"value":258},"# View PR status and checks\n",{"type":44,"tag":92,"props":260,"children":262},{"class":94,"line":261},8,[263,267,271],{"type":44,"tag":92,"props":264,"children":265},{"style":109},[266],{"type":50,"value":71},{"type":44,"tag":92,"props":268,"children":269},{"style":114},[270],{"type":50,"value":117},{"type":44,"tag":92,"props":272,"children":273},{"style":114},[274],{"type":50,"value":275}," status\n",{"type":44,"tag":92,"props":277,"children":279},{"class":94,"line":278},9,[280,284,288,293,297,301,305],{"type":44,"tag":92,"props":281,"children":282},{"style":109},[283],{"type":50,"value":71},{"type":44,"tag":92,"props":285,"children":286},{"style":114},[287],{"type":50,"value":117},{"type":44,"tag":92,"props":289,"children":290},{"style":114},[291],{"type":50,"value":292}," checks",{"type":44,"tag":92,"props":294,"children":295},{"style":130},[296],{"type":50,"value":203},{"type":44,"tag":92,"props":298,"children":299},{"style":114},[300],{"type":50,"value":208},{"type":44,"tag":92,"props":302,"children":303},{"style":211},[304],{"type":50,"value":214},{"type":44,"tag":92,"props":306,"children":307},{"style":130},[308],{"type":50,"value":309},">\n",{"type":44,"tag":53,"props":311,"children":313},{"id":312},"stacked-pr-workflow-summary",[314],{"type":50,"value":315},"Stacked PR Workflow Summary",{"type":44,"tag":60,"props":317,"children":318},{},[319],{"type":50,"value":320},"When merging a chain of stacked PRs (each targeting the previous branch):",{"type":44,"tag":322,"props":323,"children":324},"ol",{},[325,337,347],{"type":44,"tag":326,"props":327,"children":328},"li",{},[329,335],{"type":44,"tag":330,"props":331,"children":332},"strong",{},[333],{"type":50,"value":334},"Merge the first PR",{"type":50,"value":336}," into main via squash merge",{"type":44,"tag":326,"props":338,"children":339},{},[340,345],{"type":44,"tag":330,"props":341,"children":342},{},[343],{"type":50,"value":344},"For each subsequent PR",{"type":50,"value":346},": rebase onto main, update base to main, then squash merge",{"type":44,"tag":326,"props":348,"children":349},{},[350,355],{"type":44,"tag":330,"props":351,"children":352},{},[353],{"type":50,"value":354},"On conflicts",{"type":50,"value":356},": stop and ask the user to resolve manually",{"type":44,"tag":81,"props":358,"children":360},{"className":83,"code":359,"language":85,"meta":86,"style":86},"# Rebase next PR's branch onto main, excluding already-merged commits\ngit rebase --onto origin\u002Fmain \u003Cold-base-branch> \u003Cnext-branch>\ngit push --force-with-lease origin \u003Cnext-branch>\ngh pr edit \u003CN> --base main\ngh pr merge \u003CN> --squash --title \"\u003CPR title> (#N)\"\n",[361],{"type":44,"tag":66,"props":362,"children":363},{"__ignoreMap":86},[364,372,430,468,507],{"type":44,"tag":92,"props":365,"children":366},{"class":94,"line":95},[367],{"type":44,"tag":92,"props":368,"children":369},{"style":99},[370],{"type":50,"value":371},"# Rebase next PR's branch onto main, excluding already-merged commits\n",{"type":44,"tag":92,"props":373,"children":374},{"class":94,"line":105},[375,380,385,390,395,399,404,409,413,417,422,426],{"type":44,"tag":92,"props":376,"children":377},{"style":109},[378],{"type":50,"value":379},"git",{"type":44,"tag":92,"props":381,"children":382},{"style":114},[383],{"type":50,"value":384}," rebase",{"type":44,"tag":92,"props":386,"children":387},{"style":114},[388],{"type":50,"value":389}," --onto",{"type":44,"tag":92,"props":391,"children":392},{"style":114},[393],{"type":50,"value":394}," origin\u002Fmain",{"type":44,"tag":92,"props":396,"children":397},{"style":130},[398],{"type":50,"value":203},{"type":44,"tag":92,"props":400,"children":401},{"style":114},[402],{"type":50,"value":403},"old-base-branc",{"type":44,"tag":92,"props":405,"children":406},{"style":211},[407],{"type":50,"value":408},"h",{"type":44,"tag":92,"props":410,"children":411},{"style":130},[412],{"type":50,"value":219},{"type":44,"tag":92,"props":414,"children":415},{"style":130},[416],{"type":50,"value":203},{"type":44,"tag":92,"props":418,"children":419},{"style":114},[420],{"type":50,"value":421},"next-branc",{"type":44,"tag":92,"props":423,"children":424},{"style":211},[425],{"type":50,"value":408},{"type":44,"tag":92,"props":427,"children":428},{"style":130},[429],{"type":50,"value":309},{"type":44,"tag":92,"props":431,"children":432},{"class":94,"line":165},[433,437,442,447,452,456,460,464],{"type":44,"tag":92,"props":434,"children":435},{"style":109},[436],{"type":50,"value":379},{"type":44,"tag":92,"props":438,"children":439},{"style":114},[440],{"type":50,"value":441}," push",{"type":44,"tag":92,"props":443,"children":444},{"style":114},[445],{"type":50,"value":446}," --force-with-lease",{"type":44,"tag":92,"props":448,"children":449},{"style":114},[450],{"type":50,"value":451}," origin",{"type":44,"tag":92,"props":453,"children":454},{"style":130},[455],{"type":50,"value":203},{"type":44,"tag":92,"props":457,"children":458},{"style":114},[459],{"type":50,"value":421},{"type":44,"tag":92,"props":461,"children":462},{"style":211},[463],{"type":50,"value":408},{"type":44,"tag":92,"props":465,"children":466},{"style":130},[467],{"type":50,"value":309},{"type":44,"tag":92,"props":469,"children":470},{"class":94,"line":175},[471,475,479,484,488,493,497,502],{"type":44,"tag":92,"props":472,"children":473},{"style":109},[474],{"type":50,"value":71},{"type":44,"tag":92,"props":476,"children":477},{"style":114},[478],{"type":50,"value":117},{"type":44,"tag":92,"props":480,"children":481},{"style":114},[482],{"type":50,"value":483}," edit",{"type":44,"tag":92,"props":485,"children":486},{"style":130},[487],{"type":50,"value":203},{"type":44,"tag":92,"props":489,"children":490},{"style":211},[491],{"type":50,"value":492},"N",{"type":44,"tag":92,"props":494,"children":495},{"style":130},[496],{"type":50,"value":219},{"type":44,"tag":92,"props":498,"children":499},{"style":114},[500],{"type":50,"value":501}," --base",{"type":44,"tag":92,"props":503,"children":504},{"style":114},[505],{"type":50,"value":506}," main\n",{"type":44,"tag":92,"props":508,"children":509},{"class":94,"line":184},[510,514,518,522,526,530,534,538,542,546,551],{"type":44,"tag":92,"props":511,"children":512},{"style":109},[513],{"type":50,"value":71},{"type":44,"tag":92,"props":515,"children":516},{"style":114},[517],{"type":50,"value":117},{"type":44,"tag":92,"props":519,"children":520},{"style":114},[521],{"type":50,"value":198},{"type":44,"tag":92,"props":523,"children":524},{"style":130},[525],{"type":50,"value":203},{"type":44,"tag":92,"props":527,"children":528},{"style":211},[529],{"type":50,"value":492},{"type":44,"tag":92,"props":531,"children":532},{"style":130},[533],{"type":50,"value":219},{"type":44,"tag":92,"props":535,"children":536},{"style":114},[537],{"type":50,"value":224},{"type":44,"tag":92,"props":539,"children":540},{"style":114},[541],{"type":50,"value":127},{"type":44,"tag":92,"props":543,"children":544},{"style":130},[545],{"type":50,"value":133},{"type":44,"tag":92,"props":547,"children":548},{"style":114},[549],{"type":50,"value":550},"\u003CPR title> (#N)",{"type":44,"tag":92,"props":552,"children":553},{"style":130},[554],{"type":50,"value":162},{"type":44,"tag":60,"props":556,"children":557},{},[558,560,567],{"type":50,"value":559},"See ",{"type":44,"tag":561,"props":562,"children":564},"a",{"href":563},"references\u002Fstacked-pr-workflow.md",[565],{"type":50,"value":566},"stacked-pr-workflow.md",{"type":50,"value":568}," for full step-by-step details.",{"type":44,"tag":53,"props":570,"children":572},{"id":571},"quick-reference",[573],{"type":50,"value":574},"Quick Reference",{"type":44,"tag":576,"props":577,"children":578},"table",{},[579,597],{"type":44,"tag":580,"props":581,"children":582},"thead",{},[583],{"type":44,"tag":584,"props":585,"children":586},"tr",{},[587,593],{"type":44,"tag":588,"props":589,"children":590},"th",{},[591],{"type":50,"value":592},"File",{"type":44,"tag":588,"props":594,"children":595},{},[596],{"type":50,"value":157},{"type":44,"tag":598,"props":599,"children":600},"tbody",{},[601],{"type":44,"tag":584,"props":602,"children":603},{},[604,612],{"type":44,"tag":605,"props":606,"children":607},"td",{},[608],{"type":44,"tag":561,"props":609,"children":610},{"href":563},[611],{"type":50,"value":566},{"type":44,"tag":605,"props":613,"children":614},{},[615],{"type":50,"value":616},"Merge stacked PRs into main as individual squash commits",{"type":44,"tag":53,"props":618,"children":620},{"id":619},"problem-skill-mapping",[621],{"type":50,"value":622},"Problem -> Skill Mapping",{"type":44,"tag":576,"props":624,"children":625},{},[626,642],{"type":44,"tag":580,"props":627,"children":628},{},[629],{"type":44,"tag":584,"props":630,"children":631},{},[632,637],{"type":44,"tag":588,"props":633,"children":634},{},[635],{"type":50,"value":636},"Problem",{"type":44,"tag":588,"props":638,"children":639},{},[640],{"type":50,"value":641},"Start With",{"type":44,"tag":598,"props":643,"children":644},{},[645],{"type":44,"tag":584,"props":646,"children":647},{},[648,653],{"type":44,"tag":605,"props":649,"children":650},{},[651],{"type":50,"value":652},"Merge stacked PRs cleanly",{"type":44,"tag":605,"props":654,"children":655},{},[656],{"type":44,"tag":561,"props":657,"children":658},{"href":563},[659],{"type":50,"value":566},{"type":44,"tag":661,"props":662,"children":663},"style",{},[664],{"type":50,"value":665},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":667,"total":841},[668,690,702,709,723,735,750,769,784,796,813,827],{"slug":669,"name":669,"fn":670,"description":671,"org":672,"tags":673,"stars":25,"repoUrl":26,"updatedAt":689},"assess-react-native-migration","assess mobile product React Native migration","Assesses whether and how an existing mobile product should migrate to React Native. Use when auditing one or more product repositories for migration readiness, including products whose iOS, Android, and other clients live in separate directories or repositories; choosing brownfield, greenfield, or a checkpoint-based path; defining a representative trial; or preparing a baseline and ROI decision before implementation. When product scope or material evidence is unavailable, grills the stakeholder with exactly one question per turn instead of sending a questionnaire.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[674,677,680,683,686],{"name":675,"slug":676,"type":15},"Android","android",{"name":678,"slug":679,"type":15},"iOS","ios",{"name":681,"slug":682,"type":15},"Migration","migration",{"name":684,"slug":685,"type":15},"Mobile","mobile",{"name":687,"slug":688,"type":15},"React Native","react-native","2026-07-11T05:40:57.94641",{"slug":691,"name":691,"fn":692,"description":693,"org":694,"tags":695,"stars":25,"repoUrl":26,"updatedAt":701},"create-react-native-library","scaffold React Native libraries","Scaffolds React Native libraries with create-react-native-library for standalone libraries or local native modules and views. Use when creating or working on React Native libraries or adding native functionality in an existing app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[696,699,700],{"name":697,"slug":698,"type":15},"Engineering","engineering",{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},"2026-06-26T07:57:53.098041",{"slug":4,"name":4,"fn":5,"description":6,"org":703,"tags":704,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[705,706,707,708],{"name":20,"slug":21,"type":15},{"name":17,"slug":18,"type":15},{"name":14,"slug":4,"type":15},{"name":23,"slug":24,"type":15},{"slug":710,"name":710,"fn":711,"description":712,"org":713,"tags":714,"stars":25,"repoUrl":26,"updatedAt":722},"github-actions","build React Native apps in GitHub Actions","GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build pipelines or downloading GitHub Actions artifacts via gh CLI and GitHub API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[715,718,720,721],{"name":716,"slug":717,"type":15},"CI\u002FCD","cicd",{"name":719,"slug":710,"type":15},"GitHub Actions",{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},"2026-04-06T18:06:38.661459",{"slug":724,"name":724,"fn":725,"description":726,"org":727,"tags":728,"stars":25,"repoUrl":26,"updatedAt":734},"react-native-best-practices","optimize React Native app performance","Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[729,730,733],{"name":684,"slug":685,"type":15},{"name":731,"slug":732,"type":15},"Performance","performance",{"name":687,"slug":688,"type":15},"2026-04-06T18:06:41.158478",{"slug":736,"name":736,"fn":737,"description":738,"org":739,"tags":740,"stars":25,"repoUrl":26,"updatedAt":749},"react-native-brownfield-migration","migrate native apps to React Native","Implements an accepted incremental brownfield migration from native iOS or Android to React Native or Expo using @callstack\u002Freact-native-brownfield. Use after the brownfield path has been selected, when setting up the integration, packaging XCFramework or AAR artifacts, or adding React Native surfaces to native hosts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[741,742,745,746,747,748],{"name":675,"slug":676,"type":15},{"name":743,"slug":744,"type":15},"Expo","expo",{"name":678,"slug":679,"type":15},{"name":681,"slug":682,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},"2026-04-06T18:06:42.392689",{"slug":751,"name":751,"fn":752,"description":753,"org":754,"tags":755,"stars":25,"repoUrl":26,"updatedAt":768},"react-native-tv-best-practices","review React Native TV application quality","Reviews React Native TV apps for focus\u002FD-pad navigation, 10-foot UI layout, TV playback\u002FDRM integration, low-memory TV performance, and TV accessibility. Use when building, debugging, or reviewing react-native-tvos, Expo TV, Amazon Vega\u002FKepler, or React Native web TV targets where the issue depends on remote input, TV focus, TV packaging, TV hardware, or TV playback constraints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[756,759,762,763,764,765],{"name":757,"slug":758,"type":15},"Accessibility","accessibility",{"name":760,"slug":761,"type":15},"Frontend","frontend",{"name":684,"slug":685,"type":15},{"name":731,"slug":732,"type":15},{"name":687,"slug":688,"type":15},{"name":766,"slug":767,"type":15},"UI Components","ui-components","2026-06-28T08:04:16.29881",{"slug":770,"name":770,"fn":771,"description":772,"org":773,"tags":774,"stars":25,"repoUrl":26,"updatedAt":783},"react-navigation","configure React Navigation UI patterns","Provides React Navigation UI patterns for stacks, tabs, drawers etc. Use when building navigation UIs with React Navigation, configuring headers, bottom sheets or handling safe areas and insets.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[775,776,777,780],{"name":760,"slug":761,"type":15},{"name":684,"slug":685,"type":15},{"name":778,"slug":779,"type":15},"Navigation","navigation",{"name":781,"slug":782,"type":15},"React","react","2026-06-26T07:57:54.478042",{"slug":785,"name":785,"fn":786,"description":787,"org":788,"tags":789,"stars":25,"repoUrl":26,"updatedAt":795},"upgrading-react-native","upgrade React Native apps","Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x to 0.y, or migrating Expo SDK alongside a React Native upgrade.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[790,791,792,793,794],{"name":675,"slug":676,"type":15},{"name":678,"slug":679,"type":15},{"name":681,"slug":682,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},"2026-04-06T18:06:39.914409",{"slug":797,"name":797,"fn":798,"description":799,"org":800,"tags":801,"stars":810,"repoUrl":811,"updatedAt":812},"react-native-ai-skills","integrate on-device AI in React Native","Provides integration recipes for the React Native AI @react-native-ai packages that wrap the Llama.rn (Llama.cpp), MLC-LLM, Apple Foundation backends. Use when integrating local on-device AI in React Native, setting up providers, model management.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[802,805,808,809],{"name":803,"slug":804,"type":15},"AI Infrastructure","ai-infrastructure",{"name":806,"slug":807,"type":15},"LLM","llm",{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},1371,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fai","2026-04-06T18:06:48.66379",{"slug":814,"name":814,"fn":815,"description":816,"org":817,"tags":818,"stars":824,"repoUrl":825,"updatedAt":826},"voltra","build Voltra iOS widgets and charts","Build, review, refactor, configure, or debug Voltra code using Voltra JSX, Voltra JS APIs, the Expo config plugin, and the Voltra CLI. Use when the user asks about charts, Live Activities, Dynamic Island UI, iOS widgets, scheduled widgets, Android widgets, ongoing notifications, image handling, app.json plugin config, React Native CLI setup, or Voltra push update flows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[819,820,821,822],{"name":743,"slug":744,"type":15},{"name":678,"slug":679,"type":15},{"name":684,"slug":685,"type":15},{"name":823,"slug":814,"type":15},"Voltra",787,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fvoltra","2026-04-06T18:06:47.399012",{"slug":828,"name":828,"fn":829,"description":830,"org":831,"tags":832,"stars":838,"repoUrl":839,"updatedAt":840},"rozenite-agent","use Rozenite plugins for React Native devtools","Use Rozenite for Agents through CLI-driven `rozenite agent` commands to inspect React Native DevTools data and Rozenite plugins on a live app target. Trigger this skill for shell-based debugging and live session work. For Node.js or TypeScript scripts, wrappers, automations, or other programmatic SDK usage, use `rozenite-agent-sdk` instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[833,834,837],{"name":684,"slug":685,"type":15},{"name":835,"slug":836,"type":15},"Plugin Development","plugin-development",{"name":687,"slug":688,"type":15},633,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Frozenite","2026-07-31T05:52:54.56302",15,{"items":843,"total":278},[844,852,858,865,872,878,887],{"slug":669,"name":669,"fn":670,"description":671,"org":845,"tags":846,"stars":25,"repoUrl":26,"updatedAt":689},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[847,848,849,850,851],{"name":675,"slug":676,"type":15},{"name":678,"slug":679,"type":15},{"name":681,"slug":682,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},{"slug":691,"name":691,"fn":692,"description":693,"org":853,"tags":854,"stars":25,"repoUrl":26,"updatedAt":701},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[855,856,857],{"name":697,"slug":698,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":859,"tags":860,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[861,862,863,864],{"name":20,"slug":21,"type":15},{"name":17,"slug":18,"type":15},{"name":14,"slug":4,"type":15},{"name":23,"slug":24,"type":15},{"slug":710,"name":710,"fn":711,"description":712,"org":866,"tags":867,"stars":25,"repoUrl":26,"updatedAt":722},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[868,869,870,871],{"name":716,"slug":717,"type":15},{"name":719,"slug":710,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},{"slug":724,"name":724,"fn":725,"description":726,"org":873,"tags":874,"stars":25,"repoUrl":26,"updatedAt":734},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[875,876,877],{"name":684,"slug":685,"type":15},{"name":731,"slug":732,"type":15},{"name":687,"slug":688,"type":15},{"slug":736,"name":736,"fn":737,"description":738,"org":879,"tags":880,"stars":25,"repoUrl":26,"updatedAt":749},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[881,882,883,884,885,886],{"name":675,"slug":676,"type":15},{"name":743,"slug":744,"type":15},{"name":678,"slug":679,"type":15},{"name":681,"slug":682,"type":15},{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},{"slug":751,"name":751,"fn":752,"description":753,"org":888,"tags":889,"stars":25,"repoUrl":26,"updatedAt":768},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[890,891,892,893,894,895],{"name":757,"slug":758,"type":15},{"name":760,"slug":761,"type":15},{"name":684,"slug":685,"type":15},{"name":731,"slug":732,"type":15},{"name":687,"slug":688,"type":15},{"name":766,"slug":767,"type":15}]