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