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
- Read all source files in the target directory
- Build a dependency graph
- Analyze each file for issues
- Cross-reference findings
- 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]