一键导入
add-chain
This skill adds new chain in the app using chain description and specs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
This skill adds new chain in the app using chain description and specs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bump the .tools-version - create the Jira ticket, update .tools-version, and open a PR to a target branch (default develop)
Bump the CI Xcode version - create the Jira ticket, update .xcode-version and .ios-sim-runtime, and open a PR to develop
Triages the nightly UI-test run on CI (the ui-tests-allure.yml workflow on develop). Pulls the failed tests from the run log, links each to its test code and recent app changes, classifies the root cause as app bug / test fix / mock issue / flaky, and reports findings with recommendations. Use when the user asks to "analyze nightly UI test failures", "triage nightly UI tests", "what failed last night", "разбери ночной прогон", "что упало ночью", or pastes a ui-tests-allure run URL with a triage intent. Read-only: it never runs tests, edits code, or files bugs — it hands those off to other skills.
Use this skill when writing, modifying, or debugging UI tests for the Tangem iOS app — anything under `TangemUITests/`, page objects under `TangemUITests/Screens/`, accessibility identifiers in `Modules/TangemAccessibilityIdentifiers/`, or API mocks in `../tangem-api-mocks`. Triggers include "write UI test", "add UI test", "create page object", "add accessibility identifier for test", "fix flaky UI test", or any direct request to touch files in those locations. Do NOT use for unit tests (`Tangem*Tests/`), SPM module tests (`Modules/*Tests`), SwiftUI previews, or general production code work — those are different workflows with different rules.
Update card batch IDs by fetching info from Jira, downloading assets from Figma, and updating the codebase
| name | add-chain |
| description | This skill adds new chain in the app using chain description and specs. |
Add new chain into the app using the provided intructions.
Blockchain and wire isTestnet, decimals, symbol, chain id, EVM flag, coding/decoding, analytics ids, and wallet assembly.Blockchain+AllCases.swift compile guard and list.DerivationConfigV1/V2/V3, AddressTypesConfig, AddressServiceFactory, and EstimationFeeAddressFactory as needed. For DerivationConfigV1 check docs by links for chain and set specific derivation path if needed.TestnetAPINodeInfoProvider, QuickNodeAPIResolver, BlockchainSdkKeysConfig, CommonKeysManager, and BlockchainSdkExample/APIListUtils.<Chain>ExternalLinkProvider and ExternalLinkProviderFactory.WalletNetworkServiceFactory (typically makeEthereumNetworkService for EVM chains).AccountDerivationPathHelper, ReceiveBottomSheetNotificationInputsFactory, TransactionParamsBuilder, CustomTokenContractAddressConverter, NFTChainConverter, TransactionHistoryProviderFactory.MoonPayService if available in response.SupportedBlockchains, add only to testable blockchains and testnet blockchains if avilable.Modules/TangemAssets/Assets/Tokens.xcassets and NetworkImageProvider.TangemApp.xcodeproj/project.pbxproj.tangem-app-config if chain metadata lives there.