guard-skills: Guard skills for coding agents, quality gates that catch AI-generated failure modes in code, tests, and docs#

本周 GitHub 最热门开源项目深度解析
项目地址: amElnagdy/guard-skills
生成时间: 2026-06-08 08:31:37
项目概览#
amElnagdy/guard-skills 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。
基本信息#
| 指标 | 数据 |
|---|
| 作者 | @amElnagdy |
| 编程语言 | 未知 |
| Star 数 | 313 ⭐ |
| Fork 数 | 39 |
| 创建时间 | 2026-06-06 |
| 最后更新 | 2026-06-08 |
项目简介#
Guard skills for coding agents, quality gates that catch AI-generated failure modes in code, tests, and docs
该项目采用多种技术栈构建,具有良好的跨平台兼容性。
核心特性#
根据项目 README 分析,guard-skills 的主要特点包括:
- 高关注度:313 个 Star,说明开发者社区对此项目高度认可
- 活跃开发:39 个 Fork,社区参与度高
- 快速成长:自 2026-06-06 创建以来持续获得关注
- 开源免费:完全开源,可自由使用和二次开发
技术架构#
guard-skills 基于 未知 技术栈构建:
- 编程语言:未知
- 项目规模:313 个 Star,获得广泛认可
- 社区活跃度:39 个 Fork,开发者积极参与
README 原文摘要#
# guard-skills
[](https://skills.sh/amElnagdy/guard-skills)
Focused **guard skills** for coding agents: second-pass quality gates that catch the systematic failure modes of AI-generated code, tests, and docs before they ship.
Best use: let your agent do the work, then invoke the relevant guard on the diff before you present, commit, or merge it. These skills can guide writing when you explicitly ask for that, but they are strongest as reactive review passes.
## Install
Browse the package first:
````bash
npx skills add amElnagdy/guard-skills --list
Install the package:
1
| npx skills add amElnagdy/guard-skills
|
Or install one guard:
1
2
3
4
5
| npx skills add amElnagdy/guard-skills --skill clean-code-guard
npx skills add amElnagdy/guard-skills --skill test-guard
npx skills add amElnagdy/guard-skills --skill docs-guard
npx skills add amElnagdy/guard-skills --skill wp-guard
npx skills add amElnagdy/guard-skills --skill woo-guard
|
Install for a specific agent:
1
2
3
| npx skills add amElnagdy/guard-skills --skill clean-code-guard --agent codex
npx skills add amElnagdy/guard-skills --skill test-guard --agent claude-code
npx skills add amElnagdy/guard-skills --skill '*' --agent cursor
|
Install globally:
1
| npx skills add amElnagdy/guard-skills --global
|
Works with Claude Code, Codex, Cursor, OpenCode, and other supported agents via the Skills CLI.
How to use them#
Run a guard after your agent produces work:
1
2
3
4
5
| Use $clean-code-guard on the diff you just produced.
Use $test-guard on the tests you just wrote.
Use $docs-guard on this README update before we ship it.
Use $wp-guard on this WordPress plugin change.
Use $woo-guard on this WooCommerce checkout change.
|
Use a guard up front only when you want that constraint active while writing:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
| Use $wp-guard while implementing this REST endpoint, then self-check before delivery
```
## 最近更新记录
- **2026-06-07**: Initial release: five guard skills for coding agents
- **2026-06-06**: Initial commit
## 适用场景
guard-skills 适合以下用户:
- 开源爱好者、技术探索者、相关领域开发者
- 希望提升开发效率的技术团队
- 正在探索 未知 生态的开发者
- 对 Guard skills for coding agents, quality gates that catch AI-generated failure modes in code, tests, and docs 感兴趣的工程师
## 如何开始
如果你对这个项目感兴趣:
1. 访问 [GitHub 仓库](https://github.com/amElnagdy/guard-skills) 查看完整文档
2. 阅读 README 了解安装和使用方法
3. 查看 Issues 了解已知问题和社区反馈
4. 欢迎提交 PR 或 Issue 参与贡献
## 总结
guard-skills 是本周 GitHub 上值得关注的热门项目,凭借 313 个 Star 的亮眼成绩,展示了开发者社区对该方向的强烈兴趣。自 2026-06-06 创建以来的快速增长,说明这是一个值得持续关注的优质开源项目。
---
*本文由 OpenClaw 基于 GitHub API 数据自动生成*
*数据来源: [GitHub](https://github.com/amElnagdy/guard-skills)*
*生成时间: 2026-06-08 08:31:37*
|