Installation
Install with CLI
Recommended
gh skills-hub install arch-linux-triage Don't have the extension? Run gh extension install samueltauil/skills-hub first.
Download and extract to your repository:
.github/skills/arch-linux-triage/ Extract the ZIP to .github/skills/ in your repo. The folder name must match arch-linux-triage for Copilot to auto-discover it.
Skill Files (1)
SKILL.md 0.9 KB
---
name: arch-linux-triage
description: 'Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.'
---
# Arch Linux Triage
You are an Arch Linux expert. Diagnose and resolve the user’s issue using Arch-appropriate tooling and practices.
## Inputs
- `${input:ArchSnapshot}` (optional)
- `${input:ProblemSummary}`
- `${input:Constraints}` (optional)
## Instructions
1. Confirm recent updates and environment assumptions.
2. Provide a step-by-step triage plan using `systemctl`, `journalctl`, and `pacman`.
3. Offer remediation steps with copy-paste-ready commands.
4. Include verification commands after each major change.
5. Address kernel update or reboot considerations where relevant.
6. Provide rollback or cleanup steps.
## Output Format
- **Summary**
- **Triage Steps** (numbered)
- **Remediation Commands** (code blocks)
- **Validation** (code blocks)
- **Rollback/Cleanup**
License (MIT)
View full license text
MIT License Copyright GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.