xcsift
Condenses Xcode build logs into structured, token-efficient output
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install xcsift?▼
Run `npx skills add ldomaradzki/xcsift --all -g -y` in your terminal to install all skills in this suite globally.
What does xcsift do?▼
It converts verbose Xcode and Swift build logs into compact structured output with errors, warnings, test results, and code coverage. This makes build results easy for coding agents and CI pipelines to read.
How do I use xcsift with xcodebuild?▼
Pipe your build command through it, for example `xcodebuild build 2>&1 | xcsift -f toon`. Always include `2>&1` so compiler errors and warnings are captured.
Does xcsift work with Claude Code, Cursor, and Codex?▼
Yes. It ships built-in plugin installers for Claude Code, Codex, and Cursor that automatically route build commands through xcsift.
Can xcsift reduce token costs for coding agents?▼
Yes. Its TOON output format uses 30-60% fewer tokens than raw build logs while keeping all errors, warnings, and test failures intact.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core