Code Quality
/install code-quality
Code Quality Standards
Coding Style
- Naming: camelCase for vars/functions; PascalCase for classes/types
- Formatting: 4-space indentation; target ≤80 chars (wrap thoughtfully)
- Comments: Meaningful, current; delete stale comments
- Security: Never log secrets/PII; validate inputs; least privilege by default
- Errors/Logs: Explicit error types; structured logs by level; actionable messages
Accessibility & UX Quality
- Favor semantic roles/labels; keyboard nav and focus order must work
- Include responsive checks at 375, 768, 1024, 1440 with notes/screenshots
- Use deterministic test IDs; avoid brittle CSS/XPath
Security & Compliance Guardrails
- No real credentials in code, tests, or screenshots
- Use test accounts/fixtures; redact secrets
- Follow least-privilege and input validation
- Document threat considerations in PR when relevant
Reference Files
See references/coding-style.md for detailed style guide, formatting rules, comment standards.
See references/security-checklist.md for security validation checklist, threat modeling, PII handling.
See references/accessibility-standards.md for WCAG compliance, semantic HTML patterns, keyboard nav testing.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install code-quality - After installation, invoke the skill by name or use
/code-quality - Provide required inputs per the skill's parameter spec and get structured output
What is Code Quality?
Coding style standards, security guidelines, and accessibility requirements. Use when (1) Writing new code, (2) Reviewing code for style/security, (3) Implem... It is an AI Agent Skill for Claude Code / OpenClaw, with 2245 downloads so far.
How do I install Code Quality?
Run "/install code-quality" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Code Quality free?
Yes, Code Quality is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Code Quality support?
Code Quality is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Code Quality?
It is built and maintained by Toby Morning (@urbantech); the current version is v1.0.0.