원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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.