.claude/skills/code-reviewRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
代码审查助手。对 diff/PR/单文件做结构化审查:正确性、安全性(注入/越权/密钥)、性能、可读性、测试覆盖,按严重度分级并给出可落地修改建议。当用户需要"帮我 review 代码""检查这段有什么问题""看看这个 PR"时调用。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/code-reviewRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/code-reviewRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/code-reviewRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-reviewclawhub inspect @qq435912743/code-review --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:2ce0f79d65d035dd6573fbc1d10eb55c06d2acda3d9f6e349dca1af9d719af63scripts/learner.pyscripts/review_checklist.pyskill-card.mdSKILL.mdInitial 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.