Skip to content

Welcome to OptiBot: default configuration file #6386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

agent-optibot[bot]
Copy link

@agent-optibot agent-optibot bot commented Jul 25, 2025

Welcome to OptiBot! 🎉

OptiBot is your AI-powered assistant designed to streamline your development workflow. With OptiBot, you get:

  • Automated pull request reviews pointing out potential issues and best-practice improvements
  • Intelligent code suggestions to help you write cleaner, more maintainable code
  • Summaries of PR changes to keep your team informed at a glance
  • Guidance on dependency bundling and modernization
  • CI/CD pipeline optimization and fixes

This PR adds a default .optibot configuration file with initial settings:

{
  "reviews": {
    "auto": true,
    "exclude": [],
    "include": [],
    "autoApprove": false,
    "codeSuggestions": true,
    "codeSuggestionsSkipFiles": []
  },
  "dependencyBundler": {
    "enabled": false
  },
  "summary": {
    "auto": true,
    "level": "basic"
  },
  "enableCIFixer": false
}

Configuration Options Explained:

  • reviews.auto: true - Run automated reviews on every PR.
  • reviews.exclude: [] - Categories to exclude (options: bugs_prompt, security_prompt, error_handling_prompt).
  • reviews.include: [] - Categories to focus on (available: bugs_prompt, security_prompt, error_handling_prompt).
  • reviews.autoApprove: false - Automatically approve minor cleanups.
  • reviews.codeSuggestions: true - Enable in-line code suggestions.
  • reviews.codeSuggestionsSkipFiles: [] - Files to skip suggestions for.
  • dependencyBundler.enabled: false - Disable auto dependency bundling advice.
  • summary.auto: true - Post a summary comment on each PR.
  • summary.level: "basic" - Choose summary detail level (basic, detailed).
  • enableCIFixer: false - Enable automatic CI/CD pipeline optimization and fixes.

Feel free to customize these options in the .optibot file. For more details, see our documentation.

Happy coding with OptiBot! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants