From supervibe
Use WHEN receiving code review feedback BEFORE implementing suggestions to evaluate each finding with technical rigor instead of performative agreement. Triggers: 'обработай review', 'feedback', 'комменты с PR', 'разбери ревью'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
WHEN receiving review feedback (from `code-reviewer` agent, human reviewer, or automated checks). BEFORE implementing any suggestion blindly.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
WHEN receiving review feedback (from code-reviewer agent, human reviewer, or automated checks). BEFORE implementing any suggestion blindly.
This skill bans performative agreement ("I'll fix everything you said") and demands technical evaluation per finding.
Follow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
Per finding, classify:
├─ AGREE — finding correct, fix straightforward → schedule fix
├─ AGREE-WITH-AMENDMENT — finding correct but suggested fix wrong → fix with note
├─ DISAGREE — finding based on misunderstanding → write counterargument with evidence
├─ CLARIFY — finding ambiguous → ask reviewer specific question
└─ DEFER — finding valid but out-of-scope → file follow-up issue
.supervibe/artifacts/follow-ups.mdsupervibe:confidence-scoring artifact-type=agent-output; ≥9 requiredReturns per-finding resolution table:
| Finding | Classification | Action | Evidence |
| #1 ... | AGREE | fixed | abc1234 |
| #2 ... | DISAGREE | <argument> | spec.md L42 |
| #3 ... | DEFER | follow-up issue #N | .supervibe/artifacts/follow-ups.md |
supervibe:code-review — produces inputsupervibe:requesting-code-review — opposite flowsupervibe:systematic-debugging — used when finding reveals real bug