Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

The Prebuild Workflow ensures that every Pull Request is analyzed for quality, risk, and compliance before it reaches the build stage.

How to Enable

Activate AI-native code reviews and quality gates for your repository.
1

Open Prebuild Settings

Navigate to YAML Configuration > Repo Preferences and locate the Prebuild Workflow section.
2

Configure Code Review

Toggle Summarization and Fix Suggestions based on your team’s review requirements.
3

Commit Changes

Enter a commit message and select your target branch to persist the changes. See Syncing Changes for a detailed walkthrough.

Pipeline Controls

You can toggle specific checks within your revolte.yaml:
revolte.yaml
revolte:
  version: "1.0"
  project: Sideline HQ
  appName: sideline-web-admin

  config:
    codeReview:
      summarize: true
      suggestFixes: true
      commentStyle: Balanced