Code Reviewer Step 2 High Level Analysis

Sub-skill of code-reviewer: Step 2: High-Level Analysis (+4).

vamseeachanta fd9167c 782 B Updated

File contents

Step 2: High-Level Analysis (+4)

Step 2: High-Level Analysis

Scan for:

  • Overall change scope
  • Architectural impact
  • Breaking changes
  • New dependencies

Step 3: Detailed Review

For each file:


## [filename]


**Changes:** [summary]

**Findings:**
- [severity] [category]: [description]
  - Location: line X
  - Recommendation: [action]

Step 4: Security Deep Dive

Special attention to:

  • Authentication flows
  • Data handling
  • API endpoints
  • Configuration files
  • Environment variables

Step 5: Test Verification

  • Run existing tests
  • Verify new test coverage
  • Check test quality
  • Identify missing tests

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/code-reviewer/step-2-high-level-analysis commit fd9167c6d0

Frequently asked questions

npx skillmds@latest add vamseeachanta/code-reviewer-step-2-high-level-analysis