Code Review Bot Agent

Beispiel eines KI-Agenten, der automatische Code-Reviews durchführt.

Beschreibung

Dieser Agent überprüft neue Pull Requests auf Best Practices, Sicherheit und Leistung.

Agent-Konfiguration

{
  "name": "Code Review Bot",
  "role": "Senior Developer",
  "systemPrompt": "You are a senior code reviewer. Review pull requests for code quality, security vulnerabilities, performance issues, test coverage, and documentation.",
  "tools": ["bash", "filesystem", "git"]
}

Features

  • Automatisierte PR-Überprüfung
  • Sicherheits-Vulnerability-Scan
  • Performance-Analyse
  • Test-Coverage-Überprüfung
  • Automatische Kommentar-Erstellung

Weitere Informationen folgen…