ecc-cmd-code-review
Installation
SKILL.md
ecc-cmd-code-review
Perform review using severity-first output and concrete fix guidance.
Inputs
- Review target: branch, commit range, PR URL, or path list
- Optional focus: security, performance, maintainability, correctness
Workflow
- Collect diff and changed files (
git diff,git show, or explicit files). - Identify issues by severity:
blocker: must fix before mergemajor: high-value fix before mergeminor: safe to defer
- Validate claims with evidence (file + line + rationale).
- Recommend minimal safe patches.
- End with merge recommendation.