BeClaude

teamcity-cli

New
Official PluginDevelopmentby JetBrains

Agent 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.

First seen 5/22/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/teamcity-cli.md

3
Invoke in Claude Code
/teamcity-cli

Use Cases

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.

Usage Examples

1

/teamcity-cli list-builds --project MyProject --status FAILURE

2

/teamcity-cli view-log --build-id 12345

3

/teamcity-cli trigger-build --build-type-id MyBuildType --branch main

View source on GitHub
agent

Security Audits

LicenseUnknownSourcePassRepositoryPass

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..