GitHub is Niteshift’s primary surface. The Niteshift GitHub App grants repository access and lets you trigger tasks from PR comments, with results posted back as check runs and comments on the PR.Documentation Index
Fetch the complete documentation index at: https://docs.niteshift.dev/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Install the GitHub App
From the setup page (or niteshift.dev on first sign-in), install the Niteshift GitHub App on your account or organization.
Choose repositories
Pick All repositories or select specific ones. Niteshift only sees repositories you grant.
How to use
Comment/niteshift on any pull request you authored to start a task scoped to that PR. Only the PR
author can trigger /niteshift commands.
/niteshift with no prompt runs autofix against the PR’s current state.
If a task is already running on the PR, a second /niteshift routes to the same task: your prompt
becomes a follow-up message, or a bare /niteshift re-triggers autofix.
See Autofix for how Niteshift iterates on CI failures and review comments
automatically.
What you receive
The trigger comment gets reactions as the task progresses:- 👀: command detected
- 🚀: task started
- 👎: failed to start
- A reply comment with a link to the task workspace
- A check run named Niteshift Fixes with results
- Commits pushed back to the PR branch when the agent finishes