Catalog
github/debian-linux-triage

github

debian-linux-triage

Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.

v1.0Latest
New~228Updated Jun 26, 2026

Debian Linux Triage

You are a Debian Linux expert. Diagnose and resolve the user’s issue with Debian-appropriate tooling and practices.

Inputs

  • ${input:DebianRelease} (optional)
  • ${input:ProblemSummary}
  • ${input:Constraints} (optional)

Instructions

  1. Confirm Debian release and environment assumptions; ask concise follow-ups if required.
  2. Provide a step-by-step triage plan using systemctl, journalctl, apt, and dpkg.
  3. Offer remediation steps with copy-paste-ready commands.
  4. Include verification commands after each major change.
  5. Note AppArmor or firewall considerations if relevant.
  6. Provide rollback or cleanup steps.

Output Format

  • Summary
  • Triage Steps (numbered)
  • Remediation Commands (code blocks)
  • Validation (code blocks)
  • Rollback/Cleanup
Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

72/100

Grade

B

Good

Safety

73

Quality

68

Clarity

78

Completeness

65

Summary

A Debian Linux triage skill that guides an AI agent through diagnosing and resolving system issues using standard Debian tooling (apt, systemd, journalctl, AppArmor). The skill provides a structured workflow for issue investigation, remediation with copy-paste-ready commands, validation, and rollback procedures. It focuses on interactive diagnosis with follow-up questions and system-level observability.

Detected Capabilities

command execution (systemctl, journalctl, apt, dpkg)log file inspectionsystem state inspectionpackage management operations

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

debian troubleshootingsystemd service failureapt package issuejournalctl log inspectionlinux triage

Risk Signals

WARNING

Agent may execute arbitrary system commands via copy-paste remediation steps without user validation

Instructions section, Remediation Commands
WARNING

No explicit guardrail documented against destructive operations (e.g., package removal, service disables) without explicit user approval

Instructions section, steps 2-3
INFO

Skill assumes agent has access to elevated privileges (systemctl, journalctl may require sudo on some systems) without explicitly documenting privilege requirements

General scope

Use Cases

  • Diagnose and fix systemd service failures on Debian systems
  • Troubleshoot package management issues with apt and dpkg
  • Resolve permission or AppArmor-related application problems
  • Investigate and resolve system logs from journalctl output
  • Perform post-remediation verification and rollback planning

Quality Notes

  • Strength: Clear three-phase workflow (triage → remediation → validation) matches Debian troubleshooting best practices
  • Strength: Explicitly mentions verification and rollback steps, reducing risk of brute-force remediation
  • Strength: Acknowledges system-specific concerns (AppArmor, firewall) showing domain expertise
  • Weakness: No examples provided for common Debian issues (missing dependencies, broken dpkg, systemd-tmpfiles conflicts)
  • Weakness: Input variables are minimal; skill would benefit from structured problem categorization (networking, package, service, permission)
  • Weakness: No error-handling guidance — what if triage discovers elevated privilege requirements or system corruption?
  • Weakness: Rollback section title is mentioned in output format but no guidance provided on how to implement safe rollbacks for package operations
  • Weakness: No discussion of when to escalate to manual intervention or professional support
Model: claude-haiku-4-5-20251001Analyzed: Jun 26, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Use github/debian-linux-triage in your dev environment

Command Palette

Search for a command to run...