AI-powered tools and automation for Bytemark development
Central repository for AI-powered tools, R&D projects, and POCs at Bytemark.
Available Tools:
- Code Review System (GitHub Copilot integration)
- JUnit Test Generator (80%+ coverage)
AI-powered PR review using GitHub Copilot with Bytemark-specific rules.
Quick Start:
# In VS Code Copilot Chat:
Review PR: https://bitbucket.org/bmdevelopers/co.bytemark.orders.api/pull-requests/45
Features:
- Auto-detected PR review (zero setup)
- 377-line architect-grade checklist
- Security, performance, and architecture checks
- Bytemark standards (Parent POM, ErrorCodes, REST API)
- 1-5 rating system
Documentation:
Automated test generation for Spring Boot applications.
Quick Start:
# In Copilot Chat (with class open):
Generate comprehensive JUnit tests for UserService with 80%+ code coverage.
Documentation:
bytemark-ai-lab/
├── code-review-system/
│ ├── .github/copilot-instructions.md
│ └── docs/
│ ├── README.md
│ ├── pr-review-rules.md
│ ├── pr-review-prompt.md
│ └── junit-test-generation-prompt.md
├── CONTRIBUTING.md
├── LICENSE
└── README.md
- GitHub Copilot license
- VS Code with Copilot extension
- Git access to Bytemark repositories
- Java 17+ and Spring Boot 3.x
Last Updated: March 2026