truefoundry-monitor

Poll TrueFoundry deployment rollouts and report replica and endpoint summaries.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: truefoundry-monitor
Source: https://github.com/truefoundry/tfy-deploy-skills/tree/main/skills/monitor
Command: npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors TrueFoundry deployment rollouts after deploy or apply, polling status, validating pod health and readiness, fetching logs on failures, and reporting a final rollout summary.

Core Features & Use Cases

  • Polls rollout status until a terminal state and reports progress.
  • Fetches logs on failures for quick diagnosis.
  • Provides a final summary with replicas and endpoint status for quick handover.

Quick Start

After you deploy or apply a manifest, activate this skill to start automated rollout monitoring and reporting.

Frequently Asked Questions about truefoundry-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor deployment rollout status after pushing an update?

To monitor deployment rollout status, you provide a workspace FQN and application name. The skill continuously polls until a terminal state, reporting progress and fetching logs on failure.

How do I get a deployment rollout summary with replica counts and endpoints?

To get a deployment rollout summary with replica counts and endpoints, the skill polls status and validates pod health, delivering a final summary upon reaching a terminal state.

How do I fetch deployment logs when a pod rollout fails?

To fetch deployment logs when a pod rollout fails, the monitoring skill automatically reads logs during polling. It applies to post-deploy workflows for single and multi-component apps.

Can I monitor multi-component app rollouts without the CLI installed?

Yes, you can monitor multi-component app rollouts without the CLI. The skill uses MCP tool calls first and automatically falls back to the REST API when the CLI is unavailable.

What information do I need to start tracking a post-deploy workflow?

To start tracking a post-deploy workflow, you need a workspace FQN and application name. This targets the specific deployment for automated rollout monitoring and reporting.