check_clean_code
Analyzes code quality by inspecting files against clean code guidelines to identify improvements and maintain coding standards.
Instructions
클린 코드 가이드를 기반으로 파일을 검사합니다. 가이드 문서를 참조하여 코드 품질을 분석합니다.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | 검사할 파일 경로 (예: ./src/utils.js) | |
| guideName | No | 사용할 가이드 파일명 (기본값: clean-code-guide.md) | clean-code-guide.md |