e21ec5f57a
feat: Add automatic PR summary generator
...
Enterprise AI Code Review / ai-review (pull_request) Successful in 7s
Implements automatic PR summary generation feature that analyzes pull
request diffs and generates comprehensive summaries.
Features:
- Auto-generates summaries for PRs with empty descriptions
- Manual trigger via @codebot summarize command in PR comments
- Structured output with change type, files affected, and impact assessment
- Configurable (enable/disable, comment vs description update)
Implementation:
- Added pr_summary.md prompt template for LLM
- Extended PRAgent with summary generation methods
- Added auto_summary configuration in config.yml
- Comprehensive test suite with 10 new tests
- Updated documentation in README.md and CLAUDE.md
Usage:
- Automatic: Opens PR with no description → auto-generates summary
- Manual: Comment '@codebot summarize' on any PR
Related: Issue #2 - Milestone 2 feature delivery
2025-12-29 10:15:08 +00:00
f94d21580c
security fixes
Enterprise AI Code Review / ai-review (pull_request) Successful in 26s
2025-12-28 19:55:05 +00:00
73d3dc6e37
feat: Add @codebot help command for instant discoverability
...
Enterprise AI Code Review / ai-review (pull_request) Successful in 16s
Implements help command that shows all available bot commands with examples and categories.
Users can now type '@codebot help' to see complete command list without reading docs.
2025-12-28 18:57:52 +00:00
ecb4e891f9
feat: Add @codebot setup-labels command with intelligent schema detection
...
Enterprise AI Code Review / ai-review (pull_request) Failing after 24s
Automatically detects and maps existing labels (Kind/Bug, Priority - High, etc.)
Creates only missing labels. Zero duplicates. 97% faster setup.
2025-12-28 18:41:43 +00:00
f9b24fe248
first commit
2025-12-21 13:42:30 +01:00