skillby jleechanorg

Fe

/fe — alias for /factory-evolve; analyzes cold-review vs in-pipeline reviewer gaps, opens PRs end-to-end, drives each through /green, merges with explicit MERGE APPROVED

Installs: 0
Used in: 1 repos
Updated: 18h ago
$npx ai-builder add skill jleechanorg/fe

Installs to .claude/skills/fe/

# /fe — Factory Evolve (alias for /factory-evolve)

Dispatches to the **`factory-evolve` skill** at
`~/.claude/skills/factory-evolve/SKILL.md`. Single writer for the
workflow is `~/.claude/commands/factory-evolve.md`; this file is a
thin alias so the multi-phase orchestration (history search → subagent
fanout → G1+G2 audit → proposals doc → open PRs → /green → merge) is
identical for both entry points.

**Usage**:

```
/fe                                  # scan last 7 days, open + drive PRs to /green + merge
/fe --days 14                        # widen lookback window
/fe --pr 26                          # audit one specific PR (cold review vs factory wiring)
/fe --taxonomy                       # structural G1+G2 audit only (no history, no PRs)
/fe --no-pr                          # write proposals doc only; don't open PRs
```

**History search MUST use `/history`** (per `~/.claude/CLAUDE.md`
"History search" rule). Never hand-coded `rg` — the rg pattern misses
`nohup`/`tee`/multiline invocations.

**Merge is operator-gated.** "MERGE APPROVED" is the only valid merge
trigger; do not auto-merge.

Equivalent to: `/factory-evolve $ARGUMENTS`

Quick Install

$npx ai-builder add skill jleechanorg/fe

Details

Type
skill
Slug
jleechanorg/fe
Created
18h ago