Build and test Xcode project
build-and-testskillsetup L2★1
morganmuli/metaskill ↗What it does
Run type-check, lint, tests, and build sequentially
Best for
Complete CI verification pipeline before PR merge.
Inputs
- · source code
- · installed node_modules
Outputs
- · compiled artifacts
- · test results
- · coverage report
Requires
- · npm/yarn/pnpm
- · TypeScript
- · ESLint
- · Vitest
Preconditions
package.json and lock file present
Failure modes
- · Type errors
- · ESLint violations
- · test failures
- · build errors
Trust signals
- · Grouped error reporting
- · grouped-by-file output