code-review-contextualizing

Official

Understand code context for reviews.

Authorwizeline
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides the necessary surrounding context of a codebase to enable AI agents to perform accurate and non-hallucinated code reviews, especially for complex or interconnected changes.

Core Features & Use Cases

  • Symbol Intelligence: Identifies callers, importers, and overrides of modified symbols.
  • Data Flow Tracing: Maps the origin, destination, and transformations of data relevant to the diff.
  • Dependency Graph Analysis: Analyzes direct, reverse, and transitive dependencies to assess the blast radius of changes.
  • Schema & Contract Alignment: Checks for consistency between code and database schemas or API contracts.
  • Use Case: When a change modifies a core utility function, this skill gathers information on all other functions that call it, helping the reviewer understand the potential impact of the modification.

Quick Start

Use the code-review-contextualizing skill to find all callers of the 'calculate_total' function.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: code-review-contextualizing
Download link: https://github.com/wizeline/sdlc-agents/archive/main.zip#code-review-contextualizing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.