review-skill
审查指定 Skill 的规范合规性,输出结构化报告。不要自动修复,只报告问题。
步骤 1 — 加载上下文
- 解析
$ARGUMENTS:- 若为目录路径 → 读取该目录下的
SKILL.md - 若为文件路径 → 直接读取该文件
- 若路径不存在或无 SKILL.md → 输出错误信息并终止
- 若为目录路径 → 读取该目录下的
- 用 Glob 列出该 Skill 目录下所有文件(含子目录)
- 读取官方规范(按优先级尝试):
- 项目根目录下
docs/references/Extend Claude with skills.md(Claude Code 官方文档) - 项目根目录下
docs/references/The-Complete-Guide-to-Building-Skill-for-Claude.md(完整构建指南) - 若两份均不存在 → 基于内置知识完成审查,并以如下告警块开头输出报告:
⚠️ 置信度:中 — 未加载官方规范文档(路径不存在),结果基于
references/checklist.md和内置知识,建议更新文档路径后重新审查。
- 项目根目录下
- 读取完整检查表:本 Skill 目录下的
references/checklist.md
步骤 2 — 逐项检查
对照 references/checklist.md 中的检查表逐项判定。每项标记 ✅ 通过、❌ 不通过、⚠️ 建议优化。
More from vamdawn/ai-forge
content-summarizer
Fetch, analyze, and summarize web content into structured Obsidian notes. Supports articles, GitHub repositories, and Reddit/HN/Twitter threads. Automatically detects URL type and selects the appropriate fetcher strategy and note template. Triggers include requests like 'summarize this article', 'take notes on this', 'save this repo', 'summarize this thread', or any URL-based request intended to be saved as an Obsidian note.
62git-commit
Create well-formatted atomic git commits with conventional commit messages and emoji. Use when making git commits, splitting large changesets into logical units, or crafting commit messages.
16semver-release
Automated version release workflow. Analyzes git commit history to infer semantic version, auto-detects version files across ecosystems, updates multilingual CHANGELOGs, creates git commit and tag. Use when: (1) user says "release", "publish version", "bump version", (2) user invokes /release command, (3) preparing to release a new version.
16review-doc
Structured document review and quality improvement. Use when the user asks to review, proofread, check, audit, or improve a document (Markdown, text, or any prose file). Triggers include: 'review this doc', 'check this document', 'proofread', 'audit this spec', 'review and fix', or any request to find and fix issues in written documents. Supports reviewing against referenced standards (PRD, design docs, style guides).
15plan-executor
Orchestrated multi-agent plan execution with TDD and code review. Use when you have a structured plan file to execute via SubAgents. Decomposes tasks, dispatches agents, enforces TDD and code review gates.
13review-context
从 context engineering 角度审查代码、架构文档、prompt 和设计文档。自动识别内容类型,选择 3-5 个最相关维度进行审查,生成含严重等级和改进建议的结构化报告。触发词:review context、CE 审查、上下文工程审查。
9