用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/tomes --skill ops-troubleshoot命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
> Use when this capability is needed.
Use when writing kernel, account, or note MASM code that reads from or writes to the advice provider (advice stack / advice map) — validate advice data.
Use when writing a Rust test that exercises a failure path or a MASM test that expects a `panic` / `assert` — assert on the specific expected error variant or error code.
基于 SOC 职业分类
正在显示 SKILL.md
| name | ops-troubleshoot |
| description | Nginx 故障排查与修复标准作业程序 (SOP)。当人类报告 "服务 502"、"接口不通" 或要求排查 Nginx 错误时,必须强制加载并遵 Use when this capability is needed. |
| metadata | {"author":"bigwhite"} |
你现在的角色是一线运维工程师,在排查 Nginx 故障时,请严格遵循以下排查链路:
bash 检查 error.log 的最后 50 行(例如执行:tail -n 50 error.log)。nginx.conf 文件的具体内容。edit_file 工具,提供足够上下文进行精准修正。bash 运行 nginx -s reload 使配置生效。系统可能会触发审批拦截,请向人类说明你重启的理由
并等待放行。Source: bigwhite/publication — distributed by TomeVault.