From codeaware
리팩토링 전 숨은 맥락을 발견합니다. '/codeaware:discover path/to/file' 로 실행. AI가 모르는 것을 사용자에게 질문하여 안전한 리팩토링을 준비합니다.
npx claudepluginhub giwonn/giwonn-plugins --plugin codeawareThis skill uses the workspace's default tool permissions.
리팩토링 전에 AI가 모르는 숨은 맥락을 사용자와의 대화로 밝혀내는 워크플로우입니다.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Guides Next.js 16+ Turbopack for faster dev via incremental bundling, FS caching, and HMR; covers webpack comparison, bundle analysis, and production builds.
Discovers and evaluates Laravel packages via LaraPlugins.io MCP. Searches by keyword/feature, filters by health score, Laravel/PHP compatibility; fetches details, metrics, and version history.
리팩토링 전에 AI가 모르는 숨은 맥락을 사용자와의 대화로 밝혀내는 워크플로우입니다.
discover_context MCP tool 호출discover_context 결과로 질문 목록을 받으면, 하나씩 사용자에게 물어보세요.
질문 형식:
### 질문 1/N — [signal type]
**파일**: [filePath], Line [line]
**코드**: `[code]`
[question]
> 💡 [why] (왜 이 질문이 중요한지)
사용자가 답변하면 즉시 save_context MCP tool을 호출하여 저장하세요.
모든 질문에 답변을 받을 때까지 반복합니다.
모든 질문이 완료되면:
## 맥락 수집 완료
- 총 N개 질문 중 N개 답변 완료
- 저장 위치: [project_dir]/.codeaware/context.json
이제 `guide_refactoring` 프롬프트를 사용하여 안전한 리팩토링을 시작할 수 있습니다.
discover_context가 빈 결과를 반환하면:
숨은 맥락이 감지되지 않았습니다. 이 파일은 AI 기반 리팩토링에 안전합니다.