‹ 返回总目录
开发工具 最近更新08-04

code-review-and-quality

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量21.2K
⭐ GitHub Stars81,635(fork 8795)
🗓️ 最近推送2026-08-04
🌱 项目创建2026-02-15
💻 语言 / LicenseJavaScript · MIT
🐛 开放Issue142

📝 工具简介

面向AI编程代理的生产级工程技能。

📖 怎么用

安装很简单,先运行 `npx skills add addyosmani/agent-skills --list` 浏览可用技能,然后执行 `npx skills add addyosmani/agent-skills --skill code-review-and-quality` 安装这个技能。如果你用的是 Claude Code,也可以走插件路线:`/plugin marketplace add addyosmani/agent-skills` 添加市场,再 `/plugin install agent-skills@addy-agent-skills` 安装。装好后直接用斜杠命令就行,比如 `/spec` 定义需求、`/plan` 做计划、`/build` 写代码、`/verify` 验证、`/review` 做五维审查、`/ship` 上线。每个命令会自动触发对应的技能,不用手动配置。

📋 迷你测评

给AI编程代理用的生产级工程技能。亮点是“生产级”定位,不是玩具demo。没具体指标,但方向对路。

📄 README 要点

这是一套面向AI编码代理的生产级工程技能包,将资深工程师的开发流程、质量门禁和最佳实践编码成技能,让AI代理在开发各阶段都能一致遵循。它提供8个斜杠命令对应开发生命周期:/spec定义需求、/plan规划任务、/build增量构建、/test测试验证、/review代码审查、/webperf性能审计、/code simplify简化代码、/ship生产发布。每个命令自动激活相应技能,比如有规格后/build能自动生成后续步骤。适合希望AI代理严格遵循工程规范、提升代码质量的开发团队。

查看英文原文
Agent Skills Production grade engineering skills for AI coding agents. Skills encode the workflows, quality gates, and best practices that senior engineers use when building software. These ones are packaged so AI agents follow them consistently across every phase of development. [安装/使用命令见下方] Commands 8 slash commands that map to the development lifecycle. Each one activates the right skills automatically. What you're doing Command Key principle Define what to build /spec Spec before code Plan how to build it /plan Small, atomic tasks Build incrementally /build One slice at a time Prove it works /test Tests are proof Review before merge /review Improve code health Audit web performance /webperf Measure before you optimize Simplify the code /code simplify Clarity over cleverness Ship to production /ship Faster is safer Want fewer manual steps once the spec exists? /build auto generates the plan and implements every task in a single approved pass — you approve the plan once, then it runs autonomously. It removes the human stepping between tasks, not the verification: every task is still test driven and committed individually, and it pauses on failures or risky steps. Skills also activate automatically based on what you're doing — designing an API triggers api and interface design , building UI triggers frontend ui engineering , and so on. Quick Start Fastest path — any agent, one command. The open skills CLI installs into 70+ agents (Claude Code, Cursor, Codex, Copilot, Cline, and more): [安装/使用命令见下方] Or grab individual skills: [安装/使用命令见下方] Installing one skill? A per skill npx install copies only skills/ / , not the repo level references/ directory. The skill still works, but paths to supplementary shared checklists are unavailable. Use a whole repo integration, clone the repository, or copy the needed checklist into a references/ directory inside the installed skill. This portability gap is tracked in 361. Prefer a native integration? Pick your tool below. Claude Cod

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考