ai-code-reviewer
Installation
SKILL.md
AI Code Reviewer
Automated AI-powered code review that runs on git hooks with progressive disclosure design. Reviews staged changes against project-specific rules using Claude AI, blocking or warning about violations before commits.
Key Features
- Progressive Disclosure: Loads rule metadata first for fast matching, full details only for applicable rules
- Git Hook Integration: Automatically runs on pre-commit or pre-push
- Project-Level Rules: Each project maintains its own review rules in
.ai-reviewer/rules/ - Smart Matching: Matches rules by keywords and file patterns before full AI review
- Flexible Configuration: Block/warn modes, Claude API or CLI backend
- Token Efficient: Minimizes context usage by loading only relevant rules
Quick Start
- Initialize project structure (if not exists):
mkdir -p .ai-reviewer/{rules,hooks} cp <skill-path>/assets/config.yaml .ai-reviewer/
Related skills
More from yulong-me/skills
daily-news-summarizer
自动总结多个新闻网站的当日要闻,使用浏览器自动化访问和读取新闻内容。适用于:用户请求"总结今天的新闻"、"获取今日要闻"、"生成新闻摘要"等任务;或用户询问"今天有什么重要新闻?"、"帮我看看新闻网站今天的头条"等问题。支持中文新闻网站(新浪、网易、腾讯等)和国际新闻网站(BBC、Reuters等),生成详细的Markdown格式摘要报告。
114codebase-understanding
自底向上分析代码库并生成层级化 README.md 文档树。从叶子目录开始分析,为每个目录生成包含文件、类、函数一句话描述的 README.md,逐层向上汇总形成完整的代码库文档体系。支持状态持久化和断点续传,适用于理解新项目、生成技术文档、分析代码结构等场景。当用户需要理解代码库结构、分析功能实现、生成代码文档时使用此技能。
35slidev-ppt
使用 Slidev 快速创建专业演示文稿的技能。支持多种预设主题(商务、技术、创意、极简)、自动生成大纲、启动开发服务器预览、导出 PDF/PPTX。当用户需要:1) 创建 PPT 演示文稿;2) 使用 Markdown 制作幻灯片;3) 技术分享或产品发布;4) 导出演示文稿为 PDF 或其他格式时使用此技能。
16