Aref
Aref from wayne930242/Reflexive-Claude-Code.
Skills in this plugin
6- ▌ Applying Refactors · wayne930242 bundleExecutes a refactor plan phase-by-phase on a dedicated branch with per-phase commits and mandatory reviewer checkpoints. Use when characterization-tests scaffold is complete and plan has phases ready to execute.
- ▌ Planning Refactors · wayne930242 bundleConverts a refactor map into a phased plan using parallel-change, branch-by-abstraction, or strangler fig patterns. Use when user has approved the refactor map from analyzing-codebases.
- ▌ Analyzing Codebases · wayne930242 bundleDetects project languages and monorepo state, runs language-appropriate static analysis (dependency graph, complexity, duplication, semantic patterns), and produces a refactor map ranking hotspots. Use when user invokes /aref or explicitly asks to analyze a codebase for refactoring.
- ▌ Verifying Refactors · wayne930242 bundleValidates hard structural rules (no cycles, file/fn line caps, cognitive/cyclomatic complexity) and runs mutation testing on touched modules. Use when applying-refactors has completed all phases on the refactor branch.
- ▌ Finalizing Refactors · wayne930242 bundleWrites AGENTS.md per subproject, archives run artifacts, and suggests rcc handoff conditionally. Use when verifying-refactors passes (PASS or PASS-WITH-WEAK-TESTS).
- ▌ Scaffolding Characterization Tests · wayne930242 bundleAdds golden/snapshot tests to untested hotspot modules before refactoring. Use when refactor plan marks any phase with characterization_test.status=must-scaffold.