omcustom:auto-improve

Apply verified improvement suggestions to omcustom configurations via isolated worktrees and pull requests.

13|6|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/baekenough/second-brain --skill omcustom-auto-improve
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: omcustom:auto-improve
Source: https://github.com/baekenough/second-brain/tree/main/.claude/skills/omcustom-auto-improve
Command: npx skills add https://github.com/baekenough/second-brain --skill omcustom-auto-improve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates applying verified improvement suggestions from eval-core analysis to omcustom configuration, reducing manual review time and improving change safety through isolated worktrees and PR-based review.

Core Features & Use Cases

  • Isolated change application: Applies improvements in an isolated worktree to prevent drift of main branches.
  • Interactive approval flow: Lets you select which suggestions to apply, preserving control.
  • PR-based review: Automatically creates a pull request for team review and integration.
  • End-to-end governance: Enforces verification steps before merging changes.

Quick Start

Run /omcustom:auto-improve to start the interactive improvement workflow.

Frequently Asked Questions about omcustom:auto-improve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate applying configuration improvement suggestions to a pull request?▼

You can automate configuration improvements by running an interactive workflow that applies verified suggestions to an isolated worktree and automatically creates a pull request for team review.

What is the best way to safely apply verified suggestions to configuration files?▼

The safest way to apply verified suggestions is within an isolated worktree, which prevents drift of main branches while enforcing a verification pipeline before any changes are merged.

How does the interactive approval flow work for configuration improvements?▼

The interactive approval flow lets you select which verified improvement suggestions to apply, preserving your control over the changes before they are committed to the isolated worktree.

Do I need eval-core analysis data to automate configuration improvements?▼

Yes, eval-core analysis data is required to automate configuration improvements, as the workflow relies on these verified suggestions to generate actionable changes for your pull request.

Can I create pull requests automatically from isolated worktree changes?▼

Yes, you can automatically create pull requests from isolated worktree changes, enabling end-to-end governance and team review before the configuration updates are merged.