| name | tapps-score |
| user-invocable | true |
| model | claude-haiku-4-5-20251001 |
| description | Score a Python file across 7 quality categories and display a structured report. |
| allowed-tools | mcp__tapps-mcp__tapps_score_file mcp__tapps-mcp__tapps_quick_check |
| argument-hint | [file-path] |
Score the specified Python file using TappsMCP:
- Call
mcp__tapps-mcp__tapps_quick_check with the file path to get an instant score
- If the score is below 80, call
mcp__tapps-mcp__tapps_score_file for the full breakdown
- Present the results in a table: category, score (0-100), top issue per category
- Highlight any category scoring below 70 as a priority fix
- Suggest the single highest-impact change the developer can make