com um clique
self-improve
Automatically improve and fix bugs in the oh-my-gemini project itself
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Automatically improve and fix bugs in the oh-my-gemini project itself
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Automatically deploy oh-my-gemini to npm and GitHub
Full autonomous execution from idea to working code
Fix build and TypeScript errors with minimal changes
Cancel any active OMC mode (autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline)
Run a comprehensive code review
Deep executor mode for complex goal-oriented tasks
| name | self-improve |
| description | Automatically improve and fix bugs in the oh-my-gemini project itself |
| triggers | ["self-improve","자기개선","자가발전","auto-fix","자동수정","self-heal"] |
Automatically detect, analyze, and fix issues in the oh-my-gemini project itself using multi-agent orchestration.
Enable oh-my-gemini to improve itself through:
Run Diagnostics
npm test to find failing testsnpm run lint to find linting errorsnpm run build to find compilation errorslsp_diagnosticsCode Analysis
lsp_diagnostics to find type errorsast_grep to find code patterns that need improvementgrep to find TODO/FIXME commentsDependency Check
npm outdated to find outdated dependenciesnpm auditCreate a prioritized list of issues:
For each issue:
Analyze the Problem
Read to examine relevant fileslsp_definition to understand code structurelsp_references to find all usagesCreate Fix Plan
TodoWrite to track progressImplement Fix
Edit to make changesVerify Fix
lsp_diagnostics on changed filesnpm run build to verify compilationnpm test to verify tests passCode Quality
Test Coverage
Performance
Documentation
Delegate tasks to specialized agents:
> self-improve: Find and fix all TypeScript errors
> 자가발전: 모든 버그를 찾아서 수정해줘
> auto-fix: 린트 에러와 타입 에러를 모두 수정해줘
Backup Before Changes
Incremental Changes
No Breaking Changes
Review Before Commit
Can be configured via .gemini-cli/GEMINI.md:
## Self-Improve Settings
- Auto-fix: true
- Auto-commit: false (requires approval)
- Test-before-commit: true
- Max-changes-per-run: 10