skills/smithery.ai/architecture-agent-driven-refactoring

architecture-agent-driven-refactoring

Installation
SKILL.md

Architecture-Agent-Driven Refactoring Review

Extracted: 2026-01-27 Context: After completing a code refactoring, use the architecture agent to perform a comprehensive review that goes beyond what tests can catch.

Problem

When refactoring code, passing tests only verify that functionality is preserved. They don't catch:

  • Duplicate logic in different forms
  • Missing tests for new code
  • Circular dependency risks
  • Dead code that should be removed
  • Architectural inconsistencies
  • Hidden coupling or future maintenance issues

Solution

After completing a refactoring and verifying tests pass, launch the architecture agent to review the changes:

Installs
1
First Seen
Mar 24, 2026
architecture-agent-driven-refactoring from smithery.ai