If you're managing iOS builds in App Store Connect and tired of clicking through the web UI to check processing status or clean up old builds, this gives you the command line tools to do it properly. It handles the full lifecycle: finding the latest build for a version, checking if processing is done, expiring builds older than a certain threshold, and getting the next safe build number. The dry run flag on expiration is smart, and the end-to-end publish commands with wait flags mean you can actually script your entire TestFlight or App Store release flow without babysitting it. Just note that the raw upload command only prepares uploads, use the publish commands for complete workflows.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-build-lifecycle