teamcity-cli

★ 7.9 · devops

teamcity-cli is a Claude Code skill that integrates with JetBrains TeamCity CI/CD through the `teamcity` command-line tool. It covers the full range of operations — managing builds (`teamcity run`), build configurations (`teamcity job`), queues, agents, pools, and pipelines, plus raw REST API access via `teamcity api`. The skill includes ready-made workflows for failure investigation, dependency chain debugging with `teamcity run tree`, pipeline validation and push, and build monitoring using `--watch`. Key gotchas are explicitly addressed: composite builds with empty logs, bottom-up failure propagation in build chains, and the exclusion of Kotlin DSL from `--local-changes`. Ideal for engineering teams running TeamCity who need to diagnose build failures, inspect job configurations, or manage agents directly from Claude Code.