Professional pre-deployment code review and quality enforcement. Ensures imports are valid, tags are closed, and logic follows best practices before announcing a build is live.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill code-quality-guard --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Quality Guard?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-code-quality-guard)More formats (shields.io, HTML) on the badges page.
---
name: code-quality-guard
description: "Professional pre-deployment code review and quality enforcement. Ensures imports are valid, tags are closed, and logic follows best practices before announcing a build is live."
---
# Code Quality Guard
Ship cleaner code, faster. Never let a missing import break your production again.
## Checklist
1. **Import Sweep**: Check every component used against the import block.
2. **Tag Verification**: Ensure all JSX/HTML tags are balanced.
3. **Environment Audit**: Verify required env vars and ports.
4. **Log Review**: Scan for debug prints and secrets.
## Usage
Run as a pre-build hook to catch "ReferenceErrors" before the human sees them.
## Installation
```bash
clawhub install code-quality-guard
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!