Review
Run a code review using Cursor Agent with GeminiFrom its SKILL.md
npx -y skills add Kieldro/claude-skills --skill reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 213 tokens by cl100k_base, as published. Nobody here has run it
Code Review with Cursor Agent
Run a comprehensive code review using Gemini 3.1 Pro via cursor-agent.
Instructions
- Determine the target: if
$ARGUMENTSis provided, review those specific files. Otherwise, review all uncommitted changes (staged + unstaged). - Build the file list and read the relevant code.
- Run cursor-agent with Gemini to review:
cursor-agent --model gemini-3.1-pro --mode ask --print --trust \
"Review the following code for bugs, race conditions, error handling, security, and UX issues. Rate each area 1-10 and give an overall score. Be concise. Files: <file list>" \
--workspace "$(pwd)"
- Present the results to the user with a summary table.
Usage
/review— review all uncommitted changes/review transcribe-daemon.py— review a specific file/review src/— review all files in a directory
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.