agent-config-audit
仓库创建 2026年7月26日最近提交 16 小时前SkillHot 收录 18 小时前
这个 Skill 做什么
把仓库里 agent 会读取的配置层(比如 CLAUDE.md、AGENTS.md)扫一遍,找出那些悄悄失效的东西:路径移动、命令跑不起来、陈旧断言或没注册的钩子。只读配置层并生成问题报告和修复建议,不会在未获批的情况下改任何文件。重构配置后或 agent 按指令出错时用最合适。
▸ 展开 SKILL.md 英文原文
Audit a repository's agent configuration for rot — pointers to things that moved, commands that no longer run, facts that stopped being true, wiring nothing ever registered. Use when the user asks to audit the agent config, CLAUDE.md or AGENTS.md; after restructuring the config layer; or when an agent has just followed an instruction that turned out to be wrong. Reads the instruction layer alone — the files an agent consults before it acts. Reports its findings and waits for approval before changing anything.
0
Stars
0
Forks
6
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/iangregsondev/agent-skills/main/skills/engineering/agent-config-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/iangregsondev/agent-skills/main/skills/engineering/agent-config-audit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Audit the agent configuration Config rot is silent. The config layer is the one part of a repository that ships unexecuted: a moved path still compiles, an outdated claim still passes every test, and both go on quietly misleading every session that reads them. This is the check that catches them. **Report only.** Propose fixes and wait for approval before applying any. ## 1. Find the config layer Read what this repository actually has. The config layer is everything that instructs an agent rather than shipping to production: instruction files at the root and nested in subdirectories, whatever config directory the harness reads, and the docs and scripts those files point at. Follow refe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有