tag
refactoring▌
12 indexed skills · max 10 per page
skills (12)
component-refactoring
langgenius/dify · Productivity
Refactor high-complexity React components in Dify frontend with structured patterns and incremental extraction. \n \n Targets components with complexity > 50 or line count > 300; use pnpm analyze-component --json to measure and pnpm refactor-component to generate refactoring prompts \n Six core patterns: custom hooks for state/logic, sub-components for UI sections, simplified conditionals, API/data extraction, modal management, and form logic \n Dify-specific conventions for context providers, w
java-refactoring-remove-parameter
github/awesome-copilot · Backend
You are an expert in refactoring Java methods.