Sub-skill of code-reviewer: Step 2: High-Level Analysis (+4).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill step-2-high-level-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Step 2 High Level Analysis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-step-2-high-level-analysis-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: code-reviewer-step-2-high-level-analysis
description: 'Sub-skill of code-reviewer: Step 2: High-Level Analysis (+4).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# 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:
```markdown
## [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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!