build-validator
CommunityEnsures VitalArc builds cleanly before commits.
Authortanujsutaria
Version1.0.0
Installs0
System Documentation
What problem does it solve?
VitalArc projects often fail to build after changes, causing delays in development and reviews. This Skill provides automated build validation to catch compilation issues early.
Core Features & Use Cases
- Automates Xcode build validation for the VitalArc project, surfacing errors and warnings in a concise report.
- Validates builds before commits, after adding new Swift files, or on-demand to ensure the app compiles for iOS targets.
- Integrates with CI workflows to provide a reliable gate for merge readiness.
Quick Start
Run the build validator to check the VitalArc Xcode project builds cleanly. Example:
xcodebuild -scheme VitalArc -destination 'platform=iOS Simulator,name=iPhone 17 Pro' build 2>&1 | grep -E '(error:|warning:|BUILD SUCCEEDED|BUILD FAILED)'
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: build-validator Download link: https://github.com/tanujsutaria/VitalArc/archive/main.zip#build-validator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.