centos-linux-triage

Diagnose CentOS issues using systemctl, journalctl, and dnf/yum.

3|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/sunchendd/os-manager --skill centos-linux-triage-sunchendd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: centos-linux-triage
Source: https://github.com/sunchendd/os-manager/tree/main/.agents/skills/centos-linux-triage
Command: npx skills add https://github.com/sunchendd/os-manager --skill centos-linux-triage-sunchendd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps administrators quickly diagnose and resolve CentOS-related issues by leveraging RHEL-compatible tooling, SELinux awareness, and firewalld considerations.

Core Features & Use Cases

  • Triage with systemd tools: systemctl, journalctl, dnf/yum; verify services and logs.
  • Remediation guidance: copy-paste ready commands; SELinux and firewall considerations.
  • Rollback and verification: provide rollback steps and post-change validation.

Quick Start

Diagnose a CentOS issue by reviewing the latest journalctl logs for the affected service and confirm the OS version.

Frequently Asked Questions about centos-linux-triage

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

FAQPage Schema
How do I troubleshoot a CentOS service failure using systemctl and journalctl?▼

Troubleshoot CentOS service failures by using systemctl to verify service status and journalctl to review the latest logs for the affected service, applying RHEL-compatible tooling for live diagnosis.

Does this CentOS triage process work on both CentOS Stream and legacy releases?▼

CentOS triage applies to both CentOS Stream and legacy releases by leveraging RHEL-compatible tooling, utilizing system utilities like dnf and yum to verify OS versions and diagnose issues.

How do I remediate firewalld and SELinux issues on a CentOS server?▼

Remediate firewalld and SELinux issues on CentOS using copy-paste ready commands that include safety checks, rollback capabilities, and post-change validation to ensure secure configuration changes.

Can I safely apply configuration changes and roll them back during live CentOS troubleshooting?▼

Apply live configuration changes safely during CentOS troubleshooting using built-in safety checks and rollback capabilities, ensuring post-change validation verifies system stability before completing remediation.

What is the best way to diagnose CentOS issues with RHEL tools?▼

The best way to diagnose CentOS issues is leveraging RHEL-compatible tooling like systemctl, journalctl, and dnf or yum to triage errors, review logs, and verify service configurations.

Why does my CentOS update fail when using dnf or yum?▼

CentOS updates may fail due to service conflicts or repository errors; diagnose these issues by reviewing journalctl logs for dnf or yum, verifying OS versions, and checking SELinux contexts.