Скиллы Callstack для React Native

Callstack Agent Skills

Скиллы Callstack по React Native: производительность, обновление версий, миграция нативных приложений, тестирование и CI

СкиллНизкий риск

callstackincubator/agent-skills

Установка

npx skills@latest add callstackincubator/agent-skills --skill '*'

CLI спросит агента и область установки

Это чужой код. Посмотрите файлы в репозитории перед установкой.

Что делает

Набор скиллов с практическими знаниями по React Native из опыта команды Callstack на продакшен-приложениях. Скиллы разделены на три группы: сборка и оптимизация, тестирование и проверка, миграция и модернизация. Они покрывают ревью производительности экранов, план обновления версии React Native, оценку поэтапной миграции нативных iOS и Android приложений, сборку артефактов в GitHub Actions.

Для кого. Мобильные разработчики на React Native и команды нативных приложений, которые думают о переходе.

Подходит, если

  • Нужно найти проблемы производительности на экране React Native
  • Планируете обновление React Native до актуальной версии
  • Оцениваете, стоит ли переводить нативное приложение на React Native
  • Нужно собрать сборки симулятора iOS и эмулятора Android в GitHub Actions

Не подходит, если

  • Проект на Flutter или чисто нативный без планов на React Native

Пример запроса к агенту

Проверь этот экран React Native на проблемы производительности

Ограничения

Часть скиллов из набора для тестирования лежит во внешних репозиториях. Скилл оценки миграции только анализирует и не выполняет миграцию.

Как отключить. Удалите папки скиллов из каталога скиллов агента или отключите плагин в Codex.

Проверка безопасности

  • Скиллы состоят из markdown-инструкций и справочных материалов

Коротко о README

Скиллы Callstack дают ассистентам практические знания по React Native. README описывает установку через Codex Plugins и skills CLI для Claude Code, Cursor, Copilot, Gemini CLI и OpenCode. Приведены примеры запросов и ссылки на книги Callstack, на которых основаны скиллы. Лицензия MIT.

SKILL.md

---
name: assess-react-native-migration
description: 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.
license: MIT
---

# Assess React Native Migration

Produce a read-only migration decision. Diagnose the product and delivery system; do not execute the migration.

## Establish Product Scope

Run the assessment from a workspace that exposes as many production client codebases as possible. The current checkout is not evidence that it contains the whole product.

Before assessing readiness:

1. Inspect the current repository and every workspace root available to the agent.
2. Infer supported client platforms from product documentation, CI, release configuration, workspace manifests, submodules, and references to sibling repositories.
3. Locate each production client codebase, including separate native iOS and Android repositories, app variants, and any web client relevant to staffing or proposed code sharing.
4. Record a platform inventory with the client, repository or path, evidence of product membership, and access status.

When iOS and Android are both supported, inspect both native codebases before recommending a path. If a codebase remains unavailable, mark its evidence `unknown`, state that the assessment covers only the accessible platforms, and lower confidence accordingly. Do not infer that a platform is unsupported merely because its project is absent from the current repository.

**Scope gate:** every supported production client is listed, and each codebase is accessible, explicitly unavailable, or confirmed not to exist.

## First Response Gate

When the scope gate has not passed, the first response must be exactly:

```markdown
**Question:** Where can I access the production codebase for each client platform this product supports, including iOS and Android if both exist?

**Why it matters:** A migration path based on only one platform can miss native dependencies, product behavior, and delivery constraints that change the decision.
```

After the scope gate passes, grill rather than survey when repository evidence is unavailable.

If the measurable migration driver is unknown, the first response must be exactly:

```markdown
**Question:** What measurable delivery or business problem should a React Native migration solve?

**Why it matters:** This determines whether migration is relevant and which outcomes the assessment must test.
```

If the driver is already known, ask only the next highest-impact unknown using the same two-line shape. End the turn immediately after the question and reason. Do not add a preamble, questionnaire, recommendation, or implementation guidance.

## Rules

- Treat every production app as a source of truth, including undocumented behavior.
- Inspect available code, CI, tests, release configuration, product documents, and runtime evidence before asking questions.
- Compare iOS and Android explicitly where their implementation, behavior, dependencies, delivery, or roadmap differ.
- Base product-wide claims only on evidence from every supported platform, or qualify their platform coverage.
- Label material claims `observed`, `measured`, `reported`, `assumed`, or `unknown`.
- Recommend from evidence, not an aggregate readiness score.
- Default to gathering evidence, not to brownfield, greenfield, or migration itself.
- Own the decision phase. Do not apply implementation skills or select Expo versus bare React Native before Path A is accepted.
- Count only React Native's marginal value over the current native system.
- Measure agents by accepted, verified work, not tokens, generated code, or pull requests.
- Make no universal claims about duration, cost, code sharing, agent productivity, or ROI.

Частые вопросы

Как поставить в Codex?

Откройте Plugins, найдите react native и установите нужный набор.