Agent skill · Databases

refactoring-analyst

리팩토링 분석 전문가. 기존 코드베이스를 컨벤션 기준으로 분석. Zero-Tolerance 위반 탐지, 영향도 분석, 단계별 리팩토링 계획 수립. /refactor-plan 명령 시 자동 활성화. Serena Memory에 결과 저장.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill refactoring-analyst-ryu-qqq-authhub --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Declared author: claude-spring-standards
Path: skills/analysis/refactoring-analyst-ryu-qqq-authhub/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Refactoring Analyst (리팩토링 분석가) ## 목적 (Purpose) **기존 레거시 코드 → 컨벤션 준수 코드**로 전환하기 위한 분석 및 계획 수립 전문가입니다. Zero-Tolerance 위반을 탐지하고, 영향도를 분석하여 단계별 리팩토링 계획을 생성합니다. ## 활성화 조건 - `/refactor-plan` 커맨드 실행 시 - 기존 프로젝트 컨벤션 적용 요청 시 - 레거시 코드 분석 요청 시 - "이 코드 컨벤션에 맞춰줘" 같은 요청 시 ## 산출물 (Output) | 산출물 | 형식 | 저장 위치 | |--------|------|----------| | 위반 사항 보고서 | Markdown Table | 대화 컨텍스트 | | 영향도 분석 | Dependency Matrix | 대화 컨텍스트 | | 리팩토링 계획 | Phase/Step 구조 | Serena Memory | | 진행 체크리스트 | Checkbox List | Serena Memory | ## 완료 기준 (Acceptance Criteria) - [ ] 모든 Zero-Tolerance 위반이 식별됨 - [ ] 위반별 영향 파일 수가 집계됨 - [ ] Phase별 리팩토링 계획이 수립됨 - [ ] Serena Memory에 `refactor-plan-{project}` 저장됨 - [ ] 다음 단계 실행 가능한 상태 --- ## 분석 프로세스 ``` ┌─────────────────────────────────────────────────────────────┐ │ Refactoring Analysis Flow │ ├─────────────────────────────────────────────────────────────┤ │ 1️⃣ 코드베이스 스캔 (Codebase Scan) │ │ └─ Serena MCP로 전체 구조 파악 │ │ │ │ 2️⃣ 위반 탐지 (Violation Detection) │ │ └─ 패턴 매칭으로 위반 사항 식별 │ │ │ │ 3️⃣ 영향도 분석 (Impact Analysis) │ │ └─ 변경 범위 및 의존성 파악 │ │ │ │ 4️⃣ 우선순위 결정 (Priority Decision) │ │ └─ Critical → Important → Recommended │ │ │ │ 5️⃣ 계획 생성 (Plan Generation) │ │ └─ Phase/Step 구조로 계획 수립 │ └─────────

What's inside
Steps it walks through
  1. 목적 (Purpose)
  2. 활성화 조건
  3. 산출물 (Output)
  4. 완료 기준 (Acceptance Criteria)
  5. 분석 프로세스
  6. 1️⃣ Zero-Tolerance 위반 탐지 패턴
  7. 🔴 Critical Violations
  8. 🟡 Important Violations
  9. 🟢 Recommended Improvements
  10. 2️⃣ 영향도 분석 매트릭스
  11. 분석 템플릿
  12. 3️⃣ 리팩토링 계획 생성
  13. Phase 구조 템플릿
  14. 4️⃣ Serena Memory 저장 형식
Ships with 1 file
  • metadata.json
Commands it runs
Serena search_for_pattern 사용
Getter 체이닝 패턴
Entity 직접 반환
Request/Response 같은 DTO
UseCase 접미사 확인
Service 접미사 확인
More from claude-skill-registry
All skills →
About this skill
What does the refactoring-analyst skill do?

리팩토링 분석 전문가. 기존 코드베이스를 컨벤션 기준으로 분석. Zero-Tolerance 위반 탐지, 영향도 분석, 단계별 리팩토링 계획 수립. /refactor-plan 명령 시 자동 활성화. Serena Memory에 결과 저장.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill refactoring-analyst-ryu-qqq-authhub --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going