quick-review
审查近期代码变更,检查 bug、安全隐患并提出改进建议。针对 git diff 中的暂存或未暂存更改提供可操作的反馈。
Why use this skill?
Automate code reviews with OpenClaw quick-review. Detect bugs, security risks, and performance issues in your git diffs before you commit code.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jagger-zxz/zxz-testWhat This Skill Does
The quick-review skill acts as an intelligent, automated pair programmer within your development environment. It is designed to scrutinize your git diffs—whether staged or unstaged—to identify high-impact issues before you commit your code. Instead of focusing on cosmetic linting or trivial style preferences, this skill targets substantial problems that affect system stability, security, and maintainability. By automating the identification of logic errors, security vulnerabilities, performance bottlenecks, and dead code, quick-review helps maintain high-quality standards across your codebase.
Installation
To integrate this skill into your OpenClaw workflow, execute the following command in your terminal:
clawhub install openclaw/skills/skills/jagger-zxz/zxz-test
Use Cases
- Pre-Commit Gatekeeping: Use this before running
git committo ensure your latest changes don't introduce critical bugs or security flaws. - Pull Request Preparation: Run this skill to self-review your code before pushing to a remote repository, significantly reducing the cognitive load on your human peer reviewers.
- Quick Debugging: When debugging a specific feature branch, run this to get a fresh pair of eyes on the logic changes you just implemented.
Example Prompts
- "Review my current changes and let me know if there are any security vulnerabilities or logic errors I missed."
- "I'm about to commit these changes, can you check for any potential performance issues or hardcoded credentials?"
- "Please scan my staged changes and summarize any bugs or code quality issues before I push this update."
Tips & Limitations
- Focus on Action: The skill is programmed to avoid subjective feedback. It ignores trivial formatting issues to provide you with actionable, high-value advice.
- Scope: The effectiveness of the skill is limited to the current diff. If a bug exists outside the changed lines, it will not be detected. Always maintain a comprehensive test suite in addition to this review.
- Contextual Accuracy: Because the skill references exact line numbers and variable names, ensure your git diff output is readable. If the diff is excessively large, consider reviewing components modularly for better analysis accuracy.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jagger-zxz-zxz-test": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
social-vault
社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.
AURA Security Scanner
Scan AI agent skills for malware, credential theft, prompt injection, and dangerous permissions before installing them