Refactor Code banner
muyen muyen

Refactor Code

Testing community

Description

--- allowed-tools: Read, Write, Edit, Bash argument-hint: [file-path or description] description: Refactor code with test coverage verification --- # Refactor Code Refactor: $ARGUMENTS ## Pre-Refactoring Checklist - [ ] Tests exist for code being refactored - [ ] Current tests pass - [ ] Understand ALL usages of code ## Process 1. **Verify Test Coverage** ```bash # Backend cd backend && go test ./... -v # iOS - Build and run tests cd mobile/ios && make test # Android

Installation

Installs to ~/.claude/commands/muyen-vibe-to-prod-refactor-code.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/muyen/vibe-to-prod/HEAD/.claude/commands/refactor-code.md -o ~/.claude/commands/muyen-vibe-to-prod-refactor-code.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository