Skip to main content
Practical recipes from teams using Greptile daily. Each tip links to full documentation if you need more detail.

Local review before opening a PR

Several teams asked us:
“Is it possible to have Greptile review a PR locally before opening it for manual review?”
Current workaround: Create a draft PR to get Greptile’s feedback, then convert to a real PR when ready.
Full local review without creating a PR is on our roadmap. The draft PR workaround works well in the meantime.

RFC and documentation review

One team asked us:
“I’d like to automate generating technical RFC document feedback from Greptile. The documents live in our codebase.”
The workflow:
  1. Create a PR containing only the RFC/design doc
  2. Tag Greptile for targeted feedback
They specifically wanted this in GitHub PRs (not issues) for better visibility - “We can see how designs evolved over time.”

Multi-language reviews

Teams use Greptile in their native language by configuring language preferences.
Add to Custom Instructions:
Inline override:
Set language in both dashboard and greptile.json for consistent results across all reviews.

Security-focused reviews

Several teams use Greptile with stricter settings for critical paths like payment infrastructure and authentication flows. For ad-hoc security checks:
For automatic stricter reviews, configure global strictness in your greptile.json:
Full strictness guide

Targeted partial reviews

For large PRs that hit file limits, or when you only need feedback on specific areas:

Draft PR workflow

One developer mentioned:
“I often use draft PRs to put up half-finished work. It’s annoying to have it jump in and point out stuff I know is wrong.”
Full draft PR docs

Preventing unwanted comment replies

One team asked:
“Is it possible to stop the AI from responding to comments? We want to have normal conversations with other developers.”
Don’t tag @greptile or @greptileai. Greptile ignores other comments. In a Greptile review thread, tag your teammate — Greptile usually stays out, but may reply or react with 👍.

Team quick tips

Exclude bots on day one

Add dependabot[bot] and renovate[bot] to excluded authors. They don’t count toward billing either.How to exclude

Batch your commits

Push multiple commits at once to avoid triggering reviews on every push.

Be specific with questions

@greptileai check for memory leaks gets better results than just @greptileai review.

Train consistently

Team should align on 👍/👎 reactions - inconsistent feedback confuses the learning system.Training guide

Have a workflow to share?

These recipes came from real support tickets. Share yours: