init-greptile-review

Installation
SKILL.md

Init Greptile Review

Generate repo-specific Greptile configuration that makes Greptile catch meaningful bugs, security issues, architectural violations, and contract drift without wasting semantic review budget on lint-like trivia.

What good Greptile setup looks like

Greptile is a semantic PR reviewer, not a linter.

  • Use Greptile for architecture boundaries, security invariants, API contracts, performance pitfalls, dependency misuse, compliance, and cross-file reasoning.
  • Leave semicolons, formatting, import sorting, and other linter/formatter work to ESLint, Prettier, Ruff, RuboCop, golangci-lint, and similar tools.
  • Greptile reads repo-local config from the source branch of the PR.
  • Changes apply on the next PR or re-review, not retroactively.
  • Prefer .greptile/ over legacy greptile.json.

Decision tree

What are you doing?
Related skills
Installs
10
GitHub Stars
6
First Seen
Mar 9, 2026