Skip to main content
Create tasks from the Niteshift dashboard or directly from GitHub pull requests.

From the dashboard

1

Select a repository

From the home page, find your repository in the list or use the search bar.
2

Click New Task

Click New Task to open the task creation form.
3

Configure the task

Set these options:
OptionDescription
ModelClaude, Codex, or Gemini
BranchWhich branch to clone (defaults to main/master)
Initial promptWhat you want the agent to do
4

Create

Click Create. Niteshift provisions the sandbox and starts the agent.

From GitHub

Trigger a task from a pull request comment:
/niteshift fix the failing tests
This creates a task linked to the PR with:
  • The PR branch checked out
  • PR context available to the agent
  • Automatic /pr-fix-ci skill activation
See PR comments for details.

Attaching files

You can attach files to the initial prompt:
  • Screenshots of bugs or designs
  • Error logs
  • Reference documents
Click the attachment icon in the prompt input to add files, or drag and drop an image.