tech-ai-code-review
星标0
分支0
更新时间2026年4月3日 14:44
Anti-pattern catalog for structured code reviews across Node.js, Bash, and Terraform.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Anti-pattern catalog for structured code reviews across Node.js, Bash, and Terraform.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create or modify Node.js/TypeScript application components using DDD boundaries, early returns, and deterministic test coverage.
Repository-specific topology, naming patterns, and validation guidance for working in the onemail repository.
| name | tech-ai-code-review |
| description | Anti-pattern catalog for structured code reviews across Node.js, Bash, and Terraform. |
Critical: must-fix — security flaws, correctness bugs, data-loss risk.Major: high-risk — mandatory rule violations, unsafe defaults, missing validation.Minor: worthwhile — reduces technical debt or clarifies intent.Nit: style, naming, or small convention inconsistencies.eval() or Function() constructor with untrusted input.child_process.exec() with user-controlled strings (use execFile or parameterized invocation).console.log instead of @aws-lambda-powertools/logger.any types defeating TypeScript safety.zod).process.env reads outside config/env.ts.camelCase.layer.ts convention).eval with user-controlled input.mktemp).set -euo pipefail.$var instead of "$var").#!/bin/sh instead of #!/usr/bin/env bash..tf files."Action": "*" or "Resource": "*").lifecycle blocks on stateful resources (databases, storage).description on variables and outputs.terraform fmt violations.copilot-code-review-instructions.md.