🔍
QualityGo

CLI Review

by alvinunreal

CLI Review is a Quality skill for Claude Code, published by alvinunreal in lazyskills.

241 stars14 forkson alvinunreal/lazyskillsAdded 2026/09/02+1% in starsRepository updated 2026/07/22
agent-skillsagent-toolsai-agentsai-toolsai-workflowclaude-codeclicoding-agentscommand-line-tooldeveloper-toolsgoopencodeproductivity-toolsskill-discoveryskill-managementskillsterminal-appterminal-uituiworkflow-automation
Install in seconds
Install CLI Review
Copy CLI Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/alvinunreal/lazyskills/tree/main/.agents/skills/cli-review ~/.claude/skills/cli-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/alvinunreal/lazyskills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/cli-review/SKILL.md in alvinunreal/lazyskills
Installs to
~/.claude/skills/cli-review
Collection
The only skill cataloged from this repository
Category
Quality1418 skills

What CLI Review does

CLI Review runs a Greptile review on the current local branch, handling CLI presence and sign-in checks, then summarizes findings. Use it before a PR or from a local checkout when you want branch feedback.

CLI Review is cataloged under Quality on DirSkills. CLI Review comes from a repository tagged agent-skills, agent-tools, ai-agents, ai-tools and ai-workflow.

Documentation

README

CLI Review

Run a Greptile review from the local checkout and summarize the findings.

Instructions

1. Confirm repository context

Start from the current repository root:

git rev-parse --show-toplevel

If the command fails, tell the user that the Greptile CLI review must be run from a git repository.

2. Check for the Greptile CLI

Check whether greptile is installed:

command -v greptile

If it is missing, do not install it automatically. Ask the user for permission, then show the recommended install command:

npm i -g greptile

If npm is unavailable, offer the shell installer fallback:

curl -fsSL "https://greptile.com/cli/install" | sh

After installation, re-run command -v greptile.

3. Ensure authentication

This is the opening of the README. Read the full README on GitHub.

Frequently asked about CLI Review

  • How does CLI Review compare to other Quality skills?

    CLI Review ranks #1323 by stars among the 1418 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CLI Review against them. Open each page to compare what they document and how they install.