← 返回 Skills 市场
urbantech

Code Quality

作者 Toby Morning · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
2245
总下载
0
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install code-quality
功能描述
Coding style standards, security guidelines, and accessibility requirements. Use when (1) Writing new code, (2) Reviewing code for style/security, (3) Implem...
使用说明 (SKILL.md)

Code Quality Standards

Coding Style

  • Naming: camelCase for vars/functions; PascalCase for classes/types
  • Formatting: 4-space indentation; target ≤80 chars (wrap thoughtfully)
  • Comments: Meaningful, current; delete stale comments
  • Security: Never log secrets/PII; validate inputs; least privilege by default
  • Errors/Logs: Explicit error types; structured logs by level; actionable messages

Accessibility & UX Quality

  • Favor semantic roles/labels; keyboard nav and focus order must work
  • Include responsive checks at 375, 768, 1024, 1440 with notes/screenshots
  • Use deterministic test IDs; avoid brittle CSS/XPath

Security & Compliance Guardrails

  • No real credentials in code, tests, or screenshots
  • Use test accounts/fixtures; redact secrets
  • Follow least-privilege and input validation
  • Document threat considerations in PR when relevant

Reference Files

See references/coding-style.md for detailed style guide, formatting rules, comment standards.

See references/security-checklist.md for security validation checklist, threat modeling, PII handling.

See references/accessibility-standards.md for WCAG compliance, semantic HTML patterns, keyboard nav testing.

安全使用建议
This skill is essentially a checklist and appears safe to add, but consider the following before installing or relying on it: (1) The SKILL.md references 'references/...' files that are not bundled—ask the publisher for those documents or provide your own project-specific references. (2) When following the guidance to include screenshots, ensure screenshots are taken from test accounts and are redacted to remove any PII/credentials. (3) Confirm the style rules (naming, indentation, line length) match your project's conventions before applying them automatically. (4) Because the skill is instruction-only, it cannot itself redact or sanitize content—avoid running it against private repositories or production data until you've verified its behavior. If you want stronger assurance, request the missing reference files and a short example of how the skill is used in a code review workflow.
能力评估
Purpose & Capability
The name, description, and runtime instructions align: this is a code-style/security/accessibility checklist. However, the SKILL.md refers to local reference files (references/coding-style.md, references/security-checklist.md, references/accessibility-standards.md) that are not included in the bundle, which is an inconsistency that will make the skill less useful.
Instruction Scope
Instructions stay within the stated scope (coding style, security, accessibility). They explicitly prohibit embedding real credentials and ask for test fixtures. One operational detail to note: the guidance asks for responsive checks 'with notes/screenshots' — screenshots can accidentally expose sensitive data if not redacted; the skill itself does not provide mechanisms for safe capture/redaction.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk installation surface.
Credentials
The skill requests no environment variables, binaries, or credentials. Its requirements are minimal and proportionate to its described functionality.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install code-quality
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /code-quality 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the code-quality skill. - Provides comprehensive coding style standards, security guidelines, and accessibility requirements. - Outlines clear best practices for naming, formatting, commenting, and error/log handling. - Details accessibility and UX quality expectations, including responsive design checks. - Defines strict security guardrails for handling secrets, PII, and user input. - Includes references to detailed style, security, and accessibility guides.
元数据
Slug code-quality
版本 1.0.0
许可证 MIT-0
累计安装 13
当前安装数 13
历史版本数 1
常见问题

Code Quality 是什么?

Coding style standards, security guidelines, and accessibility requirements. Use when (1) Writing new code, (2) Reviewing code for style/security, (3) Implem... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2245 次。

如何安装 Code Quality?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install code-quality」即可一键安装,无需额外配置。

Code Quality 是免费的吗?

是的,Code Quality 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Code Quality 支持哪些平台?

Code Quality 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Code Quality?

由 Toby Morning(@urbantech)开发并维护,当前版本 v1.0.0。

💬 留言讨论