Skip to main content
The Scott GitHub App connects pull requests to the planspaces that shaped the work. Its main value is PR design review: Scott checks whether implementation matches the linked design intent, flags unexpected drift, and feeds accepted execution decisions back into the document set. It supports three related workflows:
  1. PR design review - link pull requests to planspaces and review implementation against original design intent.
  2. Document OS feedback - update planspace context when code intentionally diverges and lands.
  3. Code context - make repositories available when Sync Chat or a planspace needs code-aware answers.

Install paths

There are two common install moments:
  • Install the Scott GitHub App from team settings when your organization wants PR linking and design review.
  • Click Connect repo from Sync Chat or a planspace when you need code context.
In both cases, we recommend granting access to all repositories. Limiting access can cap answer quality when relevant context lives outside one repo.
Scott is SOC 2 compliant. Scott does not persist repository contents. It fetches code only into ephemeral sandboxes when an answer or review needs it. If you remove GitHub access, Scott can no longer fetch that code.

What the app enables

CapabilityWhy it matters
PR linkingPull requests can point back to one or more planspace URLs
Agent-assisted reviewScott can compare implementation against the design intent the team reviewed
Execution feedbackAccepted deviations and landed code update the context around what actually shipped
Repository contextSync Chat and planspaces can answer with awareness of your actual codebase
Branch selectionAuthors can attach the branch relevant to a proposal or implementation plan
  1. Open team settings in Scott
  2. Install the Scott GitHub App for your GitHub organization
  3. Grant access to all repositories where Scott should reason about context or review PRs
  4. Ask teams to add planspace URLs to PR descriptions or commit messages
  5. Use Scott comments and PR links to keep design intent and execution connected

Where to go next

PR design review

Link PRs to planspaces and review implementation against approved intent.

Code context

Connect repositories for Sync Chat, planspace answers, and stronger PR reviews.