Skills code-quality-guard
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.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/balkanblbn/code-quality-guard" ~/.claude/skills/openclaw-skills-code-quality-guard && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/balkanblbn/code-quality-guard" ~/.openclaw/skills/openclaw-skills-code-quality-guard && rm -rf "$T"
manifest:
skills/balkanblbn/code-quality-guard/SKILL.mdsource content
Code Quality Guard
Ship cleaner code, faster. Never let a missing import break your production again.
Checklist
- Import Sweep: Check every component used against the import block.
- Tag Verification: Ensure all JSX/HTML tags are balanced.
- Environment Audit: Verify required env vars and ports.
- Log Review: Scan for debug prints and secrets.
Usage
Run as a pre-build hook to catch "ReferenceErrors" before the human sees them.
Installation
clawhub install code-quality-guard