General
What is Gitar?
What is Gitar?
How does Gitar work?
How does Gitar work?
What languages does Gitar support?
What languages does Gitar support?
Can I bring my own LLM?
Can I bring my own LLM?
Security & Privacy
How does Gitar access my code repositories?
How does Gitar access my code repositories?
Is my code stored on Gitar's servers?
Is my code stored on Gitar's servers?
Does Gitar train AI models on my code?
Does Gitar train AI models on my code?
How does Gitar handle secrets in my code?
How does Gitar handle secrets in my code?
What certifications does Gitar have?
What certifications does Gitar have?
What are your zero data retention agreements?
What are your zero data retention agreements?
How does Gitar isolate different organizations?
How does Gitar isolate different organizations?
Code Review
How do I enable code review?
How do I enable code review?
Can I customize what Gitar reviews?
Can I customize what Gitar reviews?
.gitar/review/ directory in your repository with custom instructions, checks, or gotchas. Gitar reads these during review to tailor feedback to your project. See Repository Configuration for the full setup.How do I dismiss a finding?
How do I dismiss a finding?
How do I apply a suggested fix from a review comment?
How do I apply a suggested fix from a review comment?
What context does Gitar use during code review?
What context does Gitar use during code review?
How is Gitar different from linters and SAST tools?
How is Gitar different from linters and SAST tools?
How is Gitar different from GitHub Copilot code review?
How is Gitar different from GitHub Copilot code review?
CI Failure Fixing
What CI failures can Gitar fix?
What CI failures can Gitar fix?
What if Gitar can't fix the failure?
What if Gitar can't fix the failure?
How many iterations will Gitar try?
How many iterations will Gitar try?
Billing & Plans
How do I upgrade from the free trial?
How do I upgrade from the free trial?
What happens when my trial ends?
What happens when my trial ends?
Can I change my plan later?
Can I change my plan later?
How do I cancel my subscription?
How do I cancel my subscription?
What happens to my data if I cancel?
What happens to my data if I cancel?
Integrations
Troubleshooting
Gitar isn't responding to my comments
Gitar isn't responding to my comments
- Your comment addresses Gitar — start with
Gitar(case-insensitive),@gitar, or@gitar-bot(GitHub). Replies to one of Gitar’s own comments work without a prefix. - You have write access to the repository (only users with write access can trigger Gitar responses)
- If you want Gitar to push a fix automatically, auto-apply is enabled on the PR — toggle it with
gitar auto-apply:on
CI is still failing after Gitar's fixes
CI is still failing after Gitar's fixes
- Multiple iterations may be needed — complex CI failures sometimes require several rounds of fixes
- Gitar will automatically iterate on new CI failures to resolve them
- Provide additional context by commenting with more details about the specific failure
- Consider configuring repository instructions to help Gitar understand your build environment
Gitar shows paused automatic processing
Gitar shows paused automatic processing
- You can still trigger reviews manually by commenting “Gitar review” on any PR
- Automatic processing resumes on its own as the billing period progresses — no action needed
- Enterprise plans have unlimited usage and are never subject to pace-based limits
Gitar says I don't have a seat
Gitar says I don't have a seat
- Ask a team admin to assign you a seat from the organization settings at app.gitar.ai
- During a trial period, seats are not enforced and all members have full access
How do I skip Gitar on a specific PR?
How do I skip Gitar on a specific PR?
gitar-skip label to the PR or MR. Gitar will skip all processing — no code review, no CI analysis, no rule evaluation — for the lifetime of that PR. Remove the label to resume processing.