simplify

Review changed files for reuse, quality, and efficiency issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/otto-assistant/bridge --skill simplify-otto-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify
Source: https://github.com/otto-assistant/bridge/tree/main/cli/skills/simplify
Command: npx skills add https://github.com/otto-assistant/bridge --skill simplify-otto-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review changed code for reuse, quality, and efficiency, then fix any issues found. Use when the user wants to clean up, simplify, or review recently changed code.

Core Features & Use Cases

  • Automated review: Launches three parallel review agents focusing on code reuse, code quality, and efficiency to surface actionable improvements.
  • Context-aware fixes: Aggregates findings from all agents to propose concrete refactors and cleanup steps aligned with user goals.
  • Use Case: You recently updated several modules; run this skill to clean up, unify patterns, and improve maintainability across the changed files.

Quick Start

Run the simplify skill to review your most recently changed files and apply automated cleanup recommendations.

Frequently Asked Questions about simplify

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

FAQPage Schema
How do I automate code review for recently changed files?

Automate code review by diffing repository changes and running parallel agents to check reuse, quality, and efficiency, then aggregating findings into actionable guidance. This reviews all changed files and proposes concrete refactors to clean up and simplify code.

What's the best way to refactor code for quality and efficiency after updates?

Refactor code for quality and efficiency by executing three parallel review agents that analyze git diffs for improvements. The agents surface actionable refactoring steps and cleanup recommendations to unify patterns and improve maintainability across changed modules.

How does automated code cleanup work on git diffs?

Automated code cleanup works by diffing repository changes to identify modified files, then launching parallel agents that evaluate code reuse, quality, and efficiency, and finally returning structured guidance with recommended fixes for the changed code.

Can I review code reuse and maintainability across multiple changed modules?

You can review code reuse and maintainability across multiple changed modules by running an automated review that aggregates findings from parallel agents, proposing concrete refactors and cleanup steps that unify patterns and improve overall code quality.

Does automated code review find opportunities for code reuse?

Automated code review finds code reuse opportunities by deploying a specialized agent to analyze changed files alongside quality and efficiency agents, surfacing actionable improvements and recommending concrete refactoring steps to unify duplicated patterns.

When should I use automated code review for refactoring?

Use automated code review for refactoring when you want to clean up, simplify, or review recently changed code, especially after updating several modules and needing to unify patterns, improve maintainability, and fix quality or efficiency issues across changed files.