production-debugging

Debug and manage the Orient production server on Oracle Cloud via SSH and Docker.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/orient-bot/orient --skill production-debugging-orient-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-debugging
Source: https://github.com/orient-bot/orient/tree/main/.claude/skills/production-debugging
Command: npx skills add https://github.com/orient-bot/orient --skill production-debugging-orient-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive tools and guidance for diagnosing and resolving issues within the Orient production server environment, ensuring its stability and availability.

Core Features & Use Cases

  • SSH Access & Remote Commands: Connect to the production server and execute commands for diagnostics.
  • Container Management: Inspect, restart, and manage Docker containers running the Orient services.
  • Log Analysis: View, filter, and search container logs for errors and operational insights.
  • Deployment Troubleshooting: Understand and resolve common deployment failures, including build issues, image pulls, and container startup problems.
  • Use Case: When the Orient dashboard is unresponsive and returning 502 errors, use this Skill to SSH into the production server, check the status of the orienter-dashboard container, examine its logs for crash reasons, and restart it if necessary.

Quick Start

Connect to the production server via SSH using the provided credentials and command.

Frequently Asked Questions about production-debugging

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

FAQPage Schema
How do I troubleshoot a 502 error on my production server?

To troubleshoot a 502 error on your production server, SSH into the host, inspect the status of the specific Docker container causing the issue, analyze its logs for crash reasons, and restart it if necessary.

How do I view Docker container logs to debug a deployment failure?

You can view Docker container logs to debug a deployment failure by accessing the production server via SSH and using Docker commands to filter, search, and analyze container logs for operational errors and startup problems.

What's the best way to rollback a failed production deployment?

The best way to rollback a failed production deployment involves accessing your server via SSH to manage Docker containers, reverting to the previous stable image, and verifying service availability through log analysis.

Do I need SSH access to diagnose WhatsApp pairing problems on my server?

Yes, you need SSH access to diagnose WhatsApp pairing problems on your server. Remote command execution allows you to inspect the relevant Docker containers and analyze logs to identify missing variables or configuration issues.

Why does my Docker container fail to start after pulling a new image?

Your Docker container fails to start after pulling a new image due to missing environment variables, build issues, or configuration errors. You can identify the exact cause by inspecting container logs and checking deployment configurations.

Can I manage Oracle Cloud production servers remotely using SSH and Docker commands?

Yes, you can manage Oracle Cloud production servers remotely using SSH and Docker commands. This approach allows you to execute diagnostic commands, manage container lifecycles, and resolve deployment issues directly from your terminal.