Real Skill packageSource verifiedClawHub registry

code-review

代码审查助手。对 diff/PR/单文件做结构化审查:正确性、安全性(注入/越权/密钥)、性能、可读性、测试覆盖,按严重度分级并给出可落地修改建议。当用户需要"帮我 review 代码""检查这段有什么问题""看看这个 PR"时调用。

Identity and source

Publisher attributionqq435912743registry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 54% rule confidence
Package forminstruction with code4 recorded files
Canonical sourceClawHub registryclawhub:qq435912743:code-review
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/16/2026.claude/skills/code-review

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/16/2026.agents/skills/code-review

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/16/2026skills/code-review

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @qq435912743/code-review
clawhub inspect @qq435912743/code-review --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
4 / 4 inspected as text
Checked
8/16/2026, 6:51:26 PM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/14/2026, 1:44:25 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:2ce0f79d65d035dd6573fbc1d10eb55c06d2acda3d9f6e349dca1af9d719af63
Show up to 4 recorded paths
  • scripts/learner.py
  • scripts/review_checklist.py
  • skill-card.md
  • SKILL.md

Source changelog

Initial release of the code-review skill. - Provides structured review for code diffs, PRs, and files, covering correctness, security, performance, readability, and test coverage. - Classifies issues by severity: Blocker, Major, Minor, Nit. - Offers actionable suggestions with specific file and line references. - Includes a static pre-check tool (`scripts/review_checklist.py`) for common issues. - Features a self-learning system to improve checklist coverage based on actual review feedback. - Ensures privacy by not externalizing code and only summarizing credentials/secrets findings.