code-review

Automate Go code quality and security review for Cloudflare Operator pull requests.

6|4|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/StringKe/cloudflare-operator --skill code-review-stringke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/StringKe/cloudflare-operator/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/StringKe/cloudflare-operator --skill code-review-stringke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

cloudflare-operator 项目代码审查。检查代码质量标准、安全问题和最佳实践。适用于审查 PR、提交前检查代码或验证变更。

Core Features & Use Cases

  • 静态分析与格式化:执行 gofmt、golint、go vet 等检查,确保代码风格和潜在问题得到识别。
  • 安全性与合规性审查:检测常见安全问题、依赖漏洞和最佳实践偏差,适用于 PR 审核与合并前检查。
  • 审查结果聚合与报告:生成可操作的审查清单,便于开发者修正并提交变更。

Quick Start

Run the full code-review workflow locally to audit the current PR before merging.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for a Cloudflare operator project?

Automate Cloudflare operator code review by running static analysis, vulnerability checks, and unit tests on pull requests. This ensures Go code, Kubernetes controllers, and CRD definitions conform to project guidelines before merging.

What static analysis checks are run during pre-merge checks for Go code?

Pre-merge checks for Go code run gofmt, golint, and go vet to identify formatting issues and potential problems. These static analysis tools ensure code style and quality standards are met before submission.

How do I check for security vulnerabilities and dependency issues in Kubernetes controllers?

Check for security vulnerabilities and dependency issues in Kubernetes controllers by running automated security and compliance reviews. This detects common security problems and best practice deviations during the PR audit.

How does the code review process generate actionable feedback for developers?

The code review process generates an actionable checklist aggregating all identified formatting, security, and compliance issues. Developers use this report to make targeted corrections and resubmit their changes.

Can I use this code review workflow for local pre-merge checks before submitting a PR?

Yes, you can run the full code-review workflow locally to audit your current PR before merging. This allows you to validate code quality, security, and project guideline conformance prior to submission.

Does the code review validate CRD definitions and Kubernetes controller logic?

Yes, the code review validates CRD definitions and Kubernetes controller logic alongside standard Go code. It applies project guidelines and static analysis to ensure conformity across all project components.