一键导入
severity-classification
Classify review findings into blocking, non-blocking, or note with consistent merge-risk rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Classify review findings into blocking, non-blocking, or note with consistent merge-risk rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolve GitHub PR review comments safely, read unresolved comments, validate each issue, make minimal fixes, test, commit, and resolve.
Use zero-install context minimization first, with optional local optimization tooling when available.
Accessibility review for semantic HTML, ARIA, keyboard support, focus, screen readers, contrast, and WCAG-oriented issues.
API and contract review for OpenAPI/AsyncAPI/protobuf changes, backwards compatibility, schemas, status codes, and examples.
Architecture review for SOLID, layering, boundaries, coupling, cohesion, extensibility, and maintainability.
Backend review for handlers, services, validation, errors, transactions, dependency boundaries, and service contracts.
| name | severity-classification |
| description | Classify review findings into blocking, non-blocking, or note with consistent merge-risk rules. |
| license | MIT |
blocking means the PR should not merge as-is:
non_blocking means it should be fixed soon but can merge if accepted by owner:
note means useful context, not a requested change.
Do not inflate severity. If uncertain, use non_blocking or omit the finding.