Leaderboard/Code Quality/guard-skills
Last commit on July 4, 2026·Created on June 6, 2026

amElnagdy/guard-skills

Quality gates that catch what AI coding agents leave behind.
Combined rank
#254
across all skills
In Code Quality
#9
category rank
Stars
1.2k
+1.1% in last 7d
Forks
141
+0.7% in last 7d
Watchers
17
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This repo collects five guard skills that review AI-generated output before it ships. The clean-code-guard checks production code against Clean Code, SOLID, and LLM-specific failure modes. The docs-guard verifies every claim in documentation against the source code. The test-guard prevents test bloat and enforces behavioral testing. The wp-guard and woo-guard enforce WordPress security, internationalization, and WooCommerce HPOS and checkout rules. The collection helps engineers using AI assistants, platform teams, technical writers, and WordPress developers ship with fewer hidden defects.

WHO IT'S FOR
Engineers Using AI Coding Assistants
reviewing AI-generated production code
Platform and DevEx Teams
embedding guard skills in AI workflows
WordPress Plugin Developers
auditing AI-generated WordPress and WooCommerce code
Technical Writers Using AI Tools
verifying AI-generated documentation claims
Repository contents

5 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install the complete package

Installs: Complete guard-skills package using the CLI's default scope

  1. In a terminal, browse the package first.

    npx skills add amElnagdy/guard-skills --list
  2. In a terminal, install the complete package.

    npx skills add amElnagdy/guard-skills
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Review a small production-code change

Uses clean-code-guard

  • A PR diff or one or more production-code file paths
  • Relevant project instructions or conventions, if any
Use clean-code-guard in review mode to review [PR diff or production-code file paths]. Produce prioritized findings with concrete file-and-line evidence, and do not edit the code unless I ask.
skills/clean-code-guard/SKILL.md · Checked Sep 18, 2026
Suggested first task

Review changed tests for maintenance risks

Uses test-guard

  • A test diff or one or more test file paths
  • The project's testing instructions and test-stack details, if available
Use test-guard to review [test diff or test file paths]. Report each meaningful violation concisely with its rule number, location, reason, and a suggested fix; do not rewrite the tests unless I ask.
skills/test-guard/SKILL.md · Checked Sep 18, 2026
Suggested first task

Fact-check changed technical documentation

Uses docs-guard

  • One or more changed documentation file paths
  • Relevant source-code, schema, route, or CLI implementation paths
  • Project documentation style guide or agent instructions, if any
Use docs-guard in review mode to fact-check [documentation file paths] against [relevant source-code paths]. Produce a findings report with file-and-line evidence, and do not rewrite the documentation unless I ask.
skills/docs-guard/SKILL.md · Checked Sep 18, 2026