You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor plugins/git/skills/review/SKILL.md to delegate its cross-review and orchestration steps to the llm:peer-orchestrator skill, simplifying the git:review skill.
Acceptance criteria
Redundant review orchestration steps are removed from git:review.
Running /git:review successfully delegates to llm:peer-orchestrator and runs PR code review and auto-fix logic normally.
What to build
Refactor
plugins/git/skills/review/SKILL.mdto delegate its cross-review and orchestration steps to thellm:peer-orchestratorskill, simplifying thegit:reviewskill.Acceptance criteria
git:review./git:reviewsuccessfully delegates tollm:peer-orchestratorand runs PR code review and auto-fix logic normally.Blocked by