Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

tuist

tuist 收录了来自 tuist 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
5.7k
更新
2026-05-29
Forks
746
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

tuist-elixir-review
软件质量保证分析师与测试员

Project-specific PR-review rules for the tuist/tuist Elixir codebases (server, cache, processor, xcode_processor, tuist_common, noora). Focuses on the things only this repo knows — authorization invariants, tenancy, write-only ClickHouse, Mimic placement, migration timestamptz, data-export updates, marketing changelog entries, and i18n.

2026-05-29
tuist-swift-review
软件质量保证分析师与测试员

Project-specific PR-review rules for the tuist/tuist Swift codebase (cli). Focuses on the things only this repo knows — preferring value types, the testing framework choice, and migration of XCTest to Swift Testing.

2026-05-13
generated-projects
软件开发工程师

Guides day-to-day work in Tuist-generated Xcode workspaces, including generation, build and test commands, and buildable folders. Use when working in a Tuist-generated project or when users mention `tuist generate`, `xcodebuild test`, or generated workspaces.

2026-04-27
migrate
软件开发工程师

Migrates existing Xcode projects to Tuist generated workspaces with build and run validation, external dependency mapping, and migration checklists. Use when adopting Tuist for an existing app or converting a hand-edited Xcode project to generated projects.

2026-04-27
analyze-selective-testing
软件质量保证分析师与测试员

Analyzes Xcode selective testing effectiveness for a test run, showing which test targets were skipped or ran, and diagnosing regressions in test selection. Can compare two test runs to identify what changed.

2026-03-27
compare-gradle-builds
网络与计算机系统管理员软件开发工程师

Compares two Gradle build runs to identify duration regressions, cache changes, and task outcome differences. Can be invoked with build IDs, dashboard URLs, or branch names.

2026-03-17
compare-builds
网络与计算机系统管理员软件开发工程师

Compares two Xcode build runs to identify duration regressions, cache changes, and new issues. Can be invoked with build IDs, dashboard URLs, or branch names (e.g. `tuist compare-builds --base main --head feature-branch`).

2026-03-17
compare-bundles
网络与计算机系统管理员软件开发工程师

Compares two app bundles to identify size changes, new or removed artifacts, and platform differences. Can be invoked with bundle IDs, dashboard URLs, or branch names.

2026-03-17
compare-cache-runs
网络与计算机系统管理员软件开发工程师

Compares two `tuist cache` runs to identify cache hit rate changes and root-cause analysis of cache invalidation. Can be invoked with cache run IDs, dashboard URLs, or branch names.

2026-03-17
compare-generations
软件开发工程师网络与计算机系统管理员

Compares two `tuist generate` runs to identify cache hit rate changes and root-cause analysis of cache invalidation. Can be invoked with generation IDs, dashboard URLs, or branch names.

2026-03-17
compare-test-case
软件质量保证分析师与测试员

Compares a single test case's behavior across two branches, analyzing pass/fail status, duration, flakiness, and failure details. Useful for investigating test regressions introduced by a feature branch.

2026-03-17
compare-test-runs
软件质量保证分析师与测试员

Compares two test runs to identify new failures, newly flaky tests, fixed tests, and duration regressions. Can be invoked with test run IDs, dashboard URLs, or branch names.

2026-03-17
fix-flaky-tests
软件质量保证分析师与测试员

Fixes flaky tests by analyzing failure patterns from Tuist test insights, identifying root causes, and applying targeted corrections. Can be invoked with a specific test case URL (e.g. `https://tuist.dev/{account}/{project}/tests/test-cases/{id}`) or without arguments to discover and fix all flaky tests in the project.

2026-02-16
debug-generated-project
软件开发工程师

Debugs issues users encounter with Tuist-generated projects by reproducing the scenario locally, building Tuist from source when needed, and triaging whether it is a bug, misconfiguration, or something that needs team input. Use when users report generation failures, build errors after generation, or unexpected project behavior.

2026-02-11