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

  1. Collect diff and changed files (git diff, git show, or explicit files).
  2. Identify issues by severity:
    • blocker: must fix before merge
    • major: high-value fix before merge
    • minor: safe to defer
  3. Validate claims with evidence (file + line + rationale).
  4. Recommend minimal safe patches.
  5. End with merge recommendation.
Installs
1
GitHub Stars
2
First Seen
Jun 20, 2026
ecc-cmd-code-review — oabdelmaksoud/agention