What problem does it solve? Managing source code repository versions and diagnosing build failures in the SCM platform normally requires navigating web UIs and manually reading build logs. This Skill lets you query repos, create releases, check build status, and get AI-driven failure analysis directly through gdpa-cli commands. ## Core Features & Use Cases - Repository & Version Management: Query repo details, list versions with filters (branch, commit, creator, type), and create new releases from branches or commits. - Build Inspection: Retrieve version status, fetch build logs for specific steps (e.g., unit_test, lint_check), and page through version history. - AI Build Diagnostics: Get root-cause analysis and solutions for failed builds, matching the SCM page's problem analysis view. - Use Case: A release build fails on version 1.0.0.9. Run get_build_troubleshoot to get the AI diagnosis of the error, then get_build_log for the failing step to confirm the fix before creating a new version. ## Quick Start Ask the AI to list the latest versions of the repo tiktok/gdp/gemini_proxy and diagnose why the most recent build failed.