diff --git a/plugins/engineering-playbook/skills/code-review/SKILL.md b/plugins/engineering-playbook/skills/code-review/SKILL.md index c7cf010..6e8b5f3 100644 --- a/plugins/engineering-playbook/skills/code-review/SKILL.md +++ b/plugins/engineering-playbook/skills/code-review/SKILL.md @@ -47,7 +47,7 @@ Use those standards as hard review criteria, not background suggestions. 7. Prefer small, local fixes that preserve the existing architecture. Suggest broader redesign only when the local fix would hide a deeper correctness or maintainability problem. -7. Report truthful naming violations as `Normal` severity by default. Escalate +8. Report truthful naming violations as `Normal` severity by default. Escalate only when the misleading name creates a blocker-level correctness, security, or data risk. @@ -66,22 +66,18 @@ Before finalizing, re-read each finding and confirm: Lead with numbered findings ordered by severity. Each finding must include: ```text -1.