🔍
QualityTypeScript

CLI Review

by alvinunreal

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

1.1K stars95 forkson alvinunreal/openpetsAdded 2026/08/20+1% in starsRepository updated 2026/08/18
ai-agentsclaude-codecoding-agentsdesktop-companiondesktop-petdsh-pluginelectronmcpopencodeopenpetsplugin-sdkpluginstypescript
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/openpets/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/openpets.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/openpets
Installs to
~/.claude/skills/cli-review
Collection
One of 2 skills cataloged from this repository
Category
Quality1354 skills

What CLI Review does

CLI Review runs a Greptile code review from the current local git branch, installing or authenticating the Greptile CLI if needed, and then summarizes the JSON findings for actionable next steps.

CLI Review is cataloged under Quality on DirSkills. CLI Review comes from a repository tagged ai-agents, claude-code, coding-agents, desktop-companion and desktop-pet.

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

  • What else does alvinunreal publish alongside CLI Review?

    CLI Review is one of 2 skills that DirSkills catalogs from alvinunreal/openpets, the repository it ships in. Its siblings there include OpenPets. Each one is a separate skill with its own page in this directory, installs the same way CLI Review does, and is maintained by alvinunreal in that same repository. The rest of the collection is listed on the alvinunreal/openpets page.

  • How does CLI Review compare to other Quality skills?

    CLI Review ranks #784 by stars among the 1354 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.