simplify

Run four parallel agents to review and fix code quality issues.

1|Updated Mar 6, 2020
One-click install
npx skills add https://github.com/conallob/dotfiles --skill simplify-conallob
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simplify
Source: https://github.com/conallob/dotfiles/tree/main/dot_claude/skills/simplify
Command: npx skills add https://github.com/conallob/dotfiles --skill simplify-conallob

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review recently changed code for quality, reuse, efficiency, and CLAUDE.md compliance. Use after making code changes to shepherd a PR to production quality. Runs parallel agents to check: code reuse, quality/clarity, efficiency, and standards.

Core Features & Use Cases

  • Parallel agent orchestration: runs four specialized evaluators in parallel to assess the latest changes.
  • Code reuse reviewer: identifies duplicated logic and suggests consolidations without altering behavior.
  • Efficiency reviewer: spots performance issues and recommends optimizations.
  • Standards reviewer: checks alignment with CLAUDE.md, naming, and test coverage.
  • Use Case: when preparing a PR, run these agents to surface issues and guide fixes for production-quality changes.

Quick Start

Spawn the four agents in parallel to review the changed code and apply fixes if issues are found.

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 a pull request to check quality and reuse?

Automate code review for a pull request by running parallel agents to check code reuse, clarity, efficiency, and CLAUDE.md compliance. This process evaluates recent branch changes, applies fixes, and validates results with a lint-test pass.

What is the best way to check if recent code changes comply with project standards?

Checking if recent code changes comply with project standards involves evaluating changes against CLAUDE.md rules, naming conventions, and test coverage. A standards reviewer agent automates this alignment check alongside quality and efficiency assessments.

How do I find duplicated logic in my latest branch updates?

Find duplicated logic in branch updates by running a code reuse reviewer agent that identifies duplicated logic and suggests consolidations without altering behavior. This runs in parallel with other quality and efficiency checks.

Can I fix performance issues and improve code clarity automatically before merging?

Fix performance issues and improve code clarity automatically by orchestrating parallel agents that spot performance issues and review quality. The system collects findings, applies fixes, and validates results with a lint-test pass before merging.

Does parallel agent code review work without external dependencies?

Parallel agent code review works without external dependencies. The orchestration process runs four specialized evaluators internally to assess the latest changes, apply fixes, and validate the final results independently.

When should I not use automated code quality agents?

Do not use automated code quality agents when you need to alter the behavior of duplicated logic during consolidation, as the reuse reviewer specifically suggests consolidations without altering behavior. Manual review is required for functional changes.