All skills
Skillintermediate

Analysis Task

Analyze the provided code for potential issues. Look for bugs, security vulnerabilities, and performance problems. This is a comprehensive code review task.

Claude Code Knowledge Pack7/10/2026

Overview

Analysis Task

Context

Analyze the provided code for potential issues. Look for bugs, security vulnerabilities, and performance problems. This is a comprehensive code review task.

Requirements

  • Check all functions for proper error handling
  • Verify input validation at all boundaries
  • Look for memory leaks in long-running processes
  • Identify race conditions in async code
  • Review authentication and authorization logic
  • Check for SQL injection vulnerabilities
  • Verify CORS configuration

Process

  1. Read all source files in the target directory
  2. Build a dependency graph
  3. Analyze each file for issues
  4. Cross-reference findings
  5. Generate comprehensive report

Constraints

  • Do not modify code
  • Report all findings with severity levels
  • Include file paths and line numbers
  • Provide remediation suggestions

This prompt is substantial but lacks an output format section specifying how the response should be structured.

Output Format

Respond with:

  • [Describe expected format: JSON, markdown, plain text, etc.]
  • [Include any specific structure requirements]