·openlark-code-standards
</>

openlark-code-standards

OpenLark 项目代码规范检查技能。用于快速审查仓库内的架构一致性、API 实现套路、参数校验、命名与导出规范,并输出可执行检查清单与证据路径。

14Installs·0Trend·@foxzool

Installation

$npx skills add https://github.com/foxzool/open-lark --skill openlark-code-standards

How to Install openlark-code-standards

Quickly install openlark-code-standards AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/foxzool/open-lark --skill openlark-code-standards
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: foxzool/open-lark.

SKILL.md

View raw

| 只想做一次项目规范体检(给出规则-证据对和风险清单) | openlark-code-standards | 若发现架构级冲突/公共 API 设计分歧,转 openlark-design-review | | 重点是架构收敛、范式选型、兼容策略(含 breaking 评估) | openlark-design-review | 若需要补充全仓规范一致性证据,可回补 openlark-code-standards | | 只处理 validate()、validaterequired!、空白字符串与校验聚合 | openlark-validation-style | 若校验问题已扩展到命名/导出/端点体系,转 openlark-code-standards |

| 新增或重构某个具体 API 文件(Request/Response/Builder/导出) | openlark-api | 若实现前需先做规范体检,先跑 openlark-code-standards | | 关注 API 覆盖率、实现数量、缺失清单 | openlark-api-validation | 若覆盖率问题背后是设计不一致,转 openlark-design-review |

| 代码规范、规范检查、风格一致性、体检、对齐约定 | openlark-code-standards | | 架构设计、public API、收敛方案、feature gating、兼容策略、breaking change | openlark-design-review | | validate、必填校验、validaterequired、空白字符串、校验聚合 | openlark-validation-style | | 新增 API、重构 API、Builder、Request/Response、mod.rs 导出 | openlark-api | | 覆盖率、实现数量、缺失 API、统计、对比 CSV | openlark-api-validation |

OpenLark 项目代码规范检查技能。用于快速审查仓库内的架构一致性、API 实现套路、参数校验、命名与导出规范,并输出可执行检查清单与证据路径。 Source: foxzool/open-lark.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/foxzool/open-lark --skill openlark-code-standards
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from foxzool/open-lark

Quick answers

What is openlark-code-standards?

OpenLark 项目代码规范检查技能。用于快速审查仓库内的架构一致性、API 实现套路、参数校验、命名与导出规范,并输出可执行检查清单与证据路径。 Source: foxzool/open-lark.

How do I install openlark-code-standards?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/foxzool/open-lark --skill openlark-code-standards Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/foxzool/open-lark