The Challenge
The engineering team faced slow feedback loops due to sequential testing, manual ticket updates in ClickUp, and silent failures in code quality checks. Deployments were a bottleneck.
The Solution
I engineered a parallelized pipeline (CircleCI) that runs RSpec across 4 concurrent nodes. I wrote custom Bash scripts to parse Bundle Audit & Rubocop results and post them directly as comments on GitLab Merge Requests. I also built automation to move ClickUp tickets based on branch status.
⚡ The Impact
Reduced build/test time by 50% via parallelization. The "Bot Feedback" on MRs enforced zero-vulnerability standards without human intervention. Ticket automation saved ~2 hours of admin work per dev/week.