github/awesome-copilot8.9k installs
debian-linux-triage
Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
How do I install this agent skill?
npx skills add https://github.com/github/awesome-copilot --skill debian-linux-triageIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a legitimate troubleshooting tool for Debian Linux. It has a minor risk of indirect prompt injection because it processes user-provided problem summaries and constraints to generate system commands without explicit safety boundaries.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
- Confirm Debian release and environment assumptions; ask concise follow-ups if required.
- Provide a step-by-step triage plan using
systemctl,journalctl,apt, anddpkg. - Offer remediation steps with copy-paste-ready commands.
- Include verification commands after each major change.
- Note AppArmor or firewall considerations if relevant.
- Provide rollback or cleanup steps.
Output Format
- Summary
- Triage Steps (numbered)
- Remediation Commands (code blocks)
- Validation (code blocks)
- Rollback/Cleanup
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/github/awesome-copilot/debian-linux-triage">View debian-linux-triage on skillZs</a>