/install code-check
Code Quality & Security Checks
Run comprehensive project checks and fix all issues by priority.
Use Cases
Use when users need "check code", "run check", "fix lint errors", or "code quality check".
Core Task
Run the project check command and resolve all errors. Loop: check → fix → re-check until all pass.
Important Rules
- Do not commit any code
- Do not change version numbers
- Only fix issues identified by checks
Check Types
| Type | Description | JS/TS | Python | Rust | Go |
|---|---|---|---|---|---|
| Lint | Code style & syntax | ESLint | flake8 | clippy | golint |
| Type Check | Type errors | tsc | mypy | cargo check | go vet |
| Tests | Failing cases | jest/vitest | pytest | cargo test | go test |
| Security | Vulnerability detection | npm audit | bandit | cargo audit | govulncheck |
| Formatting | Style consistency | prettier | black | rustfmt | gofmt |
| Build | Compilation errors | tsc --noEmit | — | cargo check | go build |
Workflow
- Run the check command
- Analyze output for errors and warnings
- Fix by priority:
- 🔴 Build-breaking errors (highest priority)
- 🔴 Test failures
- 🟡 Linting errors
- 🟢 Warnings
- Re-run checks after each fix
- Continue until all checks pass
Multi-Project Types
- JavaScript/TypeScript:
npm run checkoryarn check - Python:
black→isort→flake8→mypy - Rust:
cargo check→cargo clippy - Go:
go vet→golint - Swift:
swift-format→swiftlint
If the project has no check script, execute the above commands individually.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install code-check - After installation, invoke the skill by name or use
/code-check - Provide required inputs per the skill's parameter spec and get structured output
What is Code Check?
Run project quality checks and security reviews, fixing all errors by priority until all pass. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Code Check?
Run "/install code-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Code Check free?
Yes, Code Check is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Code Check support?
Code Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Code Check?
It is built and maintained by OpenLark (@openlark); the current version is v1.0.0.