nacl-tl-deploy

Monitor GitHub Actions deployments and verify health endpoints post-deploy.

23|2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ITSalt/NaCl --skill nacl-tl-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nacl-tl-deploy
Source: https://github.com/ITSalt/NaCl/tree/main/nacl-tl-deploy
Command: npx skills add https://github.com/ITSalt/NaCl --skill nacl-tl-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors CI/CD deployments triggered by GitHub Actions, runs health checks, and updates YouGile to reflect deployment status. Deployments are initiated by git pushes (nacl-tl-ship); this skill ensures deployments are completed successfully and observable.

Core Features & Use Cases

  • Monitors GitHub Actions pipelines and reports status
  • Performs health checks on staging and production endpoints
  • Updates YouGile with deployment results and suggests rollback if needed
  • Provides quick diagnostics and fallback recommendations after failed deploys

Quick Start

Run /nacl-tl-deploy --staging to monitor a staging deployment, or --production to monitor production after pushing code with /nacl-tl-ship.

Frequently Asked Questions about nacl-tl-deploy

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

FAQPage Schema
How do I monitor GitHub Actions deployments and run health checks automatically?

To monitor GitHub Actions deployments, this skill tracks pipelines triggered by git pushes, runs health checks on staging and production endpoints via config.yaml, and alerts on failures.

Can I update YouGile with CI/CD deployment status automatically?

Yes, you can update YouGile automatically. The skill sends deployment results directly to YouGile, reflecting whether staging or production rollouts succeeded or failed.

How do I verify post-deploy health for staging and production environments?

Post-deploy health is verified by reading health endpoints defined in config.yaml. The skill checks these endpoints after GitHub Actions pipelines complete to confirm successful rollout.

What should I do when a CI/CD deployment fails and I need rollback suggestions?

When a deployment fails, the skill provides quick diagnostics and fallback recommendations, suggesting a rollback and updating YouGile with the failed deployment status.

Do I need access to GitHub Actions pipelines to monitor CI/CD deployments?

Yes, access to GitHub Actions pipelines is required. The skill monitors these pipelines to track deployments triggered by git pushes across staging and production environments.

How does health check monitoring work after a git push deployment?

After a git push triggers deployment, the skill monitors the GitHub Actions pipeline, then reads configured health endpoints to verify the application is running correctly post-deploy.