sample-skill
仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
专注于代理指令文件的质检,便于维护触发与行为一致性。
这个 Skill 做什么
审查并改进代理相关的指令文件(如 SKILL.md、AGENTS.md)。
帮你审阅并把代理相关的说明文件(如 SKILL.md、AGENTS.md、CLAUDE.md、Cursor 规则)改得更清楚可执行。用在需要把代理行为、触发条件、失败边界和测试要点明确化的时候,而不是普通代码审查。会指出模糊项、补全例子并给出重写建议和可测的规范。
0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Rayna-RRR/agent-instruction-smells/main/fixtures/sample-skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Rayna-RRR/agent-instruction-smells/main/fixtures/sample-skill/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Instruction Review Skill ## When to use Use this skill when the user asks to review or improve `AGENTS.md`, `CLAUDE.md`, `SKILL.md`, Cursor rules, or another coding-agent instruction file. Do not use this skill for ordinary application code reviews unless the instruction file itself is part of the change. ## Instructions 1. Identify the instruction file type and its intended scope. 2. Check for bloat, stale commands, conflicts, unsafe guidance, copied tool docs, and overbroad triggers. 3. Preserve project-specific commands, paths, conventions, and safety constraints. 4. Prefer small edits over rewrites. 5. Report anything that needs human review before publishing. ## Output Summariz
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有