electrobun-milady

Solid

Use when building Electrobun features for the milady-ai/milady project, submitting PRs that will be reviewed by milady's agent-review system, or understanding how the electrobun-dev SDLC pipeline integrates with milady's trust scoring, CI/CD, and automated reviewer. Covers trust tiers, code quality standards, PR format requirements, Biome compliance, and the milady release-electrobun.yml workflow.

AI & Automation 394 stars 68 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Electrobun × Milady Integration This skill covers how the electrobun-dev plugin and SDLC pipeline integrate with the milady-ai/milady project's agent review system, trust scoring, and CI/CD workflows. ## The milady Project Context `milady-ai/milady` is an elizaOS-based AI assistant desktop app built with Electrobun. It uses an **agents-only** contribution model: - All code PRs come from AI agents - Humans serve as QA testers (bug reports, not code) - An automated Claude Code reviewer is the sole code reviewer - Verdicts are machine-parsed and trigger auto-merge or close When our electrobun-dev SDLC pipeline submits PRs to milady-ai/milady (Electrobun desktop app code, plugin files, or skills), they go through this system. --- ## Agent Review System ### Pipeline ``` PR opened/updated ↓ classify job — categorizes PR as: bugfix/feature/aesthetic/docs/chore/test ↓ review-pr job: 1. Load contributor trust context (score + tier) 2. Claude Code Action reviews the PR (with trust tier in context) 3. Codex fallback if Claude unavailable 4. Extract verdict: APPROVE / REQUEST CHANGES / CLOSE ↓ review-postprocess job: - Create check run (success/failure/action_required) - Apply trust:{tier} label and category:{type} label ↓ auto-merge (if APPROVE + checks pass + not targeting main) create-followup-issues (if APPROVE + review has follow-up section) close-pr (if CLOSE) ``` ### Review Protocol — What the Reviewer Checks **1. Scope Check** | Category |...

Details

Author
milady-ai
Repository
milady-ai/milady
Created
3 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category