By pabloszx
Deterministically verify that code refactors are purely structural with no unintended logic changes
Claude Code plugins by PabloSzx.
Add to your .claude/settings.json:
{
"extraKnownMarketplaces": {
"pabloszx-marketplace": {
"source": {
"source": "url",
"url": "https://github.com/PabloSzx/pabloszx-marketplace.git"
}
}
},
"enabledPlugins": {
"refactor-verifier@pabloszx-marketplace": true
}
}
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub PabloSzx/pabloszx-marketplace --plugin refactor-verifierDisciplined refactoring using small, verifiable steps based on Fowler's 'Refactoring' and Feathers' 'Working Effectively with Legacy Code'
Refactor code following best practices and design patterns
Safely refactor with tests as a safety net. Writes tests first if none exist.
Lumin Repo Lens: evidence-backed TS/JS repo structure lens for Claude Code.
Agent for structured, safe refactors with review steps
Verify code correctness with systematic second-pass analysis