Back to Skills

receiving-code-review-skill

Eibon7
Updated 4 days ago
21 views
0
View on GitHub
Metadesign

About

This skill provides a structured workflow for processing code review feedback before implementation. It emphasizes technical verification over performative agreement, requiring developers to understand, verify, and evaluate each suggestion against the codebase. The output is either technically sound implementation or reasoned pushback based on concrete analysis.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/Eibon7/roastr-ai
Git CloneAlternative
git clone https://github.com/Eibon7/roastr-ai.git ~/.claude/skills/receiving-code-review-skill

Copy and paste this command in Claude Code to install this skill

Documentation


name: receiving-code-review-skill description: Use when receiving code review feedback, before implementing suggestions - requires technical rigor and verification, not performative agreement or blind implementation triggers:

  • "review feedback"
  • "code review comments"
  • "suggestions" used_by:
  • orchestrator
  • all-agents steps:
  • paso1: "READ: Complete feedback without reacting"
  • paso2: "UNDERSTAND: Restate requirement (or ask)"
  • paso3: "VERIFY: Check against codebase reality"
  • paso4: "EVALUATE: Technically sound for THIS codebase?"
  • paso5: "RESPOND: Technical acknowledgment or reasoned pushback"
  • paso6: "IMPLEMENT: One item at a time, test each" output: "Verified feedback implemented or reasoned pushback" forbidden_responses:
  • "❌ 'You're absolutely right!'"
  • "❌ 'Great point!' / 'Excellent feedback!'"
  • "❌ 'Let me implement that now' (before verification)"
  • "✅ Restate technical requirement"
  • "✅ Ask clarifying questions"
  • "✅ Push back with reasoning if wrong"
  • "✅ Just start working (actions > words)" handling_unclear:
  • "IF any item unclear → STOP, don't implement"
  • "ASK for clarification on unclear items"
  • "Items may be related - partial understanding = wrong implementation" pushback_when:
  • "Suggestion breaks existing functionality"
  • "Reviewer lacks full context"
  • "Violates YAGNI (unused feature)"
  • "Technically incorrect for this stack"
  • "Conflicts with architectural decisions" yagni_check:
  • "IF reviewer suggests 'properly' implementing feature"
  • "grep codebase for actual usage"
  • "IF unused: Remove it (YAGNI)?"
  • "IF used: Then implement properly" acknowledging_correct:
  • "✅ 'Fixed. [Brief description]'"
  • "✅ '[Just fix it and show in code]'"
  • "❌ 'You're absolutely right!'"
  • "❌ 'Thanks for catching that!'"
  • "❌ ANY gratitude expression" bottom_line: | External feedback = suggestions to evaluate, not orders to follow.

Verify. Question. Then implement.

No performative agreement. Technical rigor always. referencias:

  • "Fuente: superpowers-skills/receiving-code-review"
  • "Roastr: Evita implementar feedback sin verificar"

GitHub Repository

Eibon7/roastr-ai
Path: .claude/skills/receiving-code-review-skill.md

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

webapp-testing

Testing

This Claude Skill provides a Playwright-based toolkit for testing local web applications through Python scripts. It enables frontend verification, UI debugging, screenshot capture, and log viewing while managing server lifecycles. Use it for browser automation tasks but run scripts directly rather than reading their source code to avoid context pollution.

View skill