Fix Review banner
augusto-romero-arango augusto-romero-arango

Fix Review

Git community

Description

--- model: opus --- Resuelve los comentarios de revision de un pull request. Comunicate en **espanol**. ## Pre-condicion: cwd != Mefisto Este skill es del plugin publicado y solo aplica al repo consumidor. Para PRs del propio plugin, usa `/mefisto-fix-review`: ```bash REPO_ROOT=$(git rev-parse --show-toplevel 2>/dev/null) || { echo "ERROR: no estas en un repositorio git"; exit 1; } if [ -f "$REPO_ROOT/.claude-plugin/plugin.json" ]; then echo "ERROR: /fix-review no aplica al repo de Mefis

Installation

Installs to ~/.claude/skills/augusto-romero-arango-eda-evsourcing-azure-harness-fix-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/augusto-romero-arango-eda-evsourcing-azure-harness-fix-review && curl -fsSL https://raw.githubusercontent.com/augusto-romero-arango/eda-evsourcing-azure-harness/HEAD/commands/fix-review.md -o ~/.claude/skills/augusto-romero-arango-eda-evsourcing-azure-harness-fix-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository