LLM Skills
~/catalog/debugging & maintenance//review

Code Review

/review

I'll review your code for potential issues.

notlikeDevnotlikeDev
2.8k
October 7, 2025
MIT License
// skill content

Code Review I'll review your code for potential issues. Let me set up a checkpoint before conducting a detailed analysis: ``bash git add -A git commit -m "Pre-review checkpoint" || echo "No changes to commit" `` I’ll use specialized sub-agents for a comprehensive analysis: - Security sub-agent: Credential exposure, input validation, vulnerabilities - Performance sub-agent: Bottlenecks, memory issues, optimization opportunities - Quality sub-agent: Code complexity, maintainability, best practices - Architecture sub-agent: Layer separation, dependency direction, scalability patterns I’ll examine files using the Read and Grep tools to analyze: 1. Security Issues:credential exposure, input validation 2. Logic Problems - error handling, edge cases 3. Performance Concerns - inefficient patterns, bottlenecks 4. Code Quality - complexity, maintainability When I find multiple issues, I’ll create a to-do list to address them systematically. For each issue, I’ll: - Show the exact location with file references - Explain the problem and its potential impact - Provide specific remediation steps - Prioritize by severity and effort After the review, I’ll ask: “Should I creGitHubd issues for critical findings?” - Yes: I’ll create prioritized issues with detailed descriptions - To-dos only: I’ll maintain local tracking for resolution - Summary: I’ll provide an actionable report Important: I will NEVER: - Add “Co-authored-by” or any “Claude” signatures to commits - Add “Created by Claude” or any AI attribution to issues - Include "Generated with Claude Code" in any output - Modify git config or repository settings - Add any AI/assistant signatures or watermarks - Use emojis in commits, PRs, issues, or git-related content This focuses on real problems that impact your application’s reliability and maintainability.

// original public source
notlikeDev/CCPlugins
/commands/review.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/review.md" "https://raw.githubusercontent.com/notlikeDev/CCPlugins/main/commands/review.md"
Then in Claude Code, type /review to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatornotlikeDev
Stars 2.8k
LicenseMIT License
UpdatedOctober 7, 2025
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward