fedora-linux-triage

Diagnose and resolve Fedora Linux issues using dnf, systemd, and SELinux guidance.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill fedora-linux-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fedora-linux-triage
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/fedora-linux-triage
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill fedora-linux-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users diagnose and fix problems on Fedora Linux systems by leveraging standard Fedora tooling.

Core Features & Use Cases

  • System Diagnosis: Uses systemctl and journalctl to identify service failures and system logs.
  • Package Management: Employs dnf for installing, updating, or removing software.
  • Security Guidance: Provides advice on SELinux and firewalld configurations.
  • Use Case: If a user's web server service fails to start on Fedora, this Skill can analyze the logs, identify the cause (e.g., a configuration error or a missing dependency), and provide the exact commands to fix it.

Quick Start

Use the fedora-linux-triage skill to help resolve an issue with the systemd service named 'nginx'.

Frequently Asked Questions about fedora-linux-triage

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

FAQPage Schema
How do I troubleshoot a systemd service failure on Fedora?

To troubleshoot a systemd service failure on Fedora, analyze system logs using `journalctl` and `systemctl`. This process identifies the root cause of crashes, such as missing dependencies or configuration errors, and provides exact commands to restart the service successfully.

How do I fix SELinux denials blocking my web server on Fedora?

Fix SELinux denials blocking your web server on Fedora by applying SELinux-aware guidance. This involves adjusting security policies and `firewalld` configurations to ensure services have the correct permissions to operate without being blocked by the default security module.

Why does dnf package installation fail with missing dependencies on Fedora?

dnf package installation fails with missing dependencies on Fedora when required software repositories are disabled or packages are outdated. Resolve this by using `dnf` commands to install, update, or remove software, which automatically handles dependency resolution and system configuration.

Can I use systemctl and journalctl to diagnose configuration errors on Fedora?

Yes, you can use `systemctl` and `journalctl` to diagnose configuration errors on Fedora. These tools inspect service management logs and initialization processes, allowing you to identify exact configuration errors and apply the necessary system fixes.

What is the best way to resolve nginx startup issues on Fedora Linux?

The best way to resolve nginx startup issues on Fedora Linux is to perform a system diagnosis using standard Fedora tooling. This approach analyzes service logs to identify causes like configuration errors or missing dependencies and outputs the exact fix commands.