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.
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
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.
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.
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.
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.