Troubleshooting
Tenki Code Reviewer not functioning on certain repositories. It is likely due to the repository not being accessible to Tenki and you must reinstall the GitHub App integration.
Tenki Reviews not responding to @tenki-review commands
Verify the GitHub App is installed correctly, check that workflows are enabled, ensure API key is set in repository secrets, and confirm the comment contains @claude (not /claude).
CI not running on Tenki’s commits
Ensure you’re using the GitHub App or custom app (not Actions user), check workflow triggers include the necessary events, and verify app permissions include CI triggers.
"Context Window Exceeded" or Missing Files
The Pull Request is too large. Most AI models have a limit on the number of lines or files they can process in a single pass. Break down large PRs into smaller, more manageable chunks. Use an ignore list (e.g., .ai-ignore) to exclude auto-generated files, lockfiles (package-lock.json), or documentation.
Still stuck? Reach out to us at hello@tenki.cloud or use the in-app chat (see image below).

