code-review
Code Review Skill
When to Use This Skill
Use this skill when:
- The user requests a code review or asks to review code
- A pull request needs to be examined
- Code quality, security, or performance analysis is needed
- The user mentions terms like "review", "check my code", "code quality", or "find bugs"
Review Process
Follow this systematic approach for code reviews:
1. Initial Assessment
- Read through the entire code change to understand the intent
- Identify the type of change (bug fix, feature, refactor, etc.)
- Note the programming language and framework being used
More from ihkreddy/agent-skills
data-analysis
Analyze datasets using Python with pandas, numpy, and visualization libraries. Generates statistical summaries, identifies patterns, creates charts, and provides insights. Use when analyzing CSV/Excel files, exploring data, creating visualizations, or when users mention data analysis, statistics, charts, or datasets.
27work-on-ticket
Pulls ticket details from Jira, creates feature branches with proper naming conventions, and handles planning steps. Use when starting work on a Jira ticket, creating branches for tickets, or when users mention "work on ticket", "start ticket", "create branch for", or Jira ticket IDs.
7api-integration
Design and implement REST API integrations with proper error handling, authentication, rate limiting, and testing. Use when building API clients, integrating third-party services, or when users mention API, REST, webhooks, HTTP requests, or service integration.
4