#390 · Primary category: AI Coding Assistants

guard-skills

agent-skills ai claude claude-code code-review codex skills-sh woocommerce wordpress

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

Project last updated:07/04/26

GitHub Stars

1.2K

Forks

142

Contributors

2

License

MIT

Why we included this project

Anyone who has let an AI coding agent run knows the feeling: the diff looks clean, and then a test fails because the agent referenced an API that was never real. guard-skills is a set of review passes you run over that output before you commit or merge. There is a clean-code guard that flags over-abstraction and hallucinated APIs, a test guard that catches mock abuse and tests that assert nothing, and a docs guard that treats documentation as claims to be checked against the codebase. Two more guards cover WordPress and WooCommerce shipping, checking escaping, nonces, prepared queries, and HPOS-safe order access. Everything installs through the Skills CLI and works with Claude Code, Codex, Cursor, and other agents, so it fits an existing workflow without changing how you prompt. If you ship agent-generated code, especially on WordPress or WooCommerce, this is a useful safety net between generation and delivery.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category