
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.
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 |
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.
| 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 |
| 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 |
main: PR required ยท 1 approval ยท CODEOWNERS ยท stale review dismissalPIPELINE_TOKEN Actions secretpipeline_history.jsonSee 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
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