myhub-pipeline

myhub-pipeline banner

MyHub Dev Pipeline ๐Ÿš€

โ–ถ Watch Demo CI Version Health License Deploy Freq Failure Risk YouTube

Fully automated SDLC pipeline โ€” CI/CD, code quality, security scanning, AI auto-fix, DORA metrics, anomaly detection, predictive failure, and a live portfolio dashboard. Built as a portfolio project by David Linacre.


๐ŸŽฌ Demo Video

Watch the full pipeline walkthrough โ€” 44 blocks, zero manual steps, fully automated.

Step Link
๐ŸŽฅ Watch on YouTube youtube.com/@DavidLinacre
๐Ÿ“‹ Demo Script (9 scenes, 60s) docs/DEMO_SCRIPT.md
๐ŸŽฅ YouTube Channel @DavidLinacre
๐Ÿ“ Architecture Diagram ARCHITECTURE.md
๐Ÿ“ฆ Golden Release v1.2.0 Releases

What is this?

A production-grade DevOps pipeline built entirely in Python, controlled from a Zerve canvas. It manages a GitHub repository end-to-end: from code quality checks and CI runs to release automation, AI-powered PR review, and a live public portfolio dashboard.

49 blocks ยท 35+ automated checks ยท 0 manual steps after initial token setup.


DORA Metrics (last 30 days)

Metric Value Band
๐Ÿš€ Deployment Frequency 0.23/wk ๐Ÿ”ด Low
โฑ Lead Time for Changes 0.0h โšก Elite
๐Ÿ”ด Change Failure Rate 12.0% ๐ŸŸก Medium
๐Ÿ”ง MTTR 0.0h โšก Elite

AI Features

Feature What it does
AI PR Reviewer Reviews open PRs, assigns risk score (LOW/MEDIUM/HIGH), posts comments
AI Auto-Fix Opens a PR with a security patch when scan finds HIGH/MEDIUM issues
Predictive Failure RandomForest model predicts CI failure probability. Current: 0% (โœ… VERY LOW RISK)
Anomaly Detection 2ฯƒ statistical bounds on CI duration + pass rate โ€” flags regressions
Flaky Test Detector Alternation-score analysis โ€” auto-opens GitHub issues for flaky tests

Security & Governance


Architecture

See ARCHITECTURE.md for the full Mermaid block dependency diagram.

GitHub Integration โ”€โ”€โ–บ Code Quality โ”€โ”€โ–บ Benchmark โ”€โ”€โ–บ CI Tests โ”€โ”€โ–บ Release Automation
        โ”‚                   โ”‚                                  โ”‚            โ”‚
        โ–ผ                   โ–ผ                                  โ–ผ            โ–ผ
  Fleet Monitor       Security Scan                    State Persistence  DORA Metrics
        โ”‚                   โ”‚                                  โ”‚            โ”‚
        โ–ผ                   โ–ผ                                  โ–ผ            โ–ผ
  Fleet Aggregator    AI Auto-Fix                      History Charts   Sprint Analytics
                                                              โ”‚
                                                              โ–ผ
                                           Anomaly Detection ยท Flaky Tests ยท Predictive Failure

Quick Start

export PIPELINE_TOKEN=your_github_pat_here
# Then: Zerve canvas โ†’ Run All   (or trigger via GitHub Actions UI)
gh workflow run ci.yml --repo LIN4CRE/myhub-pipeline

Resource URL
๐Ÿ“ฆ Repo https://github.com/DLinacre/myhub-pipeline
๐ŸŽฅ YouTube https://www.youtube.com/@DavidLinacre
๐Ÿ“‹ Docs https://github.com/DLinacre/myhub-pipeline/tree/main/docs
๐Ÿ— Architecture https://github.com/DLinacre/myhub-pipeline/blob/main/ARCHITECTURE.md
๐Ÿ“ CHANGELOG https://github.com/DLinacre/myhub-pipeline/blob/main/CHANGELOG.md
๐Ÿš€ Releases https://github.com/DLinacre/myhub-pipeline/releases

README auto-generated by MyHub pipeline ยท 2026-06-20 21:58 UTC