actionable-review-format-standards
Installation
SKILL.md
Actionable Review Format Standards
Standardized output format for code reviews ensuring consistent, actionable, and prioritized feedback across all reviewer agents.
When to Use This Skill
- Generating code review reports
- Formatting PR feedback
- Creating security audit reports
- Producing performance review outputs
- Any review output requiring severity classification
Core Principles
- Every issue has a severity - Never leave findings unclassified
- Every issue has a location - Always include
file:linereferences - Every blocking issue has a fix - Provide code snippets for Critical/High
- Summary before details - Lead with counts and verdicts
- Categorize by concern - Group Security, Performance, Patterns separately