arch-linux-triage

仓库创建 2025年6月12日最近提交 7 小时前SkillHot 收录 20 天前
▸ 精选理由

适合快速定位滚动发布与 systemd 问题的专家级指引

▸ 风险提示

可能建议提升权限或执行远程脚本,注意权限与来源

这个 Skill 做什么

基于 Arch Linux 工具诊断并解决系统与包管理问题。

遇到 Arch Linux 系统或包管理问题时用来诊断和解决,包括 pacman、systemd、journalctl 等工具的排查步骤。会先确认更新和环境假设,再给出逐步的诊断计划和具体命令,适合处理依赖冲突、启动失败或滚动发行版带来的问题。特点是遵循 Arch 的最佳实践,避免盲目操作导致系统不可用。

▸ 展开 SKILL.md 英文原文

Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.

开发编程Arch Linux系统排查pacman通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/arch-linux-triage/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/arch-linux-triage/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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)
- **Remedi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有