spurpower-receiving-code-review

Verify code review feedback using SPUR code graph tools.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/getspur/spur --skill spurpower-receiving-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spurpower-receiving-code-review
Source: https://github.com/getspur/spur/tree/main/.claude/skills/spurpower-receiving-code-review
Command: npx skills add https://github.com/getspur/spur --skill spurpower-receiving-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents performative agreement and blind implementation during code reviews by enforcing a technical, evidence-based verification process using the SPUR code graph.

Core Features & Use Cases

  • Graph-First Verification: Uses code-explore and spur-analyst tools to ground reviewer claims in actual code structure rather than memory or text search.
  • Standardized Response Pattern: Enforces a strict workflow of reading, verifying, evaluating, and responding to ensure technical rigor.
  • Use Case: When a reviewer claims a function is unused, this skill guides you to run code_callers and check counts_by_kind to provide definitive proof before deciding whether to delete the code.

Quick Start

Use the spurpower-receiving-code-review skill to verify the reviewer's claim that the current function is unused by running the appropriate graph query.

Frequently Asked Questions about spurpower-receiving-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify reviewer claims about code usage during a code review?

Verify reviewer claims during a code review by running graph-based analysis tools like code_callers to check actual code structure. This enforces an evidence-based verification process, confirming factual claims regarding function usage and blast radius before responding.

What is the best way to stop performative agreement when responding to code review feedback?

Stop performative agreement when responding to code review feedback by enforcing a standardized workflow of reading, verifying, evaluating, and responding. This pattern prioritizes technical accuracy and architectural integrity over blind implementation.

How do I check if a function is unused before deleting it based on review feedback?

Check if a function is unused before deleting it by running a graph query with code_callers and checking counts_by_kind. This provides definitive proof of the function's blast radius and usage patterns using the SPUR code graph.

Does this code review response method work without text search or memory?

This code review response method works without text search or memory by using code-explore and spur-analyst tools. These graph tools validate technical claims directly against actual code structure, ensuring factual accuracy and architectural integrity.

Can I use graph analysis to evaluate the blast radius of suggested code refactoring?

You can use graph analysis to evaluate the blast radius of suggested code refactoring by integrating SPUR code graph tools. This validates the architectural impact of proposed changes, ensuring technical accuracy before implementing reviewer feedback.