Skip to content

Instantly share code, notes, and snippets.

@godrix
Created January 4, 2026 16:47
Show Gist options
  • Select an option

  • Save godrix/445711d2ced9b1a2f61fb5dc520c912e to your computer and use it in GitHub Desktop.

Select an option

Save godrix/445711d2ced9b1a2f61fb5dc520c912e to your computer and use it in GitHub Desktop.
CursorToys: Command - code-review (2026-01-04)
{
"cursortoys": {
"version": "1.2.0",
"type": "command",
"created": "2026-01-04T16:47:28.380Z",
"fileCount": 1,
"files": [
{
"name": "code-review.md",
"type": "command",
"size": 755
}
]
}
}
description tags
Perform a comprehensive code review of recent changes
codereview

Context

  • Current git status: !git status
  • Recent changes: !git diff HEAD~1
  • Recent commits: !git log --oneline -5
  • Current branch: !git branch --show-current

Your task

Perform a comprehensive code review focusing on:

  1. Code Quality: Check for readability, maintainability, and adherence to best practices
  2. Security: Look for potential vulnerabilities or security issues
  3. Performance: Identify potential performance bottlenecks
  4. Testing: Assess test coverage and quality
  5. Documentation: Check if code is properly documented

Provide specific, actionable feedback with line-by-line comments where appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment