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 legacygreptile.json.