code-review
Comprehensive code review following NovaTech standards. Use when reviewing pull requests, auditing code quality, or preparing code for production deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive code review following NovaTech standards. Use when reviewing pull requests, auditing code quality, or preparing code for production deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generates comprehensive code documentation following JSDoc standards. Use when writing documentation, adding docstrings, or documenting APIs.
Check HTML pages for accessibility issues and WCAG 2.1 compliance. Automatically loads when working on HTML accessibility, ARIA labels, or screen reader compatibility.
Implement client-side form validation. Automatically loads when adding form validation, handling form errors, or improving form UX.
| name | code-review |
| description | Comprehensive code review following NovaTech standards. Use when reviewing pull requests, auditing code quality, or preparing code for production deployment. |
| allowed-tools | ["Read","Grep","Glob","Bash"] |
This skill guides comprehensive code reviews covering security, performance, and style standards.
For detailed security checks, see SECURITY.md.
Key areas to examine:
Reference PERFORMANCE.md for performance patterns.
Focus on:
See STYLE.md for the complete style reference.
Priorities:
To validate code, run ./scripts/run-linters.sh against the target files.
Do not read the script contents — just execute it and process the output.
./scripts/run-linters.sh path/to/file.js
The script runs ESLint for JavaScript and Stylelint for CSS, reporting issues in compact format.
Before approving any code: