Back to projects
Aug 02, 2026
1 min read

SDLC Manager

A GitLab bot that reviews merge requests and guides developers on required steps, titles, and disclosures throughout the software development lifecycle.

Created a bot in GitLab that checks all merge requests and guides developers on how to create them properly.

It helps ensure the right merge request title, required disclosures, and necessary steps are followed before a feature, bug fix, or change is released.

This improves alignment across the team and helps make sure the software development lifecycle is followed consistently.

The implementation uses GitLab pipelines and Python-based automation.