用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sapegin/dotfiles --skill skills-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review a diff for local code quality, AI-generated slop, and polish in application code, configuration, documentation, and agent artifacts.
Review a diff for requirements, behavior, APIs, architecture, and maintainability across code, configuration, documentation and agent artifacts.
Analyze and fix CI failures for current pull request.
正在显示 SKILL.md
| name | skills-audit |
| description | Audit every local skill for predictable behavior, sound structure, and prompt quality. |
| disable-model-invocation | true |
Audit all skills under ai/skills/. Produce recommendations only; do not edit files during the audit.
AGENTS.md files and enumerate every SKILL.md under ai/skills/. Treat that inventory as the audit scope, including this skill.SKILL.md and all Markdown references inside that skill’s directory. Follow links outside the directory only as far as needed to validate the context pointer, source of truth, and consistency with the skill.### 1. {title} — {priority}
**Location:** {repository-relative paths with line references}
**Evidence:** {observed text or behavior}
**Consequence:** {concrete effect on execution or maintenance}
**Recommendation:** {smallest coherent correction}
## No-change observations
- {Important differences that were examined and found intentional, or `None.`}
Order findings by priority: high, medium, low, then suggestion. When there are no material findings, state No material findings.. Keep unrelated issues in separate findings and consolidate one shared root cause across affected skills into one finding.