arch-linux-triage

Diagnose Arch Linux system issues with pacman, systemctl, and journalctl.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/m00sp/m00agents --skill arch-linux-triage-m00sp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arch-linux-triage
Source: https://github.com/m00sp/m00agents/tree/main/skills/arch-linux-triage
Command: npx skills add https://github.com/m00sp/m00agents --skill arch-linux-triage-m00sp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps diagnose and resolve Arch Linux system problems by providing structured troubleshooting guidance for package management, services, updates, and rolling-release maintenance.

Core Features & Use Cases

  • System Diagnostics: Guides investigation using Arch Linux tools such as systemctl, journalctl, and pacman.
  • Issue Remediation: Provides actionable fixes with verification steps for common system failures, update issues, and service problems.
  • Use Case: Help troubleshoot a broken Arch Linux installation after an update by analyzing logs, repairing packages, and validating system recovery.

Quick Start

Ask the skill to triage an Arch Linux problem and provide a step-by-step diagnosis and repair plan.

Frequently Asked Questions about arch-linux-triage

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

FAQPage Schema
How do I troubleshoot a broken Arch Linux system after a failed update?

To troubleshoot a broken Arch Linux system after a failed update, you need to analyze system logs using journalctl, inspect pacman package states, and apply remediation steps to repair the installation and validate recovery.

Why does my systemd service fail to start on Arch Linux?

If a systemd service fails to start on Arch Linux, you can diagnose the issue by running journalctl to inspect service logs, identify the failure cause, and apply remediation guidance to restart or fix the service configuration.

What's the best way to fix pacman package conflicts during a rolling-release update?

The best way to fix pacman package conflicts during an Arch Linux rolling-release update is to use pacman diagnostic commands to identify conflicting packages, resolve dependencies, and verify the system maintenance process.

Can I roll back a kernel change if my Arch Linux system won't boot?

You can roll back a kernel change on a non-booting Arch Linux system by following structured recovery workflows that include rollback considerations, using pacman to downgrade the kernel package, and validating system stability afterward.

What commands do I need to diagnose Arch Linux maintenance issues?

To diagnose Arch Linux maintenance issues, you need to use Arch-specific diagnostic commands such as systemctl for service status, journalctl for log analysis, and pacman for package management investigations.