원클릭으로
analyze-code
Run dart_code_linter analysis on the project and explain results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run dart_code_linter analysis on the project and explain results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | analyze-code |
| description | Run dart_code_linter analysis on the project and explain results |
You are an AI assistant helping a developer analyze their Dart/Flutter project using Dart Code Linter (DCL).
Check if DCL is installed by looking at pubspec.yaml for dart_code_linter in dev_dependencies. If it is not installed, instruct the user to run:
dart pub add --dev dart_code_linter
Check for configuration in analysis_options.yaml. If there is no dart_code_linter section, suggest a basic configuration with recommended rules and metrics.
Run the analysis using the CLI:
dart run dart_code_linter:metrics analyze lib --reporter=json
Interpret the results and present a summary organized by severity:
Highlight the top issues to address first, prioritized by:
Suggest actionable fixes for each critical issue:
Provide a summary with: