simplify
Simplify
Use this skill to improve recently changed code without changing what it does.
Usage
/simplify # Review current uncommitted changes
/simplify HEAD~3 # Review changes from 3 commits ago to HEAD
/simplify main # Review changes from main branch to HEAD
/simplify abc123 # Review changes from commit abc123 to HEAD
/simplify focus on error handling # Focus review on specific concerns
/simplify focus on memory efficiency # Focus review on memory efficiency
Modes
More from karlorz/agent-skills
obsidian-gh-knowledge
Bootstrap and operate an Obsidian vault with official Obsidian CLI first, then local filesystem/git fallback, then GitHub API fallback when local access is unavailable. Use when Codex needs first-run workspace init from a confirmed vault repo URL, project-scoped note reads and writes, vault health and readability audits, or structure cleanup in this vault. Verify current Obsidian CLI and Help syntax with Context7 instead of guessing, and use DeepWiki only for related public repo exploration.
72autopilot
Install or refresh a repo-local Claude autopilot bundle into the current repository or an explicitly provided target repository. Use when asked to set up repo-local autopilot hooks, install autopilot into `.claude/`, refresh a repo-local autopilot bundle to the latest design, or reset a repo's local autopilot workflow.
7ralph-loop
Keep Codex auto-continuing on the same bounded task until a completion signal appears in the assistant output or a maximum iteration count is reached. Use when the user asks for a Ralph Loop, asks Codex to keep going until done, or wants to prevent premature stopping on a task that should stay in the current workspace.
2