refactor: commands에서 skills로 Flutter 워크플로우 마이그레이션#3
Merged
Conversation
- .claude/commands/ 삭제 (중복/불필요한 워크플로우 정리) - .claude/skills/Flutter/ 추가 (clean-ios 워크플로우만 유지) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
.claude/commands/ 디렉토리에서 .claude/skills/Flutter/ 구조로 워크플로우를 마이그레이션하는 리팩토링입니다. 불필요한 기본 명령어 조합들을 제거하고, iOS 빌드 문제 해결에 특화된 clean-ios 워크플로우만 유지합니다.
Changes:
.claude/commands/디렉토리 내 5개 워크플로우 파일 삭제 (setup, run-dev, pr, fresh, codegen).claude/skills/Flutter/구조 생성 및 clean-ios 워크플로우 추가
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.claude/skills/Flutter/SKILL.md |
Flutter 스킬 정의 파일 추가 |
.claude/skills/Flutter/Workflows/clean-ios.md |
iOS 캐시 정리 워크플로우 추가 |
.claude/commands/setup.md |
Flutter 워크스페이스 초기화 워크플로우 삭제 |
.claude/commands/run-dev.md |
개발 환경 실행 워크플로우 삭제 |
.claude/commands/pr.md |
PR 생성 워크플로우 삭제 |
.claude/commands/fresh.md |
전체 클린 빌드 워크플로우 삭제 |
.claude/commands/codegen.md |
코드 생성 워크플로우 삭제 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
.claude/commands/디렉토리 삭제 (중복/불필요한 워크플로우 정리).claude/skills/Flutter/추가clean-ios워크플로우만 유지 (iOS 빌드 문제 해결용)테스트
관련 이슈
없음