← 返回
未分类 中文

Code Check

Run project quality checks and security reviews, fixing all errors by priority until all pass.
执行项目质量检查和安全审查,按优先级修复所有错误,直至全部通过。
openlark
未分类 clawhub v1.0.0 1 版本 98750 Key: 无需
★ 0
Stars
📥 79
下载
💾 1
安装
1
版本
#latest

概述

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

TypeDescriptionJS/TSPythonRustGo
---------------------------------------------
LintCode style & syntaxESLintflake8clippygolint
Type CheckType errorstscmypycargo checkgo vet
TestsFailing casesjest/vitestpytestcargo testgo test
SecurityVulnerability detectionnpm auditbanditcargo auditgovulncheck
FormattingStyle consistencyprettierblackrustfmtgofmt
BuildCompilation errorstsc --noEmitcargo checkgo build

Workflow

  1. Run the check command
  2. Analyze output for errors and warnings
  3. Fix by priority:
    • 🔴 Build-breaking errors (highest priority)
    • 🔴 Test failures
    • 🟡 Linting errors
    • 🟢 Warnings
  4. Re-run checks after each fix
  5. Continue until all checks pass

Multi-Project Types

  • JavaScript/TypeScript: npm run check or yarn check
  • Python: blackisortflake8mypy
  • Rust: cargo checkcargo clippy
  • Go: go vetgolint
  • Swift: swift-formatswiftlint

If the project has no check script, execute the above commands individually.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-06-07 13:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Toutiao Graphic Publisher

openlark
通过浏览器自动化在头条发布图文内容,支持智能排版、自动生成热门标签等功能。
★ 2 📥 930

Chartjs

openlark
Chart.js 图表技能,用于生成折线图、柱状图、饼图、雷达图、散点图等可视化图表。
★ 0 📥 638

Text Summarizer

openlark
抽取式AI文本摘要工具,自动使用TextRank+TF‑IDF混合算法从任意文本中提取最重要的句子。
★ 0 📥 702