teamcity-cli
NewAgent skill for interacting with TeamCity CI/CD using the teamcity CLI. Enables Claude to explore builds, view logs, start jobs, manage queues, agents, and more.
Summary
This skill enables Claude to interact with TeamCity CI/CD servers using the teamcity CLI.
- It allows developers to explore builds, view logs, start jobs, manage queues, agents, and more, directly from Claude Code, streamlining CI/CD workflows without leaving the terminal.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/teamcity-cli.md
/teamcity-cliUse Cases
Usage Examples
/teamcity-cli list-builds --project MyProject --status FAILURE
/teamcity-cli view-log --build-id 12345
/teamcity-cli trigger-build --build-type-id MyBuildType --branch main
Security Audits
Frequently Asked Questions
What is teamcity-cli?
This skill enables Claude to interact with TeamCity CI/CD servers using the teamcity CLI. It allows developers to explore builds, view logs, start jobs, manage queues, agents, and more, directly from Claude Code, streamlining CI/CD workflows without leaving the terminal.
How to install teamcity-cli?
To install teamcity-cli: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/teamcity-cli.md. Finally, /teamcity-cli in Claude Code.
What is teamcity-cli best for?
teamcity-cli is a skill categorized under Development. It is designed for: agent. Created by JetBrains.
What can I use teamcity-cli for?
teamcity-cli is useful for: Check the status of recent builds on a specific project to quickly identify failures.; View detailed logs of a failed build to debug issues without opening the TeamCity web UI.; Trigger a new build or re-run a failed build directly from the command line.; List and inspect build agents to see which ones are idle or busy.; Manage the build queue by viewing queued builds or canceling a queued build.; Retrieve build artifacts or download specific files from a completed build..