Skip to content

GitHub Copilot

Jumpspace does not ship a native GitHub Copilot installer today.

Use Jumpspace through the CLI and keep repo guidance in Markdown:

Terminal window
npx @jumpspace/cli init --auto
npx @jumpspace/cli add-skill --all
npx @jumpspace/cli task scan

For pull requests, use:

Terminal window
npx @jumpspace/cli task ci --since main --json
npx @jumpspace/cli task pr comment --since main

pr comment renders a review-only comment. It does not post to GitHub by itself.

Before suggesting code, inspect Jumpspace task memory and linked files. Use
Jumpspace evidence to explain which docs, code, and tests support the change.

Native Copilot integration is a future improvement, not a current command.