Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

refactoring

Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns.

개요

Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns.

설치 명령
npx skills add https://github.com/buzzdan/ai-coding-rules --skill refactoring

이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요

스타4
포크1
업데이트2026년 4월 28일 14:49
파일 탐색기
4 개 파일
SKILL.md
readonly