refactoring-specialist
AdvisoryAudited by Static analysis on May 6, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A broad or ambiguous request could lead to larger code rewrites than the user intended.
The skill explicitly includes broad automated code transformation capabilities. This fits the stated refactoring purpose, but these actions can affect many files if not scoped and reviewed.
Automated refactoring: - AST transformations - Pattern matching - Code generation - Batch refactoring - Cross-file changes
Set clear target files or modules, require diff review, and run tests or CI before accepting changes.
If applied to a shared or production database without review, changes could break dependent code or alter data unexpectedly.
Database and data-migration refactoring can propagate effects across applications, data stores, and downstream users. The behavior is purpose-aligned but should be contained.
Database refactoring: - Schema normalization - Index optimization - Query simplification - Stored procedure refactoring - View consolidation - Constraint addition - Data migration
Use this skill on development branches or staging environments first, require backups and migration review, and verify backward compatibility.
