debian-linux-triage

Diagnose and resolve Debian Linux issues using apt, systemd, and AppArmor.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users diagnose and fix problems on Debian Linux systems by leveraging standard system administration tools and practices.

Core Features & Use Cases

  • System Diagnostics: Uses systemctl and journalctl to identify service and log issues.
  • Package Management: Employs apt and dpkg for software installation and troubleshooting.
  • Security Awareness: Considers AppArmor and firewall configurations.
  • Use Case: If a web server service fails to start on a Debian machine, this Skill can guide the user through checking logs, identifying the cause, and providing the correct commands to fix it.

Quick Start

Use the debian-linux-triage skill to help resolve an issue with the 'nginx' service not starting on Debian 11.

Frequently Asked Questions about debian-linux-triage

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

FAQPage Schema
How do I troubleshoot a Debian Linux service that fails to start?

Troubleshoot a Debian Linux service failure by using systemctl to check service status and journalctl to inspect system logs, identifying the root cause before applying specific commands to resolve package or configuration issues.

What is the best way to fix broken packages on Debian using apt?

Fix broken packages on Debian using apt and dpkg commands to repair package integrity, resolving dependency conflicts and ensuring software installations return to a functional state.

How does AppArmor configuration affect Debian Linux system troubleshooting?

AppArmor configuration impacts Debian Linux troubleshooting by enforcing application permissions that may cause service failures, which you identify in system logs and resolve by adjusting security profiles or firewall settings.

Do I need prior knowledge of systemd to diagnose Debian Linux issues?

You need prior knowledge of systemd to diagnose Debian Linux issues effectively, as understanding systemctl and journalctl commands is required for identifying service management problems and resolving system logs.

Why does my Debian Linux apt installation fail with dependency errors?

Apt installation fails with dependency errors on Debian Linux when package integrity is compromised, requiring you to use dpkg and apt commands to identify broken packages and resolve conflicting dependencies.